2022-05-18T03:57:55.2425102Z Requested labels: linux.4xlarge.nvidia.gpu 2022-05-18T03:57:55.2425217Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master 2022-05-18T03:57:55.2425244Z Waiting for a runner to pick up this job... 2022-05-18T03:57:57.5442392Z Job is about to start running on the runner: i-06e6a2e80ea31f4b9 (repository) 2022-05-18T03:58:03.9631495Z Current runner version: '2.291.1' 2022-05-18T03:58:03.9639295Z Runner name: 'i-06e6a2e80ea31f4b9' 2022-05-18T03:58:03.9639987Z Runner group name: 'Default' 2022-05-18T03:58:03.9640787Z Machine name: 'ip-10-0-4-42' 2022-05-18T03:58:03.9643611Z ##[group]GITHUB_TOKEN Permissions 2022-05-18T03:58:03.9644612Z Actions: write 2022-05-18T03:58:03.9645006Z Checks: write 2022-05-18T03:58:03.9645444Z Contents: write 2022-05-18T03:58:03.9645935Z Deployments: write 2022-05-18T03:58:03.9646336Z Discussions: write 2022-05-18T03:58:03.9646766Z Issues: write 2022-05-18T03:58:03.9647191Z Metadata: read 2022-05-18T03:58:03.9647566Z Packages: write 2022-05-18T03:58:03.9648028Z Pages: write 2022-05-18T03:58:03.9648485Z PullRequests: write 2022-05-18T03:58:03.9648949Z RepositoryProjects: write 2022-05-18T03:58:03.9649430Z SecurityEvents: write 2022-05-18T03:58:03.9649873Z Statuses: write 2022-05-18T03:58:03.9650292Z ##[endgroup] 2022-05-18T03:58:03.9655013Z Secret source: Actions 2022-05-18T03:58:03.9655869Z Prepare workflow directory 2022-05-18T03:58:04.0959204Z Prepare all required actions 2022-05-18T03:58:04.1181892Z Getting action download info 2022-05-18T03:58:04.3440402Z Download action repository 'pytorch/pytorch@master' (SHA:7b8cf1f7366bff95e9954037a58a8bb0edaaebd3) 2022-05-18T03:58:07.4022493Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-05-18T03:58:07.4969963Z Download action repository 'seemethere/upload-artifact-s3@v4' (SHA:c1c31f57581a11fe6d4d052da6276adb2df71f1e) 2022-05-18T03:58:07.7705096Z Getting action download info 2022-05-18T03:58:07.9110109Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-05-18T03:58:08.0990494Z Getting action download info 2022-05-18T03:58:08.3690822Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-05-18T03:58:08.3691226Z with: 2022-05-18T03:58:08.3691480Z submodules: recursive 2022-05-18T03:58:08.3691757Z fetch-depth: 0 2022-05-18T03:58:08.3691991Z env: 2022-05-18T03:58:08.3692212Z IN_CI: 1 2022-05-18T03:58:08.3692441Z IS_GHA: 1 2022-05-18T03:58:08.3692698Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:58:08.3692967Z ##[endgroup] 2022-05-18T03:58:08.3996724Z ##[group]Run echo "${GITHUB_WORKSPACE}" 2022-05-18T03:58:08.3997197Z echo "${GITHUB_WORKSPACE}" 2022-05-18T03:58:08.3997564Z if [ -z "${NO_SUDO}" ]; then 2022-05-18T03:58:08.3998021Z  sudo rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T03:58:08.3998377Z else 2022-05-18T03:58:08.3998725Z  rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T03:58:08.3999009Z fi 2022-05-18T03:58:08.3999335Z mkdir "${GITHUB_WORKSPACE}" 2022-05-18T03:58:08.4018005Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T03:58:08.4018369Z env: 2022-05-18T03:58:08.4018684Z IN_CI: 1 2022-05-18T03:58:08.4019069Z IS_GHA: 1 2022-05-18T03:58:08.4019345Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:58:08.4019678Z NO_SUDO: 2022-05-18T03:58:08.4020021Z ##[endgroup] 2022-05-18T03:58:08.4308047Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T03:58:08.4807221Z ##[group]Run malfet/checkout@silent-checkout 2022-05-18T03:58:08.4807533Z with: 2022-05-18T03:58:08.4807796Z ref: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T03:58:08.4808083Z fetch-depth: 0 2022-05-18T03:58:08.4808349Z submodules: recursive 2022-05-18T03:58:08.4808599Z quiet-checkout: true 2022-05-18T03:58:08.4808881Z repository: pytorch/pytorch 2022-05-18T03:58:08.4809330Z token: *** 2022-05-18T03:58:08.4809563Z ssh-strict: true 2022-05-18T03:58:08.4809839Z persist-credentials: true 2022-05-18T03:58:08.4810101Z clean: true 2022-05-18T03:58:08.4810322Z lfs: false 2022-05-18T03:58:08.4810567Z set-safe-directory: true 2022-05-18T03:58:08.4810821Z env: 2022-05-18T03:58:08.4811039Z IN_CI: 1 2022-05-18T03:58:08.4811242Z IS_GHA: 1 2022-05-18T03:58:08.4811493Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:58:08.4811756Z ##[endgroup] 2022-05-18T03:58:08.6345599Z Syncing repository: pytorch/pytorch 2022-05-18T03:58:08.6347522Z ##[group]Getting Git version info 2022-05-18T03:58:08.6348082Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-05-18T03:58:08.6348688Z [command]/usr/bin/git version 2022-05-18T03:58:08.6348965Z git version 2.32.0 2022-05-18T03:58:08.6351801Z ##[endgroup] 2022-05-18T03:58:08.6374656Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/06026ca8-48f2-47ed-916b-1e413c05c5f3' before making global git config changes 2022-05-18T03:58:08.6375609Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T03:58:08.6383320Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T03:58:08.6425661Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-05-18T03:58:08.6431027Z ##[group]Initializing the repository 2022-05-18T03:58:08.6437889Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T03:58:08.6469985Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-05-18T03:58:08.6470969Z hint: is subject to change. To configure the initial branch name to use in all 2022-05-18T03:58:08.6471629Z hint: of your new repositories, which will suppress this warning, call: 2022-05-18T03:58:08.6472163Z hint: 2022-05-18T03:58:08.6472581Z hint: git config --global init.defaultBranch 2022-05-18T03:58:08.6473113Z hint: 2022-05-18T03:58:08.6473948Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-05-18T03:58:08.6474743Z hint: 'development'. The just-created branch can be renamed via this command: 2022-05-18T03:58:08.6475072Z hint: 2022-05-18T03:58:08.6475511Z hint: git branch -m 2022-05-18T03:58:08.6476064Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-05-18T03:58:08.6485544Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-05-18T03:58:08.6522317Z ##[endgroup] 2022-05-18T03:58:08.6523325Z ##[group]Disabling automatic garbage collection 2022-05-18T03:58:08.6528597Z [command]/usr/bin/git config --local gc.auto 0 2022-05-18T03:58:08.6559289Z ##[endgroup] 2022-05-18T03:58:08.6560194Z ##[group]Setting up auth 2022-05-18T03:58:08.6570281Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T03:58:08.6606787Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-05-18T03:58:08.6938403Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T03:58:08.6971229Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-05-18T03:58:08.7272582Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T03:58:08.7320630Z ##[endgroup] 2022-05-18T03:58:08.7321145Z ##[group]Fetching the repository 2022-05-18T03:58:08.7329997Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-05-18T03:58:53.1750489Z [command]/usr/bin/git rev-parse --verify --quiet 3b2375291aab7b48442f2e6fb1ef66cebc761e24^{object} 2022-05-18T03:58:53.1776039Z 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T03:58:53.1782333Z ##[endgroup] 2022-05-18T03:58:53.1782830Z ##[group]Determining the checkout info 2022-05-18T03:58:53.1784184Z ##[endgroup] 2022-05-18T03:58:53.1784696Z ##[group]Checking out the ref 2022-05-18T03:58:53.1789732Z [command]/usr/bin/git checkout --quiet --force 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T03:58:54.7315446Z ##[endgroup] 2022-05-18T03:58:54.7316195Z ##[group]Setting up auth for fetching submodules 2022-05-18T03:58:54.7323757Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T03:58:54.7376361Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T03:58:54.7409000Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-05-18T03:58:54.7440993Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-05-18T03:58:54.7470704Z ##[endgroup] 2022-05-18T03:58:54.7471151Z ##[group]Fetching submodules 2022-05-18T03:58:54.7477536Z [command]/usr/bin/git submodule sync --recursive 2022-05-18T03:58:54.7802561Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-05-18T03:58:54.8103980Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-05-18T03:58:54.8106291Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-05-18T03:58:54.8109142Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-05-18T03:58:54.8112245Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-05-18T03:58:54.8115452Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-05-18T03:58:54.8118813Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-05-18T03:58:54.8122561Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-05-18T03:58:54.8126048Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-05-18T03:58:54.8129709Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-05-18T03:58:54.8133822Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-05-18T03:58:54.8138508Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-05-18T03:58:54.8142503Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-05-18T03:58:54.8146985Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-05-18T03:58:54.8151337Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-05-18T03:58:54.8155813Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-05-18T03:58:54.8160439Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-05-18T03:58:54.8165132Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-05-18T03:58:54.8170134Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-05-18T03:58:54.8175312Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-05-18T03:58:54.8180930Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-05-18T03:58:54.8186340Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-05-18T03:58:54.8191677Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-05-18T03:58:54.8197289Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-05-18T03:58:54.8203034Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-05-18T03:58:54.8208912Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-05-18T03:58:54.8215167Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-05-18T03:58:54.8221563Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-05-18T03:58:54.8227749Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-05-18T03:58:54.8234111Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-05-18T03:58:54.8240608Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-05-18T03:58:54.8247226Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-05-18T03:58:54.8253998Z Submodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-05-18T03:58:54.8261409Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-05-18T03:58:54.8268401Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-05-18T03:58:54.8275650Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-05-18T03:58:54.8282878Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-05-18T03:58:54.8290442Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-05-18T03:58:54.8352322Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-05-18T03:58:55.0813921Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-05-18T03:58:55.2740119Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-05-18T03:58:55.4683400Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-05-18T03:58:55.7175131Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-05-18T03:58:55.9675557Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-05-18T03:59:00.1824094Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-05-18T03:59:00.5224738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-05-18T03:59:01.0085580Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-05-18T03:59:02.3507383Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-05-18T03:59:03.7437590Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-05-18T03:59:08.7914394Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-05-18T03:59:09.2815195Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-05-18T03:59:10.3036498Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-05-18T03:59:11.3363117Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-05-18T03:59:11.5276082Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-05-18T03:59:11.9883548Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-05-18T03:59:12.2495156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-05-18T03:59:13.1284323Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-05-18T03:59:13.5125070Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-05-18T03:59:13.6896634Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-05-18T03:59:15.2057499Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-05-18T03:59:15.5502404Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-05-18T03:59:15.8916945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-05-18T03:59:17.2621471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-05-18T03:59:17.6532464Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-05-18T03:59:17.8726733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-05-18T03:59:22.6559435Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-05-18T03:59:23.0577483Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-05-18T03:59:23.2587503Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-05-18T03:59:23.9927148Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-05-18T03:59:24.1820487Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-05-18T03:59:24.4289849Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-05-18T03:59:24.6898612Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-05-18T03:59:25.2246257Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-05-18T03:59:27.3532227Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-05-18T03:59:27.7923152Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-05-18T03:59:29.6575002Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-05-18T03:59:29.6956379Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-05-18T03:59:29.7311958Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-05-18T03:59:29.7854163Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-05-18T03:59:29.8384263Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-05-18T03:59:30.5948140Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-05-18T03:59:30.6459686Z Submodule path 'third_party/benchmark': checked out 'e991355c02b93fe17713efe04cbc2e278e00fdbd' 2022-05-18T03:59:30.7924488Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-05-18T03:59:30.8590581Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-05-18T03:59:31.2471904Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-05-18T03:59:31.5655807Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-05-18T03:59:31.6455239Z Submodule path 'third_party/fbgemm': checked out '2e9be65810107a9595da717f95d21924b73be833' 2022-05-18T03:59:31.6504631Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-05-18T03:59:31.6508063Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T03:59:31.6512143Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-05-18T03:59:31.6555339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-05-18T03:59:32.3314228Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-05-18T03:59:32.8061128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-05-18T03:59:33.8363206Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out '8b35b4cffb62ecb58a903bf91cb7537d7a672211' 2022-05-18T03:59:33.9868692Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-05-18T03:59:34.0825450Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-05-18T03:59:34.2146931Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-05-18T03:59:34.2812163Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-05-18T03:59:34.3162882Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-05-18T03:59:34.3881034Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-05-18T03:59:34.4414573Z Submodule path 'third_party/gloo': checked out 'c22a5cfba94edf8ea4f53a174d38aa0c629d070f' 2022-05-18T03:59:34.5212103Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-05-18T03:59:34.5586397Z Submodule path 'third_party/ideep': checked out '02b17c5748c9349dcc586c359af800c684d9b1ab' 2022-05-18T03:59:34.5635244Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-05-18T03:59:34.5677059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-05-18T03:59:40.0690886Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-05-18T03:59:40.0754133Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T03:59:40.0801313Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-05-18T03:59:45.6251164Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-05-18T03:59:45.6647217Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-05-18T03:59:45.8020312Z Submodule path 'third_party/kineto': checked out 'b2b48c00c6e5bd8e807e2231adb229db6a1d1c22' 2022-05-18T03:59:45.8072672Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T03:59:45.8076707Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T03:59:45.8121267Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-05-18T03:59:46.8163597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-05-18T03:59:47.7612553Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-05-18T03:59:47.8491571Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-05-18T03:59:47.8984928Z Submodule path 'third_party/nccl/nccl': checked out '7e515921295adaab72adf56ea71a0fafb0ecb5f3' 2022-05-18T03:59:47.9389884Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-05-18T03:59:48.2658406Z Submodule path 'third_party/onnx': checked out '96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c' 2022-05-18T03:59:48.2722836Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-05-18T03:59:48.2726006Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-05-18T03:59:48.2784676Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-05-18T03:59:48.6314952Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-05-18T03:59:49.3557001Z Submodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T03:59:49.4181444Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '59a2ac2745d8a57ac94c6accced73620d59fb844' 2022-05-18T03:59:49.4612556Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-05-18T03:59:49.4661862Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T03:59:49.4705019Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-05-18T03:59:50.8954131Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-05-18T03:59:50.9019126Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T03:59:50.9021708Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T03:59:50.9073756Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-05-18T03:59:51.2726012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-05-18T03:59:51.9963370Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T03:59:52.0981771Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-05-18T03:59:52.1038259Z 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-05-18T03:59:52.1081911Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-05-18T03:59:52.3383335Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T03:59:52.3757796Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-05-18T03:59:52.7131649Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-05-18T03:59:52.7181110Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-05-18T03:59:52.7183881Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-05-18T03:59:52.7233687Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-05-18T03:59:53.0616012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-05-18T03:59:53.9903041Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-05-18T03:59:54.0961208Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-05-18T03:59:54.1323877Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-05-18T03:59:54.1696630Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-05-18T03:59:54.2303393Z Submodule path 'third_party/pybind11': checked out '8de7772cc72daca8e947b79b83fea46214931604' 2022-05-18T03:59:54.2652113Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-05-18T03:59:54.3242078Z Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473' 2022-05-18T03:59:54.3598063Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-05-18T03:59:54.4370753Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-05-18T03:59:54.5966198Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-05-18T03:59:54.6538025Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-05-18T03:59:54.6587733Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-05-18T03:59:54.6590882Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-05-18T03:59:54.6593943Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-05-18T03:59:54.6597230Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T03:59:54.6640971Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-05-18T03:59:55.5536304Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-05-18T03:59:55.7893032Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-05-18T03:59:56.8266660Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-05-18T03:59:57.6136960Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-05-18T03:59:57.6564203Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-05-18T03:59:57.7600758Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-05-18T03:59:57.8183709Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-05-18T03:59:57.8240262Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T03:59:57.8284458Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-05-18T03:59:58.0589593Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T03:59:58.2397188Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-05-18T03:59:58.2485155Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-05-18T03:59:58.2801240Z Entering 'android/libs/fbjni' 2022-05-18T03:59:58.2842141Z Entering 'third_party/FP16' 2022-05-18T03:59:58.2883571Z Entering 'third_party/FXdiv' 2022-05-18T03:59:58.2924533Z Entering 'third_party/NNPACK' 2022-05-18T03:59:58.2966923Z Entering 'third_party/QNNPACK' 2022-05-18T03:59:58.3008345Z Entering 'third_party/XNNPACK' 2022-05-18T03:59:58.3060263Z Entering 'third_party/benchmark' 2022-05-18T03:59:58.3101975Z Entering 'third_party/cpuinfo' 2022-05-18T03:59:58.3143789Z Entering 'third_party/cub' 2022-05-18T03:59:58.3185112Z Entering 'third_party/cudnn_frontend' 2022-05-18T03:59:58.3232921Z Entering 'third_party/eigen' 2022-05-18T03:59:58.3276615Z Entering 'third_party/fbgemm' 2022-05-18T03:59:58.3318074Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T03:59:58.3359942Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T03:59:58.3401426Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T03:59:58.3442792Z Entering 'third_party/flatbuffers' 2022-05-18T03:59:58.3487053Z Entering 'third_party/fmt' 2022-05-18T03:59:58.3528091Z Entering 'third_party/foxi' 2022-05-18T03:59:58.3569115Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T03:59:58.3610056Z Entering 'third_party/gloo' 2022-05-18T03:59:58.3651692Z Entering 'third_party/googletest' 2022-05-18T03:59:58.3692530Z Entering 'third_party/ideep' 2022-05-18T03:59:58.3732420Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T03:59:58.3775396Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T03:59:58.3821373Z Entering 'third_party/ios-cmake' 2022-05-18T03:59:58.3862190Z Entering 'third_party/kineto' 2022-05-18T03:59:58.3904876Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T03:59:58.3946001Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T03:59:58.3987537Z Entering 'third_party/nccl/nccl' 2022-05-18T03:59:58.4028491Z Entering 'third_party/neon2sse' 2022-05-18T03:59:58.4068790Z Entering 'third_party/onnx' 2022-05-18T03:59:58.4120524Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T03:59:58.4161392Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T03:59:58.4203966Z Entering 'third_party/onnx-tensorrt' 2022-05-18T03:59:58.4245051Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T03:59:58.4290777Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T03:59:58.4331726Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T03:59:58.4372367Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T03:59:58.4417136Z Entering 'third_party/pocketfft' 2022-05-18T03:59:58.4457754Z Entering 'third_party/protobuf' 2022-05-18T03:59:58.4502352Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T03:59:58.4543377Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T03:59:58.4586119Z Entering 'third_party/psimd' 2022-05-18T03:59:58.4628081Z Entering 'third_party/pthreadpool' 2022-05-18T03:59:58.4669562Z Entering 'third_party/pybind11' 2022-05-18T03:59:58.4710805Z Entering 'third_party/python-enum' 2022-05-18T03:59:58.4750854Z Entering 'third_party/python-peachpy' 2022-05-18T03:59:58.4792425Z Entering 'third_party/python-six' 2022-05-18T03:59:58.4832596Z Entering 'third_party/sleef' 2022-05-18T03:59:58.4873480Z Entering 'third_party/tbb' 2022-05-18T03:59:58.4915817Z Entering 'third_party/tensorpipe' 2022-05-18T03:59:58.4957883Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T03:59:58.4999231Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T03:59:58.5039493Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T03:59:58.5080557Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T03:59:58.5120550Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T03:59:58.5163441Z Entering 'third_party/zstd' 2022-05-18T03:59:58.5213705Z ##[endgroup] 2022-05-18T03:59:58.5214554Z ##[group]Persisting credentials for submodules 2022-05-18T03:59:58.5223642Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-05-18T03:59:58.5532389Z Entering 'android/libs/fbjni' 2022-05-18T03:59:58.5572460Z Entering 'third_party/FP16' 2022-05-18T03:59:58.5613714Z Entering 'third_party/FXdiv' 2022-05-18T03:59:58.5653666Z Entering 'third_party/NNPACK' 2022-05-18T03:59:58.5695200Z Entering 'third_party/QNNPACK' 2022-05-18T03:59:58.5736334Z Entering 'third_party/XNNPACK' 2022-05-18T03:59:58.5787716Z Entering 'third_party/benchmark' 2022-05-18T03:59:58.5828294Z Entering 'third_party/cpuinfo' 2022-05-18T03:59:58.5869358Z Entering 'third_party/cub' 2022-05-18T03:59:58.5909280Z Entering 'third_party/cudnn_frontend' 2022-05-18T03:59:58.5955050Z Entering 'third_party/eigen' 2022-05-18T03:59:58.5997951Z Entering 'third_party/fbgemm' 2022-05-18T03:59:58.6038494Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T03:59:58.6077920Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T03:59:58.6118057Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T03:59:58.6159445Z Entering 'third_party/flatbuffers' 2022-05-18T03:59:58.6202319Z Entering 'third_party/fmt' 2022-05-18T03:59:58.6242906Z Entering 'third_party/foxi' 2022-05-18T03:59:58.6282498Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T03:59:58.6323078Z Entering 'third_party/gloo' 2022-05-18T03:59:58.6363212Z Entering 'third_party/googletest' 2022-05-18T03:59:58.6403397Z Entering 'third_party/ideep' 2022-05-18T03:59:58.6443248Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T03:59:58.6484470Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T03:59:58.6531404Z Entering 'third_party/ios-cmake' 2022-05-18T03:59:58.6571206Z Entering 'third_party/kineto' 2022-05-18T03:59:58.6611269Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T03:59:58.6650729Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T03:59:58.6692739Z Entering 'third_party/nccl/nccl' 2022-05-18T03:59:58.6733856Z Entering 'third_party/neon2sse' 2022-05-18T03:59:58.6774922Z Entering 'third_party/onnx' 2022-05-18T03:59:58.6825384Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T03:59:58.6865903Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T03:59:58.6908663Z Entering 'third_party/onnx-tensorrt' 2022-05-18T03:59:58.6948549Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T03:59:58.6993812Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T03:59:58.7035049Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T03:59:58.7075135Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T03:59:58.7120453Z Entering 'third_party/pocketfft' 2022-05-18T03:59:58.7161758Z Entering 'third_party/protobuf' 2022-05-18T03:59:58.7206057Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T03:59:58.7246461Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T03:59:58.7288678Z Entering 'third_party/psimd' 2022-05-18T03:59:58.7329811Z Entering 'third_party/pthreadpool' 2022-05-18T03:59:58.7370063Z Entering 'third_party/pybind11' 2022-05-18T03:59:58.7410460Z Entering 'third_party/python-enum' 2022-05-18T03:59:58.7450808Z Entering 'third_party/python-peachpy' 2022-05-18T03:59:58.7491039Z Entering 'third_party/python-six' 2022-05-18T03:59:58.7530927Z Entering 'third_party/sleef' 2022-05-18T03:59:58.7571940Z Entering 'third_party/tbb' 2022-05-18T03:59:58.7614179Z Entering 'third_party/tensorpipe' 2022-05-18T03:59:58.7654858Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T03:59:58.7694872Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T03:59:58.7734840Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T03:59:58.7776530Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T03:59:58.7815035Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T03:59:58.7858240Z Entering 'third_party/zstd' 2022-05-18T03:59:58.7911564Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-05-18T03:59:58.8219345Z Entering 'android/libs/fbjni' 2022-05-18T03:59:58.8256081Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-05-18T03:59:58.8273105Z Entering 'third_party/FP16' 2022-05-18T03:59:58.8310885Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-05-18T03:59:58.8327490Z Entering 'third_party/FXdiv' 2022-05-18T03:59:58.8364817Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-05-18T03:59:58.8381996Z Entering 'third_party/NNPACK' 2022-05-18T03:59:58.8418977Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-05-18T03:59:58.8435834Z Entering 'third_party/QNNPACK' 2022-05-18T03:59:58.8473753Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-05-18T03:59:58.8490726Z Entering 'third_party/XNNPACK' 2022-05-18T03:59:58.8527787Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-05-18T03:59:58.8555390Z Entering 'third_party/benchmark' 2022-05-18T03:59:58.8592736Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-05-18T03:59:58.8609949Z Entering 'third_party/cpuinfo' 2022-05-18T03:59:58.8647889Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T03:59:58.8665925Z Entering 'third_party/cub' 2022-05-18T03:59:58.8702761Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-05-18T03:59:58.8719729Z Entering 'third_party/cudnn_frontend' 2022-05-18T03:59:58.8757246Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-05-18T03:59:58.8779965Z Entering 'third_party/eigen' 2022-05-18T03:59:58.8816834Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-05-18T03:59:58.8835970Z Entering 'third_party/fbgemm' 2022-05-18T03:59:58.8873733Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-05-18T03:59:58.8890513Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T03:59:58.8927497Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-05-18T03:59:58.8944359Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T03:59:58.8981091Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T03:59:58.8997768Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T03:59:58.9035240Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-05-18T03:59:58.9054455Z Entering 'third_party/flatbuffers' 2022-05-18T03:59:58.9092564Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-05-18T03:59:58.9111679Z Entering 'third_party/fmt' 2022-05-18T03:59:58.9148682Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-05-18T03:59:58.9165875Z Entering 'third_party/foxi' 2022-05-18T03:59:58.9203534Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-05-18T03:59:58.9221002Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T03:59:58.9258384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-05-18T03:59:58.9275138Z Entering 'third_party/gloo' 2022-05-18T03:59:58.9312171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-05-18T03:59:58.9329425Z Entering 'third_party/googletest' 2022-05-18T03:59:58.9367506Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-05-18T03:59:58.9385402Z Entering 'third_party/ideep' 2022-05-18T03:59:58.9423042Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-05-18T03:59:58.9438595Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T03:59:58.9476322Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-05-18T03:59:58.9494924Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T03:59:58.9532309Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-05-18T03:59:58.9555404Z Entering 'third_party/ios-cmake' 2022-05-18T03:59:58.9593299Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-05-18T03:59:58.9609795Z Entering 'third_party/kineto' 2022-05-18T03:59:58.9651958Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-05-18T03:59:58.9668367Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T03:59:58.9705528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-05-18T03:59:58.9721900Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T03:59:58.9759584Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-05-18T03:59:58.9778091Z Entering 'third_party/nccl/nccl' 2022-05-18T03:59:58.9816071Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-05-18T03:59:58.9833414Z Entering 'third_party/neon2sse' 2022-05-18T03:59:58.9871577Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-05-18T03:59:58.9888032Z Entering 'third_party/onnx' 2022-05-18T03:59:58.9926001Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-05-18T03:59:58.9954947Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T03:59:58.9992115Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T03:59:59.0009402Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T03:59:59.0046667Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T03:59:59.0065852Z Entering 'third_party/onnx-tensorrt' 2022-05-18T03:59:59.0102640Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-05-18T03:59:59.0118294Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T03:59:59.0156054Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-05-18T03:59:59.0178274Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T03:59:59.0215257Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T03:59:59.0232831Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T03:59:59.0271028Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T03:59:59.0287564Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T03:59:59.0325975Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-05-18T03:59:59.0347991Z Entering 'third_party/pocketfft' 2022-05-18T03:59:59.0385039Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-05-18T03:59:59.0401172Z Entering 'third_party/protobuf' 2022-05-18T03:59:59.0439139Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-05-18T03:59:59.0459884Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T03:59:59.0497000Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-05-18T03:59:59.0512777Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T03:59:59.0550251Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-05-18T03:59:59.0568862Z Entering 'third_party/psimd' 2022-05-18T03:59:59.0607470Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-05-18T03:59:59.0624110Z Entering 'third_party/pthreadpool' 2022-05-18T03:59:59.0661292Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-05-18T03:59:59.0677424Z Entering 'third_party/pybind11' 2022-05-18T03:59:59.0715159Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-05-18T03:59:59.0732201Z Entering 'third_party/python-enum' 2022-05-18T03:59:59.0773092Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-05-18T03:59:59.0789386Z Entering 'third_party/python-peachpy' 2022-05-18T03:59:59.0826896Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-05-18T03:59:59.0843135Z Entering 'third_party/python-six' 2022-05-18T03:59:59.0880429Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-05-18T03:59:59.0897391Z Entering 'third_party/sleef' 2022-05-18T03:59:59.0933557Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-05-18T03:59:59.0951662Z Entering 'third_party/tbb' 2022-05-18T03:59:59.0989079Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-05-18T03:59:59.1007642Z Entering 'third_party/tensorpipe' 2022-05-18T03:59:59.1045272Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-05-18T03:59:59.1062486Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T03:59:59.1099684Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-05-18T03:59:59.1116069Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T03:59:59.1152702Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-05-18T03:59:59.1168879Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T03:59:59.1206251Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-05-18T03:59:59.1224551Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T03:59:59.1261764Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-05-18T03:59:59.1277597Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T03:59:59.1315652Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-05-18T03:59:59.1335628Z Entering 'third_party/zstd' 2022-05-18T03:59:59.1373024Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-05-18T03:59:59.2098876Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-05-18T03:59:59.2412078Z Entering 'android/libs/fbjni' 2022-05-18T03:59:59.2454165Z Entering 'third_party/FP16' 2022-05-18T03:59:59.2495251Z Entering 'third_party/FXdiv' 2022-05-18T03:59:59.2536202Z Entering 'third_party/NNPACK' 2022-05-18T03:59:59.2577745Z Entering 'third_party/QNNPACK' 2022-05-18T03:59:59.2620720Z Entering 'third_party/XNNPACK' 2022-05-18T03:59:59.2672088Z Entering 'third_party/benchmark' 2022-05-18T03:59:59.2714060Z Entering 'third_party/cpuinfo' 2022-05-18T03:59:59.2756449Z Entering 'third_party/cub' 2022-05-18T03:59:59.2797199Z Entering 'third_party/cudnn_frontend' 2022-05-18T03:59:59.2844185Z Entering 'third_party/eigen' 2022-05-18T03:59:59.2887554Z Entering 'third_party/fbgemm' 2022-05-18T03:59:59.2928902Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T03:59:59.2971127Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T03:59:59.3012120Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T03:59:59.3054437Z Entering 'third_party/flatbuffers' 2022-05-18T03:59:59.3098754Z Entering 'third_party/fmt' 2022-05-18T03:59:59.3140808Z Entering 'third_party/foxi' 2022-05-18T03:59:59.3181722Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T03:59:59.3223924Z Entering 'third_party/gloo' 2022-05-18T03:59:59.3265091Z Entering 'third_party/googletest' 2022-05-18T03:59:59.3307609Z Entering 'third_party/ideep' 2022-05-18T03:59:59.3347167Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T03:59:59.3390070Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T03:59:59.3436862Z Entering 'third_party/ios-cmake' 2022-05-18T03:59:59.3477847Z Entering 'third_party/kineto' 2022-05-18T03:59:59.3519729Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T03:59:59.3559801Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T03:59:59.3602107Z Entering 'third_party/nccl/nccl' 2022-05-18T03:59:59.3644435Z Entering 'third_party/neon2sse' 2022-05-18T03:59:59.3685124Z Entering 'third_party/onnx' 2022-05-18T03:59:59.3738715Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T03:59:59.3779669Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T03:59:59.3822350Z Entering 'third_party/onnx-tensorrt' 2022-05-18T03:59:59.3863213Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T03:59:59.3909517Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T03:59:59.3950694Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T03:59:59.3991684Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T03:59:59.4037979Z Entering 'third_party/pocketfft' 2022-05-18T03:59:59.4079050Z Entering 'third_party/protobuf' 2022-05-18T03:59:59.4124064Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T03:59:59.4164327Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T03:59:59.4207294Z Entering 'third_party/psimd' 2022-05-18T03:59:59.4250026Z Entering 'third_party/pthreadpool' 2022-05-18T03:59:59.4290887Z Entering 'third_party/pybind11' 2022-05-18T03:59:59.4332965Z Entering 'third_party/python-enum' 2022-05-18T03:59:59.4374088Z Entering 'third_party/python-peachpy' 2022-05-18T03:59:59.4415729Z Entering 'third_party/python-six' 2022-05-18T03:59:59.4456218Z Entering 'third_party/sleef' 2022-05-18T03:59:59.4497323Z Entering 'third_party/tbb' 2022-05-18T03:59:59.4539970Z Entering 'third_party/tensorpipe' 2022-05-18T03:59:59.4581857Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T03:59:59.4622230Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T03:59:59.4662496Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T03:59:59.4704224Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T03:59:59.4743885Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T03:59:59.4787592Z Entering 'third_party/zstd' 2022-05-18T03:59:59.4842447Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-05-18T03:59:59.5151029Z Entering 'android/libs/fbjni' 2022-05-18T03:59:59.5192072Z Entering 'third_party/FP16' 2022-05-18T03:59:59.5233551Z Entering 'third_party/FXdiv' 2022-05-18T03:59:59.5274502Z Entering 'third_party/NNPACK' 2022-05-18T03:59:59.5315476Z Entering 'third_party/QNNPACK' 2022-05-18T03:59:59.5357103Z Entering 'third_party/XNNPACK' 2022-05-18T03:59:59.5409007Z Entering 'third_party/benchmark' 2022-05-18T03:59:59.5450799Z Entering 'third_party/cpuinfo' 2022-05-18T03:59:59.5492711Z Entering 'third_party/cub' 2022-05-18T03:59:59.5533884Z Entering 'third_party/cudnn_frontend' 2022-05-18T03:59:59.5579969Z Entering 'third_party/eigen' 2022-05-18T03:59:59.5622975Z Entering 'third_party/fbgemm' 2022-05-18T03:59:59.5664783Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T03:59:59.5705420Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T03:59:59.5747250Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T03:59:59.5788916Z Entering 'third_party/flatbuffers' 2022-05-18T03:59:59.5831573Z Entering 'third_party/fmt' 2022-05-18T03:59:59.5872003Z Entering 'third_party/foxi' 2022-05-18T03:59:59.5913190Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T03:59:59.5955618Z Entering 'third_party/gloo' 2022-05-18T03:59:59.5997399Z Entering 'third_party/googletest' 2022-05-18T03:59:59.6038560Z Entering 'third_party/ideep' 2022-05-18T03:59:59.6079298Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T03:59:59.6121797Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T03:59:59.6168667Z Entering 'third_party/ios-cmake' 2022-05-18T03:59:59.6209690Z Entering 'third_party/kineto' 2022-05-18T03:59:59.6251071Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T03:59:59.6291836Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T03:59:59.6334031Z Entering 'third_party/nccl/nccl' 2022-05-18T03:59:59.6375829Z Entering 'third_party/neon2sse' 2022-05-18T03:59:59.6416389Z Entering 'third_party/onnx' 2022-05-18T03:59:59.6468853Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T03:59:59.6509337Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T03:59:59.6552200Z Entering 'third_party/onnx-tensorrt' 2022-05-18T03:59:59.6592701Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T03:59:59.6638409Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T03:59:59.6679344Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T03:59:59.6720416Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T03:59:59.6765337Z Entering 'third_party/pocketfft' 2022-05-18T03:59:59.6805998Z Entering 'third_party/protobuf' 2022-05-18T03:59:59.6850471Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T03:59:59.6891458Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T03:59:59.6934798Z Entering 'third_party/psimd' 2022-05-18T03:59:59.6976153Z Entering 'third_party/pthreadpool' 2022-05-18T03:59:59.7017310Z Entering 'third_party/pybind11' 2022-05-18T03:59:59.7058373Z Entering 'third_party/python-enum' 2022-05-18T03:59:59.7099342Z Entering 'third_party/python-peachpy' 2022-05-18T03:59:59.7140601Z Entering 'third_party/python-six' 2022-05-18T03:59:59.7180850Z Entering 'third_party/sleef' 2022-05-18T03:59:59.7221671Z Entering 'third_party/tbb' 2022-05-18T03:59:59.7264244Z Entering 'third_party/tensorpipe' 2022-05-18T03:59:59.7305202Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T03:59:59.7346330Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T03:59:59.7386183Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T03:59:59.7427230Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T03:59:59.7468314Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T03:59:59.7512019Z Entering 'third_party/zstd' 2022-05-18T03:59:59.7561999Z ##[endgroup] 2022-05-18T03:59:59.7605179Z [command]/usr/bin/git log -1 --format='%H' 2022-05-18T03:59:59.7632606Z '3b2375291aab7b48442f2e6fb1ef66cebc761e24' 2022-05-18T03:59:59.7778314Z Prepare all required actions 2022-05-18T03:59:59.7808948Z ##[group]Run ./.github/actions/setup-linux 2022-05-18T03:59:59.7809228Z env: 2022-05-18T03:59:59.7809447Z IN_CI: 1 2022-05-18T03:59:59.7809659Z IS_GHA: 1 2022-05-18T03:59:59.7809912Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:59:59.7810174Z ##[endgroup] 2022-05-18T03:59:59.7827935Z ##[group]Run set -euo pipefail 2022-05-18T03:59:59.7828252Z set -euo pipefail 2022-05-18T03:59:59.7828542Z function get_ec2_metadata() { 2022-05-18T03:59:59.7828864Z  # Pulled from instance metadata endpoint for EC2 2022-05-18T03:59:59.7829346Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-05-18T03:59:59.7829767Z  category=$1 2022-05-18T03:59:59.7830102Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-05-18T03:59:59.7830396Z } 2022-05-18T03:59:59.7830711Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-05-18T03:59:59.7831069Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-05-18T03:59:59.7831431Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-05-18T03:59:59.7831772Z echo "system info $(uname -a)" 2022-05-18T03:59:59.7844258Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T03:59:59.7844540Z env: 2022-05-18T03:59:59.7844759Z IN_CI: 1 2022-05-18T03:59:59.7844983Z IS_GHA: 1 2022-05-18T03:59:59.7845218Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:59:59.7845477Z ##[endgroup] 2022-05-18T03:59:59.7943377Z ami-id: ami-096198a0bccc6bad4 2022-05-18T03:59:59.8003942Z instance-id: i-06e6a2e80ea31f4b9 2022-05-18T03:59:59.8063109Z instance-type: g3.4xlarge 2022-05-18T03:59:59.8071043Z system info Linux ip-10-0-4-42.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-05-18T03:59:59.8088802Z ##[group]Run if systemctl is-active --quiet docker; then 2022-05-18T03:59:59.8089223Z if systemctl is-active --quiet docker; then 2022-05-18T03:59:59.8089563Z  echo "Docker daemon is running..."; 2022-05-18T03:59:59.8089825Z else 2022-05-18T03:59:59.8090147Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-05-18T03:59:59.8090465Z fi 2022-05-18T03:59:59.8102533Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T03:59:59.8102844Z env: 2022-05-18T03:59:59.8103063Z IN_CI: 1 2022-05-18T03:59:59.8103268Z IS_GHA: 1 2022-05-18T03:59:59.8103520Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:59:59.8103780Z ##[endgroup] 2022-05-18T03:59:59.8153362Z Docker daemon is running... 2022-05-18T03:59:59.8171312Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-05-18T03:59:59.8171787Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-05-18T03:59:59.8172178Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-05-18T03:59:59.8172839Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-05-18T03:59:59.8173494Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-05-18T03:59:59.8185331Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T03:59:59.8185632Z env: 2022-05-18T03:59:59.8185837Z IN_CI: 1 2022-05-18T03:59:59.8186062Z IS_GHA: 1 2022-05-18T03:59:59.8186315Z GIT_DEFAULT_BRANCH: master 2022-05-18T03:59:59.8186569Z AWS_RETRY_MODE: standard 2022-05-18T03:59:59.8186829Z AWS_MAX_ATTEMPTS: 5 2022-05-18T03:59:59.8187100Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T03:59:59.8187353Z ##[endgroup] 2022-05-18T04:00:00.7739019Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-05-18T04:00:00.7739503Z Configure a credential helper to remove this warning. See 2022-05-18T04:00:00.7740242Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-05-18T04:00:00.7740545Z 2022-05-18T04:00:00.7741532Z Login Succeeded 2022-05-18T04:00:00.7785689Z ##[group]Run env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}" 2022-05-18T04:00:00.7786097Z env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}" 2022-05-18T04:00:00.7798449Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:00:00.7798749Z env: 2022-05-18T04:00:00.7798976Z IN_CI: 1 2022-05-18T04:00:00.7799187Z IS_GHA: 1 2022-05-18T04:00:00.7799442Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:00.7799702Z ##[endgroup] 2022-05-18T04:00:00.7862114Z Prepare all required actions 2022-05-18T04:00:00.7862469Z Getting action download info 2022-05-18T04:00:00.9619220Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:1ecffedb1e192a50aa67dba2f0e048e5d3bfa144) 2022-05-18T04:00:01.0792795Z ##[group]Run ./.github/actions/setup-ssh 2022-05-18T04:00:01.0793151Z with: 2022-05-18T04:00:01.0793638Z github-secret: *** 2022-05-18T04:00:01.0793972Z env: 2022-05-18T04:00:01.0794300Z IN_CI: 1 2022-05-18T04:00:01.0794543Z IS_GHA: 1 2022-05-18T04:00:01.0794898Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:01.0795224Z ##[endgroup] 2022-05-18T04:00:01.0855060Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-05-18T04:00:01.0855338Z with: 2022-05-18T04:00:01.0855734Z GITHUB_TOKEN: *** 2022-05-18T04:00:01.0856011Z activate-with-label: false 2022-05-18T04:00:01.0856262Z label: with-ssh 2022-05-18T04:00:01.0856528Z remove-existing-keys: true 2022-05-18T04:00:01.0856780Z env: 2022-05-18T04:00:01.0856975Z IN_CI: 1 2022-05-18T04:00:01.0857231Z IS_GHA: 1 2022-05-18T04:00:01.0857481Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:01.0857733Z ##[endgroup] 2022-05-18T04:00:01.1550572Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-05-18T04:00:01.1600513Z Prepare all required actions 2022-05-18T04:00:01.1621828Z ##[group]Run ./.github/actions/pull-docker-image 2022-05-18T04:00:01.1622253Z with: 2022-05-18T04:00:01.1622927Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:00:01.1623394Z env: 2022-05-18T04:00:01.1623613Z IN_CI: 1 2022-05-18T04:00:01.1623840Z IS_GHA: 1 2022-05-18T04:00:01.1624073Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:01.1624337Z ##[endgroup] 2022-05-18T04:00:01.1639549Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-05-18T04:00:01.1639915Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-05-18T04:00:01.1640234Z retry docker pull "${DOCKER_IMAGE}" 2022-05-18T04:00:01.1652810Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:00:01.1653117Z env: 2022-05-18T04:00:01.1653334Z IN_CI: 1 2022-05-18T04:00:01.1653586Z IS_GHA: 1 2022-05-18T04:00:01.1653846Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:00:01.1654737Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:00:01.1655248Z ##[endgroup] 2022-05-18T04:00:01.4484606Z 6deab82db6a72ca54cd3e3322ee4f13864536734: Pulling from pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7 2022-05-18T04:00:01.4485156Z 11323ed2c653: Pulling fs layer 2022-05-18T04:00:01.4485592Z 9b0c32b3202c: Pulling fs layer 2022-05-18T04:00:01.4485998Z 55d4aa3df964: Pulling fs layer 2022-05-18T04:00:01.4486269Z ced0e45f533f: Pulling fs layer 2022-05-18T04:00:01.4486552Z a6d5f855f26c: Pulling fs layer 2022-05-18T04:00:01.4486832Z 532188ad0a5d: Pulling fs layer 2022-05-18T04:00:01.4487090Z 53b0132b34a2: Pulling fs layer 2022-05-18T04:00:01.4487376Z d63f711e9949: Pulling fs layer 2022-05-18T04:00:01.4487650Z 776e7a7e28b2: Pulling fs layer 2022-05-18T04:00:01.4487909Z 69004237646f: Pulling fs layer 2022-05-18T04:00:01.4488177Z a0a6f96a62d8: Pulling fs layer 2022-05-18T04:00:01.4488450Z 7918ac79e586: Pulling fs layer 2022-05-18T04:00:01.4488706Z 517f3f32e512: Pulling fs layer 2022-05-18T04:00:01.4488981Z 7c88fb71bf11: Pulling fs layer 2022-05-18T04:00:01.4489241Z 532188ad0a5d: Waiting 2022-05-18T04:00:01.4489488Z 7b920d7a1988: Pulling fs layer 2022-05-18T04:00:01.4489744Z 53b0132b34a2: Waiting 2022-05-18T04:00:01.4490005Z 0ba8a6800faf: Pulling fs layer 2022-05-18T04:00:01.4490265Z 6d58a87851d7: Pulling fs layer 2022-05-18T04:00:01.4490526Z d63f711e9949: Waiting 2022-05-18T04:00:01.4490770Z a0a6f96a62d8: Waiting 2022-05-18T04:00:01.4490997Z 776e7a7e28b2: Waiting 2022-05-18T04:00:01.4491238Z ced0e45f533f: Waiting 2022-05-18T04:00:01.4491605Z b06b299e7454: Pulling fs layer 2022-05-18T04:00:01.4492083Z b046a45d4ca8: Pulling fs layer 2022-05-18T04:00:01.4492556Z 69004237646f: Waiting 2022-05-18T04:00:01.4493019Z acf3886a01ad: Pulling fs layer 2022-05-18T04:00:01.4493495Z 7c88fb71bf11: Waiting 2022-05-18T04:00:01.4493931Z 166228572fc8: Pulling fs layer 2022-05-18T04:00:01.4494705Z a6d5f855f26c: Waiting 2022-05-18T04:00:01.4495131Z 6d680b004bdb: Pulling fs layer 2022-05-18T04:00:01.4495397Z 4d9d54d04be5: Pulling fs layer 2022-05-18T04:00:01.4495653Z 7b920d7a1988: Waiting 2022-05-18T04:00:01.4495893Z 517f3f32e512: Waiting 2022-05-18T04:00:01.4496131Z 55e19101ee96: Pulling fs layer 2022-05-18T04:00:01.4496399Z d57378452c6c: Pulling fs layer 2022-05-18T04:00:01.4496656Z 6d58a87851d7: Waiting 2022-05-18T04:00:01.4496884Z 0ba8a6800faf: Waiting 2022-05-18T04:00:01.4497141Z 4097195e70a4: Pulling fs layer 2022-05-18T04:00:01.4497398Z 6d680b004bdb: Waiting 2022-05-18T04:00:01.4497639Z e90775d597ae: Pulling fs layer 2022-05-18T04:00:01.4497892Z 55e19101ee96: Waiting 2022-05-18T04:00:01.4498147Z 342cb5b8793f: Pulling fs layer 2022-05-18T04:00:01.4498397Z 4097195e70a4: Waiting 2022-05-18T04:00:01.4498635Z d57378452c6c: Waiting 2022-05-18T04:00:01.4498873Z e90775d597ae: Waiting 2022-05-18T04:00:01.4499285Z ec9f4694245d: Pulling fs layer 2022-05-18T04:00:01.4499587Z 5ff41a564c23: Pulling fs layer 2022-05-18T04:00:01.4499860Z 5e9e1c5c2b02: Pulling fs layer 2022-05-18T04:00:01.4500121Z 166228572fc8: Waiting 2022-05-18T04:00:01.4500347Z 342cb5b8793f: Waiting 2022-05-18T04:00:01.4500605Z 85cae8860e8b: Pulling fs layer 2022-05-18T04:00:01.4500870Z b06b299e7454: Waiting 2022-05-18T04:00:01.4501110Z 7bd074c80c3f: Pulling fs layer 2022-05-18T04:00:01.4501380Z 7ebce38575d6: Pulling fs layer 2022-05-18T04:00:01.4501657Z 3dcf0fc78ba8: Pulling fs layer 2022-05-18T04:00:01.4501920Z de93ffc12e40: Pulling fs layer 2022-05-18T04:00:01.4502179Z 3dcf0fc78ba8: Waiting 2022-05-18T04:00:01.4502438Z fd0f553736b3: Pulling fs layer 2022-05-18T04:00:01.4502681Z 7ebce38575d6: Waiting 2022-05-18T04:00:01.4502936Z 6b52bc4fc524: Pulling fs layer 2022-05-18T04:00:01.4503192Z 7bd074c80c3f: Waiting 2022-05-18T04:00:01.4503548Z f709baccd3f5: Pulling fs layer 2022-05-18T04:00:01.4503826Z 25dff8b9a054: Pulling fs layer 2022-05-18T04:00:01.4504094Z de93ffc12e40: Waiting 2022-05-18T04:00:01.4504326Z 6b52bc4fc524: Waiting 2022-05-18T04:00:01.4504571Z f709baccd3f5: Waiting 2022-05-18T04:00:01.4504831Z bcd88fe424d2: Pulling fs layer 2022-05-18T04:00:01.4505074Z 5ff41a564c23: Waiting 2022-05-18T04:00:01.4505315Z fd0f553736b3: Waiting 2022-05-18T04:00:01.4505564Z 8710652e57c7: Pulling fs layer 2022-05-18T04:00:01.4505811Z 050758b5b900: Pulling fs layer 2022-05-18T04:00:01.4506065Z 25dff8b9a054: Waiting 2022-05-18T04:00:01.4506303Z 050758b5b900: Waiting 2022-05-18T04:00:01.4506525Z bcd88fe424d2: Waiting 2022-05-18T04:00:01.4506782Z e104e8ddd08b: Pulling fs layer 2022-05-18T04:00:01.4507053Z b0c972c96382: Pulling fs layer 2022-05-18T04:00:01.4507305Z 053d59c76970: Pulling fs layer 2022-05-18T04:00:01.4507555Z 8710652e57c7: Waiting 2022-05-18T04:00:01.4507812Z 30dcacd2ffe2: Pulling fs layer 2022-05-18T04:00:01.4508080Z 1c1fd12e267d: Pulling fs layer 2022-05-18T04:00:01.4508339Z e104e8ddd08b: Waiting 2022-05-18T04:00:01.4508587Z 1c1fd12e267d: Waiting 2022-05-18T04:00:01.4508816Z 30dcacd2ffe2: Waiting 2022-05-18T04:00:01.4509063Z 5e9e1c5c2b02: Waiting 2022-05-18T04:00:01.4509303Z b0c972c96382: Waiting 2022-05-18T04:00:01.6166149Z 55d4aa3df964: Verifying Checksum 2022-05-18T04:00:01.6166788Z 55d4aa3df964: Download complete 2022-05-18T04:00:01.6626764Z 9b0c32b3202c: Download complete 2022-05-18T04:00:01.7101424Z ced0e45f533f: Download complete 2022-05-18T04:00:02.2983239Z a6d5f855f26c: Download complete 2022-05-18T04:00:02.3907508Z 53b0132b34a2: Download complete 2022-05-18T04:00:02.6520829Z 11323ed2c653: Download complete 2022-05-18T04:00:02.9412566Z 776e7a7e28b2: Download complete 2022-05-18T04:00:03.4708613Z 11323ed2c653: Pull complete 2022-05-18T04:00:03.8086371Z 9b0c32b3202c: Pull complete 2022-05-18T04:00:04.1492172Z 55d4aa3df964: Pull complete 2022-05-18T04:00:04.3076817Z ced0e45f533f: Pull complete 2022-05-18T04:00:04.4266347Z a6d5f855f26c: Pull complete 2022-05-18T04:00:08.5402563Z 69004237646f: Verifying Checksum 2022-05-18T04:00:08.5403144Z 69004237646f: Download complete 2022-05-18T04:00:08.6048868Z a0a6f96a62d8: Verifying Checksum 2022-05-18T04:00:08.6049348Z a0a6f96a62d8: Download complete 2022-05-18T04:00:09.3623635Z 532188ad0a5d: Verifying Checksum 2022-05-18T04:00:09.3623987Z 532188ad0a5d: Download complete 2022-05-18T04:00:09.4337826Z 517f3f32e512: Download complete 2022-05-18T04:00:09.5308356Z 7c88fb71bf11: Verifying Checksum 2022-05-18T04:00:09.5309207Z 7c88fb71bf11: Download complete 2022-05-18T04:00:09.6061846Z 7b920d7a1988: Verifying Checksum 2022-05-18T04:00:09.6062369Z 7b920d7a1988: Download complete 2022-05-18T04:00:09.6723596Z 0ba8a6800faf: Verifying Checksum 2022-05-18T04:00:09.6724259Z 0ba8a6800faf: Download complete 2022-05-18T04:00:09.7468253Z 6d58a87851d7: Verifying Checksum 2022-05-18T04:00:09.7468695Z 6d58a87851d7: Download complete 2022-05-18T04:00:09.8224340Z b06b299e7454: Verifying Checksum 2022-05-18T04:00:09.8225013Z b06b299e7454: Download complete 2022-05-18T04:00:10.4533436Z 7918ac79e586: Verifying Checksum 2022-05-18T04:00:10.4533992Z 7918ac79e586: Download complete 2022-05-18T04:00:10.5314778Z acf3886a01ad: Verifying Checksum 2022-05-18T04:00:10.5315161Z acf3886a01ad: Download complete 2022-05-18T04:00:10.6063665Z 166228572fc8: Verifying Checksum 2022-05-18T04:00:10.6064316Z 166228572fc8: Download complete 2022-05-18T04:00:10.6728621Z 6d680b004bdb: Download complete 2022-05-18T04:00:10.7458680Z 4d9d54d04be5: Verifying Checksum 2022-05-18T04:00:10.7459154Z 4d9d54d04be5: Download complete 2022-05-18T04:00:10.8236255Z 55e19101ee96: Verifying Checksum 2022-05-18T04:00:10.8236871Z 55e19101ee96: Download complete 2022-05-18T04:00:10.8956496Z d57378452c6c: Download complete 2022-05-18T04:00:11.2894098Z d63f711e9949: Verifying Checksum 2022-05-18T04:00:11.2894981Z d63f711e9949: Download complete 2022-05-18T04:00:11.3615895Z e90775d597ae: Verifying Checksum 2022-05-18T04:00:11.3616818Z e90775d597ae: Download complete 2022-05-18T04:00:11.4314710Z 342cb5b8793f: Download complete 2022-05-18T04:00:11.5296897Z ec9f4694245d: Verifying Checksum 2022-05-18T04:00:11.5297352Z ec9f4694245d: Download complete 2022-05-18T04:00:11.6052938Z 5ff41a564c23: Download complete 2022-05-18T04:00:11.6930602Z 5e9e1c5c2b02: Verifying Checksum 2022-05-18T04:00:11.6931091Z 5e9e1c5c2b02: Download complete 2022-05-18T04:00:11.8497402Z 4097195e70a4: Verifying Checksum 2022-05-18T04:00:11.8498046Z 4097195e70a4: Download complete 2022-05-18T04:00:11.9147305Z 7bd074c80c3f: Download complete 2022-05-18T04:00:11.9969232Z 7ebce38575d6: Verifying Checksum 2022-05-18T04:00:11.9969823Z 7ebce38575d6: Download complete 2022-05-18T04:00:12.2445088Z 3dcf0fc78ba8: Verifying Checksum 2022-05-18T04:00:12.2445596Z 3dcf0fc78ba8: Download complete 2022-05-18T04:00:12.3290601Z de93ffc12e40: Verifying Checksum 2022-05-18T04:00:12.3290949Z de93ffc12e40: Download complete 2022-05-18T04:00:12.3985543Z fd0f553736b3: Verifying Checksum 2022-05-18T04:00:12.3985940Z fd0f553736b3: Download complete 2022-05-18T04:00:12.4832205Z 6b52bc4fc524: Verifying Checksum 2022-05-18T04:00:12.4832811Z 6b52bc4fc524: Download complete 2022-05-18T04:00:13.7529709Z 85cae8860e8b: Verifying Checksum 2022-05-18T04:00:13.7530342Z 85cae8860e8b: Download complete 2022-05-18T04:00:13.8222101Z 25dff8b9a054: Verifying Checksum 2022-05-18T04:00:13.8222738Z 25dff8b9a054: Download complete 2022-05-18T04:00:13.8987002Z bcd88fe424d2: Verifying Checksum 2022-05-18T04:00:13.8987618Z bcd88fe424d2: Download complete 2022-05-18T04:00:13.9747996Z 8710652e57c7: Download complete 2022-05-18T04:00:14.0727792Z 050758b5b900: Verifying Checksum 2022-05-18T04:00:14.0728181Z 050758b5b900: Download complete 2022-05-18T04:00:14.4739444Z e104e8ddd08b: Verifying Checksum 2022-05-18T04:00:14.4739980Z e104e8ddd08b: Download complete 2022-05-18T04:00:14.5593325Z b0c972c96382: Verifying Checksum 2022-05-18T04:00:14.5594011Z b0c972c96382: Download complete 2022-05-18T04:00:15.1518293Z 053d59c76970: Verifying Checksum 2022-05-18T04:00:15.1518679Z 053d59c76970: Download complete 2022-05-18T04:00:15.2323405Z 30dcacd2ffe2: Download complete 2022-05-18T04:00:15.3059459Z 1c1fd12e267d: Download complete 2022-05-18T04:00:15.9382817Z f709baccd3f5: Verifying Checksum 2022-05-18T04:00:15.9383200Z f709baccd3f5: Download complete 2022-05-18T04:00:19.4333367Z 532188ad0a5d: Pull complete 2022-05-18T04:00:19.5470873Z 53b0132b34a2: Pull complete 2022-05-18T04:00:30.8543658Z b046a45d4ca8: Verifying Checksum 2022-05-18T04:00:30.8544022Z b046a45d4ca8: Download complete 2022-05-18T04:00:32.6880520Z d63f711e9949: Pull complete 2022-05-18T04:00:32.7786908Z 776e7a7e28b2: Pull complete 2022-05-18T04:00:39.6981150Z 69004237646f: Pull complete 2022-05-18T04:00:39.7935141Z a0a6f96a62d8: Pull complete 2022-05-18T04:00:46.6251690Z 7918ac79e586: Pull complete 2022-05-18T04:00:48.4710969Z 517f3f32e512: Pull complete 2022-05-18T04:00:50.3160329Z 7c88fb71bf11: Pull complete 2022-05-18T04:00:52.1929212Z 7b920d7a1988: Pull complete 2022-05-18T04:00:54.0409142Z 0ba8a6800faf: Pull complete 2022-05-18T04:00:55.9155257Z 6d58a87851d7: Pull complete 2022-05-18T04:00:58.3594966Z b06b299e7454: Pull complete 2022-05-18T04:01:36.3192656Z b046a45d4ca8: Pull complete 2022-05-18T04:01:38.4844012Z acf3886a01ad: Pull complete 2022-05-18T04:01:40.5421636Z 166228572fc8: Pull complete 2022-05-18T04:01:41.4524407Z 6d680b004bdb: Pull complete 2022-05-18T04:01:41.5740387Z 4d9d54d04be5: Pull complete 2022-05-18T04:01:41.6747219Z 55e19101ee96: Pull complete 2022-05-18T04:01:41.7699459Z d57378452c6c: Pull complete 2022-05-18T04:01:44.2074147Z 4097195e70a4: Pull complete 2022-05-18T04:01:44.3011485Z e90775d597ae: Pull complete 2022-05-18T04:01:44.4134157Z 342cb5b8793f: Pull complete 2022-05-18T04:01:44.5495199Z ec9f4694245d: Pull complete 2022-05-18T04:01:44.6613515Z 5ff41a564c23: Pull complete 2022-05-18T04:01:44.7534123Z 5e9e1c5c2b02: Pull complete 2022-05-18T04:01:53.6272757Z 85cae8860e8b: Pull complete 2022-05-18T04:01:56.4933806Z 7bd074c80c3f: Pull complete 2022-05-18T04:01:59.4846243Z 7ebce38575d6: Pull complete 2022-05-18T04:02:01.7351288Z 3dcf0fc78ba8: Pull complete 2022-05-18T04:02:03.9586086Z de93ffc12e40: Pull complete 2022-05-18T04:02:06.3012525Z fd0f553736b3: Pull complete 2022-05-18T04:02:08.6582160Z 6b52bc4fc524: Pull complete 2022-05-18T04:02:16.5643657Z f709baccd3f5: Pull complete 2022-05-18T04:02:18.4517171Z 25dff8b9a054: Pull complete 2022-05-18T04:02:20.2606504Z bcd88fe424d2: Pull complete 2022-05-18T04:02:20.3738089Z 8710652e57c7: Pull complete 2022-05-18T04:02:20.4772332Z 050758b5b900: Pull complete 2022-05-18T04:02:21.3567456Z e104e8ddd08b: Pull complete 2022-05-18T04:02:21.4658102Z b0c972c96382: Pull complete 2022-05-18T04:02:23.4804649Z 053d59c76970: Pull complete 2022-05-18T04:02:23.5835919Z 30dcacd2ffe2: Pull complete 2022-05-18T04:02:23.6901748Z 1c1fd12e267d: Pull complete 2022-05-18T04:02:23.7018464Z Digest: sha256:9737b662edb86afcd12a9367db6178a57889543632c0b710c5058abe14dc048f 2022-05-18T04:02:23.7047892Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:02:23.7083003Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:02:23.7166642Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-05-18T04:02:23.7167000Z with: 2022-05-18T04:02:23.7167221Z timeout_minutes: 10 2022-05-18T04:02:23.7167475Z max_attempts: 3 2022-05-18T04:02:23.7167913Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-05-18T04:02:23.7168293Z retry_wait_seconds: 10 2022-05-18T04:02:23.7168574Z polling_interval_seconds: 1 2022-05-18T04:02:23.7168853Z warning_on_retry: true 2022-05-18T04:02:23.7169101Z continue_on_error: false 2022-05-18T04:02:23.7169350Z env: 2022-05-18T04:02:23.7169568Z IN_CI: 1 2022-05-18T04:02:23.7169777Z IS_GHA: 1 2022-05-18T04:02:23.7170035Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:02:23.7170299Z ##[endgroup] 2022-05-18T04:02:23.7606597Z 2022-05-18T04:02:23.7680331Z == Installing nvidia container toolkit for amzn2 == 2022-05-18T04:02:23.7683282Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-05-18T04:02:23.7684112Z + sudo yum install -y yum-utils 2022-05-18T04:02:24.2352621Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:24.5642185Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-05-18T04:02:24.5642766Z Nothing to do 2022-05-18T04:02:24.5832952Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-05-18T04:02:25.0336364Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:25.0624113Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-05-18T04:02:25.0624818Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-05-18T04:02:25.0625357Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-05-18T04:02:25.0768552Z + sudo yum install -y nvidia-docker2 2022-05-18T04:02:25.5270846Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:25.5677425Z Retrieving key from https://nvidia.github.io/libnvidia-container/gpgkey 2022-05-18T04:02:25.5760302Z Importing GPG key 0xF796ECB0: 2022-05-18T04:02:25.5760854Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-05-18T04:02:25.5761383Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-05-18T04:02:25.5763176Z From : https://nvidia.github.io/libnvidia-container/gpgkey 2022-05-18T04:02:25.9729070Z Retrieving key from https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-05-18T04:02:25.9816802Z Importing GPG key 0xF796ECB0: 2022-05-18T04:02:25.9817402Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-05-18T04:02:25.9818087Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-05-18T04:02:25.9818598Z From : https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-05-18T04:02:26.2016190Z Retrieving key from https://nvidia.github.io/nvidia-docker/gpgkey 2022-05-18T04:02:26.2108200Z Importing GPG key 0xF796ECB0: 2022-05-18T04:02:26.2108737Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-05-18T04:02:26.2109331Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-05-18T04:02:26.2109782Z From : https://nvidia.github.io/nvidia-docker/gpgkey 2022-05-18T04:02:27.8379259Z Resolving Dependencies 2022-05-18T04:02:27.8385791Z --> Running transaction check 2022-05-18T04:02:27.8386608Z ---> Package nvidia-docker2.noarch 0:2.10.0-1 will be installed 2022-05-18T04:02:27.8410934Z --> Processing Dependency: nvidia-container-toolkit >= 1.9.0-1 for package: nvidia-docker2-2.10.0-1.noarch 2022-05-18T04:02:27.8726462Z --> Running transaction check 2022-05-18T04:02:27.8726946Z ---> Package nvidia-container-toolkit.x86_64 0:1.9.0-1 will be installed 2022-05-18T04:02:27.8735802Z --> Processing Dependency: libnvidia-container-tools < 2.0.0 for package: nvidia-container-toolkit-1.9.0-1.x86_64 2022-05-18T04:02:27.8852228Z --> Processing Dependency: libnvidia-container-tools >= 1.9.0-1 for package: nvidia-container-toolkit-1.9.0-1.x86_64 2022-05-18T04:02:27.8852779Z --> Running transaction check 2022-05-18T04:02:27.8853235Z ---> Package libnvidia-container-tools.x86_64 0:1.9.0-1 will be installed 2022-05-18T04:02:27.8881359Z --> Processing Dependency: libnvidia-container1(x86-64) >= 1.9.0-1 for package: libnvidia-container-tools-1.9.0-1.x86_64 2022-05-18T04:02:27.8910738Z --> Processing Dependency: libnvidia-container.so.1(NVC_1.0)(64bit) for package: libnvidia-container-tools-1.9.0-1.x86_64 2022-05-18T04:02:27.8911479Z --> Processing Dependency: libnvidia-container.so.1()(64bit) for package: libnvidia-container-tools-1.9.0-1.x86_64 2022-05-18T04:02:27.8911982Z --> Running transaction check 2022-05-18T04:02:27.8912404Z ---> Package libnvidia-container1.x86_64 0:1.9.0-1 will be installed 2022-05-18T04:02:28.1758769Z --> Finished Dependency Resolution 2022-05-18T04:02:28.2370933Z 2022-05-18T04:02:28.2371502Z Dependencies Resolved 2022-05-18T04:02:28.2382811Z 2022-05-18T04:02:28.2383166Z ================================================================================ 2022-05-18T04:02:28.2383540Z Package Arch Version Repository Size 2022-05-18T04:02:28.2384117Z ================================================================================ 2022-05-18T04:02:28.2384602Z Installing: 2022-05-18T04:02:28.2385090Z nvidia-docker2 noarch 2.10.0-1 libnvidia-container 8.7 k 2022-05-18T04:02:28.2385454Z Installing for dependencies: 2022-05-18T04:02:28.2385920Z libnvidia-container-tools x86_64 1.9.0-1 libnvidia-container 48 k 2022-05-18T04:02:28.2386438Z libnvidia-container1 x86_64 1.9.0-1 libnvidia-container 1.0 M 2022-05-18T04:02:28.2388713Z nvidia-container-toolkit x86_64 1.9.0-1 libnvidia-container 1.5 M 2022-05-18T04:02:28.2389019Z 2022-05-18T04:02:28.2389152Z Transaction Summary 2022-05-18T04:02:28.2389464Z ================================================================================ 2022-05-18T04:02:28.2389795Z Install 1 Package (+3 Dependent packages) 2022-05-18T04:02:28.2389997Z 2022-05-18T04:02:28.2390115Z Total download size: 2.5 M 2022-05-18T04:02:28.2390384Z Installed size: 7.4 M 2022-05-18T04:02:28.2390650Z Downloading packages: 2022-05-18T04:02:28.3377664Z -------------------------------------------------------------------------------- 2022-05-18T04:02:28.3378115Z Total 26 MB/s | 2.5 MB 00:00 2022-05-18T04:02:28.3420674Z Running transaction check 2022-05-18T04:02:28.3481814Z Running transaction test 2022-05-18T04:02:28.3628559Z Transaction test succeeded 2022-05-18T04:02:28.3631737Z Running transaction 2022-05-18T04:02:28.5653791Z Installing : libnvidia-container1-1.9.0-1.x86_64 1/4 2022-05-18T04:02:28.7597622Z Installing : libnvidia-container-tools-1.9.0-1.x86_64 2/4 2022-05-18T04:02:28.7771590Z Installing : nvidia-container-toolkit-1.9.0-1.x86_64 3/4 2022-05-18T04:02:28.8095885Z Installing : nvidia-docker2-2.10.0-1.noarch 4/4 2022-05-18T04:02:28.8197548Z Verifying : libnvidia-container-tools-1.9.0-1.x86_64 1/4 2022-05-18T04:02:28.8289318Z Verifying : nvidia-container-toolkit-1.9.0-1.x86_64 2/4 2022-05-18T04:02:28.8379753Z Verifying : nvidia-docker2-2.10.0-1.noarch 3/4 2022-05-18T04:02:28.8992839Z Verifying : libnvidia-container1-1.9.0-1.x86_64 4/4 2022-05-18T04:02:28.8993212Z 2022-05-18T04:02:28.8993401Z Installed: 2022-05-18T04:02:28.8993921Z nvidia-docker2.noarch 0:2.10.0-1 2022-05-18T04:02:28.8994166Z 2022-05-18T04:02:28.8994279Z Dependency Installed: 2022-05-18T04:02:28.8994721Z libnvidia-container-tools.x86_64 0:1.9.0-1 2022-05-18T04:02:28.8995404Z libnvidia-container1.x86_64 0:1.9.0-1 2022-05-18T04:02:28.8995897Z nvidia-container-toolkit.x86_64 0:1.9.0-1 2022-05-18T04:02:28.8996135Z 2022-05-18T04:02:28.8996239Z Complete! 2022-05-18T04:02:28.9887997Z + sudo systemctl restart docker 2022-05-18T04:02:36.5217215Z == Installing nvidia driver NVIDIA-Linux-x86_64-510.60.02.run == 2022-05-18T04:02:36.5218494Z + sudo yum groupinstall -y 'Development Tools' 2022-05-18T04:02:36.9893879Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:02:38.0147612Z Resolving Dependencies 2022-05-18T04:02:38.0152859Z --> Running transaction check 2022-05-18T04:02:38.0156932Z ---> Package autoconf.noarch 0:2.69-11.amzn2 will be installed 2022-05-18T04:02:38.0393085Z --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.amzn2.noarch 2022-05-18T04:02:38.0736270Z --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.amzn2.noarch 2022-05-18T04:02:38.0738690Z ---> Package automake.noarch 0:1.13.4-3.1.amzn2 will be installed 2022-05-18T04:02:38.0803222Z --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.1.amzn2.noarch 2022-05-18T04:02:38.0811876Z --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.1.amzn2.noarch 2022-05-18T04:02:38.0824668Z ---> Package bison.x86_64 0:3.0.4-6.amzn2.0.2 will be installed 2022-05-18T04:02:38.0932022Z ---> Package byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 will be installed 2022-05-18T04:02:38.0943624Z ---> Package cscope.x86_64 0:15.8-10.amzn2.0.2 will be installed 2022-05-18T04:02:38.0998136Z ---> Package ctags.x86_64 0:5.8-13.amzn2.0.2 will be installed 2022-05-18T04:02:38.1012356Z ---> Package diffstat.x86_64 0:1.57-4.amzn2.0.2 will be installed 2022-05-18T04:02:38.1025319Z ---> Package doxygen.x86_64 1:1.8.5-4.amzn2 will be installed 2022-05-18T04:02:38.1122986Z ---> Package elfutils.x86_64 0:0.176-2.amzn2 will be installed 2022-05-18T04:02:38.1288504Z ---> Package flex.x86_64 0:2.5.37-3.amzn2.0.3 will be installed 2022-05-18T04:02:38.1322143Z ---> Package gcc.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.1486117Z --> Processing Dependency: cpp = 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1504296Z --> Processing Dependency: libsanitizer >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1555105Z --> Processing Dependency: libquadmath >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1612788Z --> Processing Dependency: libmpx >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1665687Z --> Processing Dependency: libitm >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1713789Z --> Processing Dependency: libcilkrts >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1764298Z --> Processing Dependency: libatomic >= 7.3.1-14.amzn2 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1814683Z --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1954244Z --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.1979474Z --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.2004109Z ---> Package gcc-c++.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.2045514Z ---> Package gcc-gfortran.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.2092143Z --> Processing Dependency: libgfortran.so.4()(64bit) for package: gcc-gfortran-7.3.1-14.amzn2.x86_64 2022-05-18T04:02:38.2153371Z ---> Package indent.x86_64 0:2.2.11-13.amzn2.0.2 will be installed 2022-05-18T04:02:38.2178495Z ---> Package intltool.noarch 0:0.50.2-7.amzn2 will be installed 2022-05-18T04:02:38.2236219Z --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-7.amzn2.noarch 2022-05-18T04:02:38.2255659Z --> Processing Dependency: gettext-devel for package: intltool-0.50.2-7.amzn2.noarch 2022-05-18T04:02:38.2275991Z ---> Package libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 will be installed 2022-05-18T04:02:38.2313607Z ---> Package patch.x86_64 0:2.7.1-12.amzn2.0.2 will be installed 2022-05-18T04:02:38.2355944Z ---> Package patchutils.x86_64 0:0.3.3-4.amzn2.0.1 will be installed 2022-05-18T04:02:38.2387858Z ---> Package rcs.x86_64 0:5.9.0-5.amzn2.0.2 will be installed 2022-05-18T04:02:38.2431447Z ---> Package rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-05-18T04:02:38.2667674Z --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.amzn2.0.2.x86_64 2022-05-18T04:02:38.2688550Z ---> Package rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-05-18T04:02:38.2724160Z ---> Package subversion.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-05-18T04:02:38.2887974Z --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-16.amzn2.0.1 for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2908646Z --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2909688Z --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2910632Z --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2911308Z --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2911962Z --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2912625Z --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2913276Z --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2913901Z --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2914544Z --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2915177Z --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2915802Z --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2916433Z --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2917050Z --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2917925Z --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2918544Z --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2939194Z --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2962046Z --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-05-18T04:02:38.2988801Z ---> Package swig.x86_64 0:3.0.12-11.amzn2.0.3 will be installed 2022-05-18T04:02:38.3015643Z ---> Package system-rpm-config.noarch 0:9.1.0-76.amzn2.0.13 will be installed 2022-05-18T04:02:38.3068316Z --> Processing Dependency: dwz >= 0.4 for package: system-rpm-config-9.1.0-76.amzn2.0.13.noarch 2022-05-18T04:02:38.3086767Z --> Processing Dependency: perl-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.13.noarch 2022-05-18T04:02:38.3101265Z --> Processing Dependency: go-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.13.noarch 2022-05-18T04:02:38.3268191Z ---> Package systemtap.x86_64 0:4.4-1.amzn2.0.2 will be installed 2022-05-18T04:02:38.3285512Z --> Processing Dependency: systemtap-devel = 4.4-1.amzn2.0.2 for package: systemtap-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:38.3298988Z --> Processing Dependency: systemtap-client = 4.4-1.amzn2.0.2 for package: systemtap-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:38.3310052Z --> Running transaction check 2022-05-18T04:02:38.3313437Z ---> Package apr.x86_64 0:1.7.0-9.amzn2 will be installed 2022-05-18T04:02:38.3397841Z ---> Package apr-util.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-05-18T04:02:38.3445979Z --> Processing Dependency: apr-util-bdb(x86-64) = 1.6.1-5.amzn2.0.2 for package: apr-util-1.6.1-5.amzn2.0.2.x86_64 2022-05-18T04:02:38.3461346Z ---> Package cpp.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.3545567Z ---> Package dwz.x86_64 0:0.11-3.amzn2.0.3 will be installed 2022-05-18T04:02:38.3561217Z ---> Package gdb.x86_64 0:8.0.1-36.amzn2.0.1 will be installed 2022-05-18T04:02:38.3642576Z ---> Package gettext-devel.x86_64 0:0.19.8.1-3.amzn2 will be installed 2022-05-18T04:02:38.3708128Z --> Processing Dependency: gettext-common-devel = 0.19.8.1-3.amzn2 for package: gettext-devel-0.19.8.1-3.amzn2.x86_64 2022-05-18T04:02:38.3717107Z ---> Package glibc-devel.x86_64 0:2.26-58.amzn2 will be installed 2022-05-18T04:02:38.3837215Z --> Processing Dependency: glibc-headers = 2.26-58.amzn2 for package: glibc-devel-2.26-58.amzn2.x86_64 2022-05-18T04:02:38.3862328Z --> Processing Dependency: glibc-headers for package: glibc-devel-2.26-58.amzn2.x86_64 2022-05-18T04:02:38.3863150Z ---> Package go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 will be installed 2022-05-18T04:02:38.3869009Z ---> Package libatomic.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.3891579Z ---> Package libcilkrts.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.3931222Z ---> Package libgfortran.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.3978896Z ---> Package libitm.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.4004623Z ---> Package libmpc.x86_64 0:1.0.1-3.amzn2.0.2 will be installed 2022-05-18T04:02:38.4024646Z ---> Package libmpx.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.4048894Z ---> Package libquadmath.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.4085458Z ---> Package libsanitizer.x86_64 0:7.3.1-14.amzn2 will be installed 2022-05-18T04:02:38.4146639Z ---> Package m4.x86_64 0:1.4.16-10.amzn2.0.2 will be installed 2022-05-18T04:02:38.4171550Z ---> Package mpfr.x86_64 0:3.1.1-4.amzn2.0.2 will be installed 2022-05-18T04:02:38.4202449Z ---> Package neon.x86_64 0:0.30.0-3.amzn2.0.2 will be installed 2022-05-18T04:02:38.4287173Z --> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:38.4325818Z --> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:38.4327126Z --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:38.4348512Z --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:38.4368297Z --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-05-18T04:02:38.4375259Z ---> Package perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 will be installed 2022-05-18T04:02:38.4431602Z ---> Package perl-Test-Harness.noarch 0:3.28-3.amzn2 will be installed 2022-05-18T04:02:38.4571828Z ---> Package perl-Thread-Queue.noarch 0:3.02-2.amzn2 will be installed 2022-05-18T04:02:38.4587149Z ---> Package perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 will be installed 2022-05-18T04:02:38.4609436Z ---> Package perl-srpm-macros.noarch 0:1-8.amzn2.0.1 will be installed 2022-05-18T04:02:38.4610355Z ---> Package subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-05-18T04:02:38.4658636Z ---> Package systemtap-client.x86_64 0:4.4-1.amzn2.0.2 will be installed 2022-05-18T04:02:38.4908333Z --> Processing Dependency: mokutil for package: systemtap-client-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:38.4924245Z --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:38.4951594Z --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:38.4952186Z ---> Package systemtap-devel.x86_64 0:4.4-1.amzn2.0.2 will be installed 2022-05-18T04:02:38.5076287Z --> Processing Dependency: kernel-devel-uname-r for package: systemtap-devel-4.4-1.amzn2.0.2.x86_64 2022-05-18T04:02:38.5979456Z --> Running transaction check 2022-05-18T04:02:38.5979995Z ---> Package apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-05-18T04:02:38.5993581Z ---> Package avahi-libs.x86_64 0:0.6.31-20.amzn2 will be installed 2022-05-18T04:02:38.6028823Z ---> Package gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 will be installed 2022-05-18T04:02:38.6029910Z ---> Package glibc-headers.x86_64 0:2.26-58.amzn2 will be installed 2022-05-18T04:02:38.6075464Z --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.26-58.amzn2.x86_64 2022-05-18T04:02:38.7047703Z --> Processing Dependency: kernel-headers for package: glibc-headers-2.26-58.amzn2.x86_64 2022-05-18T04:02:38.7048305Z ---> Package gnutls.x86_64 0:3.3.29-9.amzn2.0.1 will be installed 2022-05-18T04:02:38.7131352Z --> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.amzn2.0.1.x86_64 2022-05-18T04:02:38.7160932Z ---> Package kernel-devel.x86_64 0:4.14.276-211.499.amzn2 will be installed 2022-05-18T04:02:38.7193634Z --> Processing Dependency: elfutils-libelf-devel for package: kernel-devel-4.14.276-211.499.amzn2.x86_64 2022-05-18T04:02:38.7215460Z ---> Package libproxy.x86_64 0:0.4.11-10.amzn2.0.3 will be installed 2022-05-18T04:02:38.7256481Z --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-10.amzn2.0.3.x86_64 2022-05-18T04:02:38.7276244Z ---> Package mokutil.x86_64 1:0.3.0-10.amzn2.0.1 will be installed 2022-05-18T04:02:38.7325462Z --> Processing Dependency: libefivar.so.1(libefivar.so.0)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-05-18T04:02:38.7348558Z --> Processing Dependency: libefivar.so.1(LIBEFIVAR_0.24)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-05-18T04:02:38.7349550Z --> Processing Dependency: libefivar.so.1()(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-05-18T04:02:38.7350562Z ---> Package pakchois.x86_64 0:0.4-10.amzn2.0.2 will be installed 2022-05-18T04:02:38.7370504Z --> Running transaction check 2022-05-18T04:02:38.7371259Z ---> Package efivar-libs.x86_64 0:31-4.amzn2.0.4 will be installed 2022-05-18T04:02:38.7397861Z ---> Package elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 will be installed 2022-05-18T04:02:38.7411269Z --> Processing Dependency: pkgconfig(zlib) for package: elfutils-libelf-devel-0.176-2.amzn2.x86_64 2022-05-18T04:02:38.7437540Z ---> Package kernel-headers.x86_64 0:4.14.276-211.499.amzn2 will be installed 2022-05-18T04:02:38.7438586Z ---> Package libmodman.x86_64 0:2.0.1-8.amzn2.0.2 will be installed 2022-05-18T04:02:38.7467071Z ---> Package trousers.x86_64 0:0.3.14-2.amzn2.0.2 will be installed 2022-05-18T04:02:38.7534660Z --> Running transaction check 2022-05-18T04:02:38.7535398Z ---> Package zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 will be installed 2022-05-18T04:02:39.0116665Z --> Finished Dependency Resolution 2022-05-18T04:02:39.1227637Z 2022-05-18T04:02:39.1228146Z Dependencies Resolved 2022-05-18T04:02:39.1339568Z 2022-05-18T04:02:39.1339901Z ================================================================================ 2022-05-18T04:02:39.1340488Z Package Arch Version Repository Size 2022-05-18T04:02:39.1340961Z ================================================================================ 2022-05-18T04:02:39.1341319Z Installing for group install "Development Tools": 2022-05-18T04:02:39.1341896Z autoconf noarch 2.69-11.amzn2 amzn2-core 701 k 2022-05-18T04:02:39.1342433Z automake noarch 1.13.4-3.1.amzn2 amzn2-core 679 k 2022-05-18T04:02:39.1343542Z bison x86_64 3.0.4-6.amzn2.0.2 amzn2-core 674 k 2022-05-18T04:02:39.1344425Z byacc x86_64 1.9.20130304-3.amzn2.0.2 amzn2-core 66 k 2022-05-18T04:02:39.1344880Z cscope x86_64 15.8-10.amzn2.0.2 amzn2-core 204 k 2022-05-18T04:02:39.1345303Z ctags x86_64 5.8-13.amzn2.0.2 amzn2-core 157 k 2022-05-18T04:02:39.1345746Z diffstat x86_64 1.57-4.amzn2.0.2 amzn2-core 35 k 2022-05-18T04:02:39.1346234Z doxygen x86_64 1:1.8.5-4.amzn2 amzn2-core 3.5 M 2022-05-18T04:02:39.1346675Z elfutils x86_64 0.176-2.amzn2 amzn2-core 307 k 2022-05-18T04:02:39.1347121Z flex x86_64 2.5.37-3.amzn2.0.3 amzn2-core 291 k 2022-05-18T04:02:39.1347529Z gcc x86_64 7.3.1-14.amzn2 amzn2-core 22 M 2022-05-18T04:02:39.1347954Z gcc-c++ x86_64 7.3.1-14.amzn2 amzn2-core 13 M 2022-05-18T04:02:39.1348396Z gcc-gfortran x86_64 7.3.1-14.amzn2 amzn2-core 11 M 2022-05-18T04:02:39.1348823Z indent x86_64 2.2.11-13.amzn2.0.2 amzn2-core 150 k 2022-05-18T04:02:39.1349261Z intltool noarch 0.50.2-7.amzn2 amzn2-core 59 k 2022-05-18T04:02:39.1349696Z libtool x86_64 2.4.2-22.2.amzn2.0.2 amzn2-core 588 k 2022-05-18T04:02:39.1350126Z patch x86_64 2.7.1-12.amzn2.0.2 amzn2-core 110 k 2022-05-18T04:02:39.1350551Z patchutils x86_64 0.3.3-4.amzn2.0.1 amzn2-core 104 k 2022-05-18T04:02:39.1350991Z rcs x86_64 5.9.0-5.amzn2.0.2 amzn2-core 231 k 2022-05-18T04:02:39.1351426Z rpm-build x86_64 4.11.3-48.amzn2.0.2 amzn2-core 150 k 2022-05-18T04:02:39.1351849Z rpm-sign x86_64 4.11.3-48.amzn2.0.2 amzn2-core 50 k 2022-05-18T04:02:39.1352300Z subversion x86_64 1.7.14-16.amzn2.0.1 amzn2-core 1.0 M 2022-05-18T04:02:39.1352732Z swig x86_64 3.0.12-11.amzn2.0.3 amzn2-core 1.4 M 2022-05-18T04:02:39.1353189Z system-rpm-config noarch 9.1.0-76.amzn2.0.13 amzn2-core 89 k 2022-05-18T04:02:39.1353633Z systemtap x86_64 4.4-1.amzn2.0.2 amzn2-core 12 k 2022-05-18T04:02:39.1353959Z Installing for dependencies: 2022-05-18T04:02:39.1354381Z apr x86_64 1.7.0-9.amzn2 amzn2-core 122 k 2022-05-18T04:02:39.1354802Z apr-util x86_64 1.6.1-5.amzn2.0.2 amzn2-core 99 k 2022-05-18T04:02:39.1355391Z apr-util-bdb x86_64 1.6.1-5.amzn2.0.2 amzn2-core 19 k 2022-05-18T04:02:39.1355842Z avahi-libs x86_64 0.6.31-20.amzn2 amzn2-core 61 k 2022-05-18T04:02:39.1356289Z cpp x86_64 7.3.1-14.amzn2 amzn2-core 9.2 M 2022-05-18T04:02:39.1356754Z dwz x86_64 0.11-3.amzn2.0.3 amzn2-core 98 k 2022-05-18T04:02:39.1357192Z efivar-libs x86_64 31-4.amzn2.0.4 amzn2-core 68 k 2022-05-18T04:02:39.1357661Z elfutils-libelf-devel x86_64 0.176-2.amzn2 amzn2-core 40 k 2022-05-18T04:02:39.1358097Z gdb x86_64 8.0.1-36.amzn2.0.1 amzn2-core 3.1 M 2022-05-18T04:02:39.1358553Z gettext-common-devel noarch 0.19.8.1-3.amzn2 amzn2-core 410 k 2022-05-18T04:02:39.1359028Z gettext-devel x86_64 0.19.8.1-3.amzn2 amzn2-core 320 k 2022-05-18T04:02:39.1359476Z glibc-devel x86_64 2.26-58.amzn2 amzn2-core 994 k 2022-05-18T04:02:39.1359914Z glibc-headers x86_64 2.26-58.amzn2 amzn2-core 514 k 2022-05-18T04:02:39.1360358Z gnutls x86_64 3.3.29-9.amzn2.0.1 amzn2-core 661 k 2022-05-18T04:02:39.1360865Z go-srpm-macros noarch 3.0.15-23.amzn2.0.1 amzn2-core 23 k 2022-05-18T04:02:39.1361329Z kernel-devel x86_64 4.14.276-211.499.amzn2 amzn2-core 13 M 2022-05-18T04:02:39.1361786Z kernel-headers x86_64 4.14.276-211.499.amzn2 amzn2-core 1.2 M 2022-05-18T04:02:39.1362233Z libatomic x86_64 7.3.1-14.amzn2 amzn2-core 46 k 2022-05-18T04:02:39.1362673Z libcilkrts x86_64 7.3.1-14.amzn2 amzn2-core 85 k 2022-05-18T04:02:39.1363094Z libgfortran x86_64 7.3.1-14.amzn2 amzn2-core 536 k 2022-05-18T04:02:39.1363523Z libitm x86_64 7.3.1-14.amzn2 amzn2-core 84 k 2022-05-18T04:02:39.1363957Z libmodman x86_64 2.0.1-8.amzn2.0.2 amzn2-core 29 k 2022-05-18T04:02:39.1364372Z libmpc x86_64 1.0.1-3.amzn2.0.2 amzn2-core 52 k 2022-05-18T04:02:39.1364800Z libmpx x86_64 7.3.1-14.amzn2 amzn2-core 51 k 2022-05-18T04:02:39.1365236Z libproxy x86_64 0.4.11-10.amzn2.0.3 amzn2-core 61 k 2022-05-18T04:02:39.1365673Z libquadmath x86_64 7.3.1-14.amzn2 amzn2-core 189 k 2022-05-18T04:02:39.1366098Z libsanitizer x86_64 7.3.1-14.amzn2 amzn2-core 641 k 2022-05-18T04:02:39.1366529Z m4 x86_64 1.4.16-10.amzn2.0.2 amzn2-core 256 k 2022-05-18T04:02:39.1366953Z mokutil x86_64 1:0.3.0-10.amzn2.0.1 amzn2-core 39 k 2022-05-18T04:02:39.1367366Z mpfr x86_64 3.1.1-4.amzn2.0.2 amzn2-core 208 k 2022-05-18T04:02:39.1367793Z neon x86_64 0.30.0-3.amzn2.0.2 amzn2-core 166 k 2022-05-18T04:02:39.1368223Z pakchois x86_64 0.4-10.amzn2.0.2 amzn2-core 14 k 2022-05-18T04:02:39.1368663Z perl-Data-Dumper x86_64 2.145-3.amzn2.0.2 amzn2-core 48 k 2022-05-18T04:02:39.1369141Z perl-Test-Harness noarch 3.28-3.amzn2 amzn2-core 302 k 2022-05-18T04:02:39.1369612Z perl-Thread-Queue noarch 3.02-2.amzn2 amzn2-core 17 k 2022-05-18T04:02:39.1370092Z perl-XML-Parser x86_64 2.41-10.amzn2.0.2 amzn2-core 223 k 2022-05-18T04:02:39.1370545Z perl-srpm-macros noarch 1-8.amzn2.0.1 amzn2-core 4.7 k 2022-05-18T04:02:39.1371017Z subversion-libs x86_64 1.7.14-16.amzn2.0.1 amzn2-core 912 k 2022-05-18T04:02:39.1371479Z systemtap-client x86_64 4.4-1.amzn2.0.2 amzn2-core 3.7 M 2022-05-18T04:02:39.1371920Z systemtap-devel x86_64 4.4-1.amzn2.0.2 amzn2-core 2.3 M 2022-05-18T04:02:39.1372447Z trousers x86_64 0.3.14-2.amzn2.0.2 amzn2-core 294 k 2022-05-18T04:02:39.1372884Z zlib-devel x86_64 1.2.7-19.amzn2.0.1 amzn2-core 50 k 2022-05-18T04:02:39.1373097Z 2022-05-18T04:02:39.1373219Z Transaction Summary 2022-05-18T04:02:39.1373494Z ================================================================================ 2022-05-18T04:02:39.1373817Z Install 25 Packages (+42 Dependent packages) 2022-05-18T04:02:39.1374018Z 2022-05-18T04:02:39.1374151Z Total download size: 96 M 2022-05-18T04:02:39.1374786Z Installed size: 303 M 2022-05-18T04:02:39.1375063Z Downloading packages: 2022-05-18T04:02:39.1395481Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-05-18T04:02:40.6124171Z -------------------------------------------------------------------------------- 2022-05-18T04:02:40.6124640Z Total 65 MB/s | 96 MB 00:01 2022-05-18T04:02:40.7166673Z Running transaction check 2022-05-18T04:02:40.7950528Z Running transaction test 2022-05-18T04:02:41.2233882Z Transaction test succeeded 2022-05-18T04:02:41.2236677Z Running transaction 2022-05-18T04:02:41.7517465Z Installing : mpfr-3.1.1-4.amzn2.0.2.x86_64 1/67 2022-05-18T04:02:41.7998269Z Installing : libmpc-1.0.1-3.amzn2.0.2.x86_64 2/67 2022-05-18T04:02:41.8373913Z Installing : m4-1.4.16-10.amzn2.0.2.x86_64 3/67 2022-05-18T04:02:41.8678030Z Installing : apr-1.7.0-9.amzn2.x86_64 4/67 2022-05-18T04:02:41.8983496Z Installing : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 5/67 2022-05-18T04:02:41.9309481Z Installing : apr-util-1.6.1-5.amzn2.0.2.x86_64 6/67 2022-05-18T04:02:41.9733244Z Installing : avahi-libs-0.6.31-20.amzn2.x86_64 7/67 2022-05-18T04:02:42.0152948Z Installing : libquadmath-7.3.1-14.amzn2.x86_64 8/67 2022-05-18T04:02:42.0376338Z Installing : patch-2.7.1-12.amzn2.0.2.x86_64 9/67 2022-05-18T04:02:42.1266860Z Installing : perl-Thread-Queue-3.02-2.amzn2.noarch 10/67 2022-05-18T04:02:43.1884319Z Installing : libgfortran-7.3.1-14.amzn2.x86_64 11/67 2022-05-18T04:02:43.2505597Z Installing : cpp-7.3.1-14.amzn2.x86_64 12/67 2022-05-18T04:02:43.3072681Z Installing : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 13/67 2022-05-18T04:02:43.3431675Z Installing : elfutils-0.176-2.amzn2.x86_64 14/67 2022-05-18T04:02:43.3687155Z Installing : dwz-0.11-3.amzn2.0.3.x86_64 15/67 2022-05-18T04:02:43.4114230Z Installing : efivar-libs-31-4.amzn2.0.4.x86_64 16/67 2022-05-18T04:02:44.1155456Z Installing : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 17/67 2022-05-18T04:02:44.2302103Z Installing : systemtap-client-4.4-1.amzn2.0.2.x86_64 18/67 2022-05-18T04:02:44.4009468Z Installing : trousers-0.3.14-2.amzn2.0.2.x86_64 19/67 2022-05-18T04:02:44.4353051Z Installing : gnutls-3.3.29-9.amzn2.0.1.x86_64 20/67 2022-05-18T04:02:44.4553326Z Installing : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 21/67 2022-05-18T04:02:44.4797407Z Installing : elfutils-libelf-devel-0.176-2.amzn2.x86_64 22/67 2022-05-18T04:02:44.8730557Z Installing : libcilkrts-7.3.1-14.amzn2.x86_64 23/67 2022-05-18T04:02:44.9209717Z Installing : gdb-8.0.1-36.amzn2.0.1.x86_64 24/67 2022-05-18T04:02:45.2088751Z Installing : libitm-7.3.1-14.amzn2.x86_64 25/67 2022-05-18T04:02:45.3789301Z Installing : kernel-headers-4.14.276-211.499.amzn2.x86_64 26/67 2022-05-18T04:02:45.5118085Z Installing : glibc-headers-2.26-58.amzn2.x86_64 27/67 2022-05-18T04:02:45.5447596Z Installing : glibc-devel-2.26-58.amzn2.x86_64 28/67 2022-05-18T04:02:45.5693177Z Installing : libmpx-7.3.1-14.amzn2.x86_64 29/67 2022-05-18T04:02:45.5949396Z Installing : perl-srpm-macros-1-8.amzn2.0.1.noarch 30/67 2022-05-18T04:02:45.6165346Z Installing : system-rpm-config-9.1.0-76.amzn2.0.13.noarch 31/67 2022-05-18T04:02:45.6374010Z Installing : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 32/67 2022-05-18T04:02:45.7300189Z Installing : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 33/67 2022-05-18T04:02:45.7720427Z Installing : autoconf-2.69-11.amzn2.noarch 34/67 2022-05-18T04:02:45.8467427Z Installing : gettext-common-devel-0.19.8.1-3.amzn2.noarch 35/67 2022-05-18T04:02:45.9377058Z Installing : gettext-devel-0.19.8.1-3.amzn2.x86_64 36/67 2022-05-18T04:02:46.0385071Z Installing : perl-Test-Harness-3.28-3.amzn2.noarch 37/67 2022-05-18T04:02:46.0753080Z Installing : automake-1.13.4-3.1.amzn2.noarch 38/67 2022-05-18T04:02:46.1081632Z Installing : libmodman-2.0.1-8.amzn2.0.2.x86_64 39/67 2022-05-18T04:02:46.2258079Z Installing : libproxy-0.4.11-10.amzn2.0.3.x86_64 40/67 2022-05-18T04:02:46.2570227Z Installing : libsanitizer-7.3.1-14.amzn2.x86_64 41/67 2022-05-18T04:02:46.3099326Z Installing : pakchois-0.4-10.amzn2.0.2.x86_64 42/67 2022-05-18T04:02:46.4439987Z Installing : neon-0.30.0-3.amzn2.0.2.x86_64 43/67 2022-05-18T04:02:46.4765019Z Installing : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 44/67 2022-05-18T04:02:48.4993358Z Installing : libatomic-7.3.1-14.amzn2.x86_64 45/67 2022-05-18T04:02:52.3451059Z Installing : gcc-7.3.1-14.amzn2.x86_64 46/67 2022-05-18T04:03:03.2896243Z Installing : kernel-devel-4.14.276-211.499.amzn2.x86_64 47/67 2022-05-18T04:03:03.3500107Z Installing : systemtap-devel-4.4-1.amzn2.0.2.x86_64 48/67 2022-05-18T04:03:04.5785526Z Installing : systemtap-4.4-1.amzn2.0.2.x86_64 49/67 2022-05-18T04:03:04.6867757Z Installing : gcc-gfortran-7.3.1-14.amzn2.x86_64 50/67 2022-05-18T04:03:06.3062624Z Installing : libtool-2.4.2-22.2.amzn2.0.2.x86_64 51/67 2022-05-18T04:03:06.4958975Z Installing : gcc-c++-7.3.1-14.amzn2.x86_64 52/67 2022-05-18T04:03:06.6080919Z Installing : subversion-1.7.14-16.amzn2.0.1.x86_64 53/67 2022-05-18T04:03:06.6473335Z Installing : intltool-0.50.2-7.amzn2.noarch 54/67 2022-05-18T04:03:06.7008074Z Installing : rpm-build-4.11.3-48.amzn2.0.2.x86_64 55/67 2022-05-18T04:03:06.8045090Z Installing : flex-2.5.37-3.amzn2.0.3.x86_64 56/67 2022-05-18T04:03:06.8688805Z Installing : bison-3.0.4-6.amzn2.0.2.x86_64 57/67 2022-05-18T04:03:06.9148368Z Installing : rcs-5.9.0-5.amzn2.0.2.x86_64 58/67 2022-05-18T04:03:06.9593048Z Installing : indent-2.2.11-13.amzn2.0.2.x86_64 59/67 2022-05-18T04:03:07.6564851Z Installing : patchutils-0.3.3-4.amzn2.0.1.x86_64 60/67 2022-05-18T04:03:07.7011898Z Installing : 1:doxygen-1.8.5-4.amzn2.x86_64 61/67 2022-05-18T04:03:07.7514625Z Installing : diffstat-1.57-4.amzn2.0.2.x86_64 62/67 2022-05-18T04:03:07.8075265Z Installing : cscope-15.8-10.amzn2.0.2.x86_64 63/67 2022-05-18T04:03:08.1176051Z Installing : byacc-1.9.20130304-3.amzn2.0.2.x86_64 64/67 2022-05-18T04:03:08.1706410Z Installing : swig-3.0.12-11.amzn2.0.3.x86_64 65/67 2022-05-18T04:03:08.1902672Z Installing : ctags-5.8-13.amzn2.0.2.x86_64 66/67 2022-05-18T04:03:08.2529720Z Installing : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 67/67 2022-05-18T04:03:08.2635181Z Verifying : systemtap-4.4-1.amzn2.0.2.x86_64 1/67 2022-05-18T04:03:08.2730383Z Verifying : perl-Thread-Queue-3.02-2.amzn2.noarch 2/67 2022-05-18T04:03:08.2823363Z Verifying : gettext-devel-0.19.8.1-3.amzn2.x86_64 3/67 2022-05-18T04:03:08.2919852Z Verifying : glibc-headers-2.26-58.amzn2.x86_64 4/67 2022-05-18T04:03:08.3011736Z Verifying : patch-2.7.1-12.amzn2.0.2.x86_64 5/67 2022-05-18T04:03:08.3100599Z Verifying : flex-2.5.37-3.amzn2.0.3.x86_64 6/67 2022-05-18T04:03:08.3201558Z Verifying : systemtap-client-4.4-1.amzn2.0.2.x86_64 7/67 2022-05-18T04:03:08.3287526Z Verifying : libmpc-1.0.1-3.amzn2.0.2.x86_64 8/67 2022-05-18T04:03:08.3399148Z Verifying : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 9/67 2022-05-18T04:03:08.3503952Z Verifying : ctags-5.8-13.amzn2.0.2.x86_64 10/67 2022-05-18T04:03:08.3603339Z Verifying : swig-3.0.12-11.amzn2.0.3.x86_64 11/67 2022-05-18T04:03:08.3687604Z Verifying : byacc-1.9.20130304-3.amzn2.0.2.x86_64 12/67 2022-05-18T04:03:08.3773612Z Verifying : libatomic-7.3.1-14.amzn2.x86_64 13/67 2022-05-18T04:03:08.3860666Z Verifying : pakchois-0.4-10.amzn2.0.2.x86_64 14/67 2022-05-18T04:03:08.3955427Z Verifying : libgfortran-7.3.1-14.amzn2.x86_64 15/67 2022-05-18T04:03:08.4040101Z Verifying : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 16/67 2022-05-18T04:03:08.4118563Z Verifying : libproxy-0.4.11-10.amzn2.0.3.x86_64 17/67 2022-05-18T04:03:08.4206928Z Verifying : cscope-15.8-10.amzn2.0.2.x86_64 18/67 2022-05-18T04:03:08.4291220Z Verifying : diffstat-1.57-4.amzn2.0.2.x86_64 19/67 2022-05-18T04:03:08.4378616Z Verifying : 1:doxygen-1.8.5-4.amzn2.x86_64 20/67 2022-05-18T04:03:08.4461446Z Verifying : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 21/67 2022-05-18T04:03:08.4551878Z Verifying : libsanitizer-7.3.1-14.amzn2.x86_64 22/67 2022-05-18T04:03:08.4649902Z Verifying : gnutls-3.3.29-9.amzn2.0.1.x86_64 23/67 2022-05-18T04:03:08.4727108Z Verifying : libmodman-2.0.1-8.amzn2.0.2.x86_64 24/67 2022-05-18T04:03:08.4834431Z Verifying : cpp-7.3.1-14.amzn2.x86_64 25/67 2022-05-18T04:03:08.4925465Z Verifying : perl-Test-Harness-3.28-3.amzn2.noarch 26/67 2022-05-18T04:03:08.5011820Z Verifying : autoconf-2.69-11.amzn2.noarch 27/67 2022-05-18T04:03:08.5096758Z Verifying : intltool-0.50.2-7.amzn2.noarch 28/67 2022-05-18T04:03:08.5245125Z Verifying : kernel-devel-4.14.276-211.499.amzn2.x86_64 29/67 2022-05-18T04:03:08.5330226Z Verifying : apr-util-1.6.1-5.amzn2.0.2.x86_64 30/67 2022-05-18T04:03:08.5421177Z Verifying : libquadmath-7.3.1-14.amzn2.x86_64 31/67 2022-05-18T04:03:08.5500912Z Verifying : rpm-build-4.11.3-48.amzn2.0.2.x86_64 32/67 2022-05-18T04:03:08.5596886Z Verifying : gettext-common-devel-0.19.8.1-3.amzn2.noarch 33/67 2022-05-18T04:03:08.5680084Z Verifying : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 34/67 2022-05-18T04:03:08.5775507Z Verifying : elfutils-libelf-devel-0.176-2.amzn2.x86_64 35/67 2022-05-18T04:03:08.5852622Z Verifying : perl-srpm-macros-1-8.amzn2.0.1.noarch 36/67 2022-05-18T04:03:08.5934873Z Verifying : libmpx-7.3.1-14.amzn2.x86_64 37/67 2022-05-18T04:03:08.6024279Z Verifying : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 38/67 2022-05-18T04:03:08.6103689Z Verifying : automake-1.13.4-3.1.amzn2.noarch 39/67 2022-05-18T04:03:08.6182553Z Verifying : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 40/67 2022-05-18T04:03:08.6263529Z Verifying : glibc-devel-2.26-58.amzn2.x86_64 41/67 2022-05-18T04:03:08.6484335Z Verifying : avahi-libs-0.6.31-20.amzn2.x86_64 42/67 2022-05-18T04:03:08.6574336Z Verifying : kernel-headers-4.14.276-211.499.amzn2.x86_64 43/67 2022-05-18T04:03:08.6670154Z Verifying : bison-3.0.4-6.amzn2.0.2.x86_64 44/67 2022-05-18T04:03:08.6760526Z Verifying : libitm-7.3.1-14.amzn2.x86_64 45/67 2022-05-18T04:03:08.6875261Z Verifying : gdb-8.0.1-36.amzn2.0.1.x86_64 46/67 2022-05-18T04:03:08.6969815Z Verifying : gcc-7.3.1-14.amzn2.x86_64 47/67 2022-05-18T04:03:08.7052443Z Verifying : patchutils-0.3.3-4.amzn2.0.1.x86_64 48/67 2022-05-18T04:03:08.7154155Z Verifying : gcc-gfortran-7.3.1-14.amzn2.x86_64 49/67 2022-05-18T04:03:08.7243008Z Verifying : libtool-2.4.2-22.2.amzn2.0.2.x86_64 50/67 2022-05-18T04:03:08.7352178Z Verifying : indent-2.2.11-13.amzn2.0.2.x86_64 51/67 2022-05-18T04:03:08.7452065Z Verifying : subversion-1.7.14-16.amzn2.0.1.x86_64 52/67 2022-05-18T04:03:08.7528710Z Verifying : libcilkrts-7.3.1-14.amzn2.x86_64 53/67 2022-05-18T04:03:08.7636411Z Verifying : apr-1.7.0-9.amzn2.x86_64 54/67 2022-05-18T04:03:08.7727563Z Verifying : system-rpm-config-9.1.0-76.amzn2.0.13.noarch 55/67 2022-05-18T04:03:08.7831401Z Verifying : gcc-c++-7.3.1-14.amzn2.x86_64 56/67 2022-05-18T04:03:08.7918913Z Verifying : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 57/67 2022-05-18T04:03:08.8005323Z Verifying : mpfr-3.1.1-4.amzn2.0.2.x86_64 58/67 2022-05-18T04:03:08.8083448Z Verifying : trousers-0.3.14-2.amzn2.0.2.x86_64 59/67 2022-05-18T04:03:08.8177061Z Verifying : neon-0.30.0-3.amzn2.0.2.x86_64 60/67 2022-05-18T04:03:08.8260006Z Verifying : efivar-libs-31-4.amzn2.0.4.x86_64 61/67 2022-05-18T04:03:08.8341134Z Verifying : dwz-0.11-3.amzn2.0.3.x86_64 62/67 2022-05-18T04:03:08.8436398Z Verifying : rcs-5.9.0-5.amzn2.0.2.x86_64 63/67 2022-05-18T04:03:08.8526103Z Verifying : systemtap-devel-4.4-1.amzn2.0.2.x86_64 64/67 2022-05-18T04:03:08.8618374Z Verifying : elfutils-0.176-2.amzn2.x86_64 65/67 2022-05-18T04:03:08.8698862Z Verifying : m4-1.4.16-10.amzn2.0.2.x86_64 66/67 2022-05-18T04:03:08.9473031Z Verifying : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 67/67 2022-05-18T04:03:08.9473566Z 2022-05-18T04:03:08.9473743Z Installed: 2022-05-18T04:03:08.9474476Z autoconf.noarch 0:2.69-11.amzn2 2022-05-18T04:03:08.9475423Z automake.noarch 0:1.13.4-3.1.amzn2 2022-05-18T04:03:08.9476230Z bison.x86_64 0:3.0.4-6.amzn2.0.2 2022-05-18T04:03:08.9477299Z byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 2022-05-18T04:03:08.9480119Z cscope.x86_64 0:15.8-10.amzn2.0.2 2022-05-18T04:03:08.9480821Z ctags.x86_64 0:5.8-13.amzn2.0.2 2022-05-18T04:03:08.9481281Z diffstat.x86_64 0:1.57-4.amzn2.0.2 2022-05-18T04:03:08.9481702Z doxygen.x86_64 1:1.8.5-4.amzn2 2022-05-18T04:03:08.9482114Z elfutils.x86_64 0:0.176-2.amzn2 2022-05-18T04:03:08.9482538Z flex.x86_64 0:2.5.37-3.amzn2.0.3 2022-05-18T04:03:08.9482955Z gcc.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9483363Z gcc-c++.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9483777Z gcc-gfortran.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9484216Z indent.x86_64 0:2.2.11-13.amzn2.0.2 2022-05-18T04:03:08.9484645Z intltool.noarch 0:0.50.2-7.amzn2 2022-05-18T04:03:08.9485433Z libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 2022-05-18T04:03:08.9485912Z patch.x86_64 0:2.7.1-12.amzn2.0.2 2022-05-18T04:03:08.9486351Z patchutils.x86_64 0:0.3.3-4.amzn2.0.1 2022-05-18T04:03:08.9486770Z rcs.x86_64 0:5.9.0-5.amzn2.0.2 2022-05-18T04:03:08.9487175Z rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 2022-05-18T04:03:08.9487606Z rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 2022-05-18T04:03:08.9488042Z subversion.x86_64 0:1.7.14-16.amzn2.0.1 2022-05-18T04:03:08.9488467Z swig.x86_64 0:3.0.12-11.amzn2.0.3 2022-05-18T04:03:08.9488899Z system-rpm-config.noarch 0:9.1.0-76.amzn2.0.13 2022-05-18T04:03:08.9489407Z systemtap.x86_64 0:4.4-1.amzn2.0.2 2022-05-18T04:03:08.9489745Z 2022-05-18T04:03:08.9489878Z Dependency Installed: 2022-05-18T04:03:08.9490312Z apr.x86_64 0:1.7.0-9.amzn2 2022-05-18T04:03:08.9490721Z apr-util.x86_64 0:1.6.1-5.amzn2.0.2 2022-05-18T04:03:08.9491151Z apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 2022-05-18T04:03:08.9491582Z avahi-libs.x86_64 0:0.6.31-20.amzn2 2022-05-18T04:03:08.9491982Z cpp.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9492394Z dwz.x86_64 0:0.11-3.amzn2.0.3 2022-05-18T04:03:08.9492812Z efivar-libs.x86_64 0:31-4.amzn2.0.4 2022-05-18T04:03:08.9493266Z elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 2022-05-18T04:03:08.9493688Z gdb.x86_64 0:8.0.1-36.amzn2.0.1 2022-05-18T04:03:08.9494132Z gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 2022-05-18T04:03:08.9495117Z gettext-devel.x86_64 0:0.19.8.1-3.amzn2 2022-05-18T04:03:08.9495539Z glibc-devel.x86_64 0:2.26-58.amzn2 2022-05-18T04:03:08.9495974Z glibc-headers.x86_64 0:2.26-58.amzn2 2022-05-18T04:03:08.9496404Z gnutls.x86_64 0:3.3.29-9.amzn2.0.1 2022-05-18T04:03:08.9496845Z go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 2022-05-18T04:03:08.9497437Z kernel-devel.x86_64 0:4.14.276-211.499.amzn2 2022-05-18T04:03:08.9497879Z kernel-headers.x86_64 0:4.14.276-211.499.amzn2 2022-05-18T04:03:08.9498322Z libatomic.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9498729Z libcilkrts.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9499155Z libgfortran.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9499572Z libitm.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9499990Z libmodman.x86_64 0:2.0.1-8.amzn2.0.2 2022-05-18T04:03:08.9500391Z libmpc.x86_64 0:1.0.1-3.amzn2.0.2 2022-05-18T04:03:08.9500802Z libmpx.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9501222Z libproxy.x86_64 0:0.4.11-10.amzn2.0.3 2022-05-18T04:03:08.9501628Z libquadmath.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9502158Z libsanitizer.x86_64 0:7.3.1-14.amzn2 2022-05-18T04:03:08.9502600Z m4.x86_64 0:1.4.16-10.amzn2.0.2 2022-05-18T04:03:08.9503007Z mokutil.x86_64 1:0.3.0-10.amzn2.0.1 2022-05-18T04:03:08.9503402Z mpfr.x86_64 0:3.1.1-4.amzn2.0.2 2022-05-18T04:03:08.9503812Z neon.x86_64 0:0.30.0-3.amzn2.0.2 2022-05-18T04:03:08.9504227Z pakchois.x86_64 0:0.4-10.amzn2.0.2 2022-05-18T04:03:08.9504653Z perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 2022-05-18T04:03:08.9505123Z perl-Test-Harness.noarch 0:3.28-3.amzn2 2022-05-18T04:03:08.9505595Z perl-Thread-Queue.noarch 0:3.02-2.amzn2 2022-05-18T04:03:08.9506053Z perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 2022-05-18T04:03:08.9506519Z perl-srpm-macros.noarch 0:1-8.amzn2.0.1 2022-05-18T04:03:08.9506978Z subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 2022-05-18T04:03:08.9507428Z systemtap-client.x86_64 0:4.4-1.amzn2.0.2 2022-05-18T04:03:08.9507861Z systemtap-devel.x86_64 0:4.4-1.amzn2.0.2 2022-05-18T04:03:08.9508298Z trousers.x86_64 0:0.3.14-2.amzn2.0.2 2022-05-18T04:03:08.9508717Z zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 2022-05-18T04:03:08.9508923Z 2022-05-18T04:03:08.9509036Z Complete! 2022-05-18T04:03:08.9840072Z ++ uname -r 2022-05-18T04:03:08.9845548Z + sudo yum install -y 'kernel-devel-uname-r == 4.14.252-195.483.amzn2.x86_64' 2022-05-18T04:03:09.4893218Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-05-18T04:03:09.5051304Z Existing lock /var/run/yum.pid: another copy is running as pid 33393. 2022-05-18T04:03:09.5051880Z Another app is currently holding the yum lock; waiting for it to exit... 2022-05-18T04:03:09.5058798Z The other application is: yum 2022-05-18T04:03:09.5059274Z Memory : 91 M RSS (309 MB VSZ) 2022-05-18T04:03:09.5060520Z Started: Wed May 18 04:03:08 2022 - 00:01 ago 2022-05-18T04:03:09.5061361Z State : Running, pid: 33393 2022-05-18T04:03:11.5086293Z Another app is currently holding the yum lock; waiting for it to exit... 2022-05-18T04:03:11.5090421Z The other application is: yum 2022-05-18T04:03:11.5090900Z Memory : 155 M RSS (373 MB VSZ) 2022-05-18T04:03:11.5091407Z Started: Wed May 18 04:03:08 2022 - 00:03 ago 2022-05-18T04:03:11.5092032Z State : Running, pid: 33393 2022-05-18T04:03:14.7653464Z Resolving Dependencies 2022-05-18T04:03:14.7659990Z --> Running transaction check 2022-05-18T04:03:14.7660483Z ---> Package kernel-devel.x86_64 0:4.14.252-195.483.amzn2 will be installed 2022-05-18T04:03:15.1081635Z --> Finished Dependency Resolution 2022-05-18T04:03:15.2250162Z 2022-05-18T04:03:15.2250762Z Dependencies Resolved 2022-05-18T04:03:15.2256078Z 2022-05-18T04:03:15.2256320Z ================================================================================ 2022-05-18T04:03:15.2256688Z Package Arch Version Repository Size 2022-05-18T04:03:15.2257056Z ================================================================================ 2022-05-18T04:03:15.2257328Z Installing: 2022-05-18T04:03:15.2257852Z kernel-devel x86_64 4.14.252-195.483.amzn2 amzn2-core 13 M 2022-05-18T04:03:15.2258083Z 2022-05-18T04:03:15.2258203Z Transaction Summary 2022-05-18T04:03:15.2258512Z ================================================================================ 2022-05-18T04:03:15.2258787Z Install 1 Package 2022-05-18T04:03:15.2258931Z 2022-05-18T04:03:15.2259066Z Total download size: 13 M 2022-05-18T04:03:15.2259337Z Installed size: 60 M 2022-05-18T04:03:15.2259820Z Downloading packages: 2022-05-18T04:03:15.2268713Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-05-18T04:03:15.5830203Z Running transaction check 2022-05-18T04:03:15.6019779Z Running transaction test 2022-05-18T04:03:16.0086297Z Transaction test succeeded 2022-05-18T04:03:16.0089125Z Running transaction 2022-05-18T04:03:31.3134608Z Installing : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-05-18T04:03:31.4078551Z Verifying : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-05-18T04:03:31.4079113Z 2022-05-18T04:03:31.4079286Z Installed: 2022-05-18T04:03:31.4079703Z kernel-devel.x86_64 0:4.14.252-195.483.amzn2 2022-05-18T04:03:31.4079944Z 2022-05-18T04:03:31.4080052Z Complete! 2022-05-18T04:03:31.4412939Z + sudo curl -fsL -o /tmp/nvidia_driver https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-510.60.02.run 2022-05-18T04:03:34.7550025Z + sudo /bin/bash /tmp/nvidia_driver -s --no-drm 2022-05-18T04:03:35.9973349Z Verifying archive integrity... OK 2022-05-18T04:04:00.4332674Z Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 510.60.02.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 2022-05-18T04:04:00.5704317Z 2022-05-18T04:04:00.5705108Z WARNING: The nvidia-drm module will not be installed. As a result, DRM-KMS will not function with this installation of the NVIDIA driver. 2022-05-18T04:04:00.5705475Z 2022-05-18T04:04:21.0621214Z 2022-05-18T04:04:21.0622811Z WARNING: nvidia-installer was forced to guess the X library path '/usr/lib64' and X module path '/usr/lib64/xorg/modules'; these paths were not queryable from the system. If X fails to find the NVIDIA X driver module, please install the `pkg-config` utility and the X.Org SDK/development package for your distribution and reinstall the driver. 2022-05-18T04:04:21.0623461Z 2022-05-18T04:04:28.0314095Z + sudo rm -fv /tmp/nvidia_driver 2022-05-18T04:04:28.0828870Z removed ‘/tmp/nvidia_driver’ 2022-05-18T04:04:28.0845760Z + nvidia-smi 2022-05-18T04:04:30.4656053Z Wed May 18 04:04:30 2022 2022-05-18T04:04:30.4657132Z +-----------------------------------------------------------------------------+ 2022-05-18T04:04:30.4658546Z | NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA Version: 11.6 | 2022-05-18T04:04:30.4659407Z |-------------------------------+----------------------+----------------------+ 2022-05-18T04:04:30.4660276Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-05-18T04:04:30.4664833Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-05-18T04:04:30.4666518Z | | | MIG M. | 2022-05-18T04:04:30.4667186Z |===============================+======================+======================| 2022-05-18T04:04:30.4742792Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 0 | 2022-05-18T04:04:30.4743383Z | N/A 34C P0 37W / 150W | 0MiB / 7680MiB | 96% Default | 2022-05-18T04:04:30.4744011Z | | | N/A | 2022-05-18T04:04:30.4744965Z +-------------------------------+----------------------+----------------------+ 2022-05-18T04:04:30.4745606Z 2022-05-18T04:04:30.4746623Z +-----------------------------------------------------------------------------+ 2022-05-18T04:04:30.4747256Z | Processes: | 2022-05-18T04:04:30.4747840Z | GPU GI CI PID Type Process name GPU Memory | 2022-05-18T04:04:30.4750577Z | ID ID Usage | 2022-05-18T04:04:30.4752005Z |=============================================================================| 2022-05-18T04:04:30.4753179Z | No running processes found | 2022-05-18T04:04:30.4754292Z +-----------------------------------------------------------------------------+ 2022-05-18T04:04:30.7752599Z + echo 'GPU_FLAG=--gpus all' 2022-05-18T04:04:30.8739197Z Command completed after 1 attempt(s). 2022-05-18T04:04:30.8740093Z 2022-05-18T04:04:30.8876904Z Prepare all required actions 2022-05-18T04:04:30.8877678Z Getting action download info 2022-05-18T04:04:31.0916923Z Download action repository 'seemethere/download-artifact-s3@v3' (SHA:64048a097659c8ca71ceacbb3c01cee9ed6f1b05) 2022-05-18T04:04:31.3021948Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-05-18T04:04:31.4436059Z ##[group]Run ./.github/actions/download-build-artifacts 2022-05-18T04:04:31.4436590Z with: 2022-05-18T04:04:31.4437075Z name: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:04:31.4437543Z env: 2022-05-18T04:04:31.4437970Z IN_CI: 1 2022-05-18T04:04:31.4438426Z IS_GHA: 1 2022-05-18T04:04:31.4438847Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:31.4439326Z GPU_FLAG: --gpus all 2022-05-18T04:04:31.4439815Z ##[endgroup] 2022-05-18T04:04:31.4491320Z ##[group]Run seemethere/download-artifact-s3@v3 2022-05-18T04:04:31.4491872Z with: 2022-05-18T04:04:31.4492400Z name: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:04:31.4492879Z s3-bucket: gha-artifacts 2022-05-18T04:04:31.4493295Z region: us-east-1 2022-05-18T04:04:31.4493696Z env: 2022-05-18T04:04:31.4494032Z IN_CI: 1 2022-05-18T04:04:31.4494970Z IS_GHA: 1 2022-05-18T04:04:31.4495445Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:31.4495884Z GPU_FLAG: --gpus all 2022-05-18T04:04:31.4496296Z ##[endgroup] 2022-05-18T04:04:32.4674648Z Found 1 objects with prefix pytorch/pytorch/2342799949/1/linux-bionic-cuda10.2-py3.9-gcc7/ 2022-05-18T04:04:32.4675824Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-05-18T04:04:41.9372940Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-05-18T04:04:41.9373312Z 2022-05-18T04:04:41.9375067Z Artifact download has finished successfully 2022-05-18T04:04:41.9512138Z ##[group]Run unzip -o artifacts.zip 2022-05-18T04:04:41.9512572Z unzip -o artifacts.zip 2022-05-18T04:04:41.9525909Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:04:41.9526217Z env: 2022-05-18T04:04:41.9526420Z IN_CI: 1 2022-05-18T04:04:41.9526646Z IS_GHA: 1 2022-05-18T04:04:41.9526898Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:41.9527149Z GPU_FLAG: --gpus all 2022-05-18T04:04:41.9527402Z ##[endgroup] 2022-05-18T04:04:41.9604586Z Archive: artifacts.zip 2022-05-18T04:04:41.9606528Z creating: dist/ 2022-05-18T04:04:43.7484908Z inflating: dist/torch-1.12.0a0+git3b23752-cp39-cp39-linux_x86_64.whl 2022-05-18T04:04:43.7485383Z creating: build/custom_test_artifacts/ 2022-05-18T04:04:43.7485820Z creating: build/custom_test_artifacts/custom-op-build/ 2022-05-18T04:04:43.7486283Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-05-18T04:04:43.7492602Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-05-18T04:04:43.7493157Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-05-18T04:04:43.7493757Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-05-18T04:04:43.7494704Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-05-18T04:04:43.7495651Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-05-18T04:04:43.7497701Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-05-18T04:04:43.7498939Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-05-18T04:04:43.7499510Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-05-18T04:04:43.7500064Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-05-18T04:04:43.7502848Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-05-18T04:04:43.7504221Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-05-18T04:04:43.7505624Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-05-18T04:04:43.7506438Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-05-18T04:04:43.7508690Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-05-18T04:04:43.7509481Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-05-18T04:04:43.7510076Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-05-18T04:04:43.7510628Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-05-18T04:04:43.7555599Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-05-18T04:04:43.7556346Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-05-18T04:04:43.7557824Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-05-18T04:04:43.7559131Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-05-18T04:04:43.7560459Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-05-18T04:04:43.7561664Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-05-18T04:04:43.7562396Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_30.cubin 2022-05-18T04:04:43.7563314Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-05-18T04:04:43.7564039Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-05-18T04:04:43.7599486Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-05-18T04:04:43.7634365Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-05-18T04:04:43.7635740Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-05-18T04:04:43.7636898Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_30.cubin 2022-05-18T04:04:43.7637550Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-05-18T04:04:43.7638626Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-05-18T04:04:43.7639695Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-05-18T04:04:43.7640425Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-05-18T04:04:43.7641823Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-05-18T04:04:43.7701673Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-05-18T04:04:43.7761221Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-05-18T04:04:43.7762191Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-05-18T04:04:43.7763169Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-05-18T04:04:43.7764423Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-05-18T04:04:43.7765471Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-05-18T04:04:43.7766471Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-05-18T04:04:43.7767438Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-05-18T04:04:43.7768408Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-05-18T04:04:43.7769543Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-05-18T04:04:43.7770499Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-05-18T04:04:43.7771079Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-05-18T04:04:43.7771694Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-05-18T04:04:43.7772290Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-05-18T04:04:43.7772887Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-05-18T04:04:43.7773455Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-05-18T04:04:43.7790378Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-05-18T04:04:43.7900006Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-05-18T04:04:43.7901019Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-05-18T04:04:43.7902160Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-05-18T04:04:43.7903469Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-05-18T04:04:43.7904400Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-05-18T04:04:43.7905520Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-05-18T04:04:43.7906580Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-05-18T04:04:43.7907200Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-05-18T04:04:43.7907824Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-05-18T04:04:43.7908432Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-05-18T04:04:43.7909023Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-05-18T04:04:43.7926248Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-05-18T04:04:43.8006458Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-05-18T04:04:43.8007840Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-05-18T04:04:43.8008845Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-05-18T04:04:43.8009774Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-05-18T04:04:43.8010357Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-05-18T04:04:43.8011579Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-05-18T04:04:43.8012118Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-05-18T04:04:43.8014642Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-05-18T04:04:43.8016048Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-05-18T04:04:43.8016729Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-05-18T04:04:43.8105656Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-05-18T04:04:43.8166725Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-05-18T04:04:43.8167237Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-05-18T04:04:43.8167703Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-05-18T04:04:43.8174106Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-05-18T04:04:43.8175318Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-05-18T04:04:43.8175965Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-05-18T04:04:43.8176517Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-05-18T04:04:43.8177079Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-05-18T04:04:43.8178394Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-05-18T04:04:43.8179977Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-05-18T04:04:43.8180750Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-05-18T04:04:43.8181292Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-05-18T04:04:43.8183371Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-05-18T04:04:43.8184631Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-05-18T04:04:43.8186322Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-05-18T04:04:43.8187146Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-05-18T04:04:43.8188511Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-05-18T04:04:43.8189799Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-05-18T04:04:43.8190600Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-05-18T04:04:43.8191151Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-05-18T04:04:43.8237223Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-05-18T04:04:43.8238596Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-05-18T04:04:43.8239840Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-05-18T04:04:43.8241244Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-05-18T04:04:43.8242309Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-05-18T04:04:43.8243221Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-05-18T04:04:43.8243920Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_30.cubin 2022-05-18T04:04:43.8244602Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-05-18T04:04:43.8245443Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-05-18T04:04:43.8280388Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-05-18T04:04:43.8315349Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-05-18T04:04:43.8316725Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-05-18T04:04:43.8317888Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_30.cubin 2022-05-18T04:04:43.8318963Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-05-18T04:04:43.8319925Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-05-18T04:04:43.8320740Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-05-18T04:04:43.8321724Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-05-18T04:04:43.8322395Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-05-18T04:04:43.8381695Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-05-18T04:04:43.8441143Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-05-18T04:04:43.8442109Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-05-18T04:04:43.8443105Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-05-18T04:04:43.8444126Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-05-18T04:04:43.8445079Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-05-18T04:04:43.8446206Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-05-18T04:04:43.8447187Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-05-18T04:04:43.8447956Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-05-18T04:04:43.8449043Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-05-18T04:04:43.8450090Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-05-18T04:04:43.8450916Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-05-18T04:04:43.8451674Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-05-18T04:04:43.8452281Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-05-18T04:04:43.8452888Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-05-18T04:04:43.8453462Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-05-18T04:04:43.8470723Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-05-18T04:04:43.8533436Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-05-18T04:04:43.8534754Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-05-18T04:04:43.8535684Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-05-18T04:04:43.8536329Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-05-18T04:04:43.8537329Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-05-18T04:04:43.8538055Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-05-18T04:04:43.8538604Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-05-18T04:04:43.8540677Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-05-18T04:04:43.8541405Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-05-18T04:04:43.8542224Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-05-18T04:04:43.8590700Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-05-18T04:04:43.8591327Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-05-18T04:04:43.8591823Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-05-18T04:04:43.8598371Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-05-18T04:04:43.8599424Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-05-18T04:04:43.8600078Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-05-18T04:04:43.8600662Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-05-18T04:04:43.8601253Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-05-18T04:04:43.8602337Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-05-18T04:04:43.8603980Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-05-18T04:04:43.8604770Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-05-18T04:04:43.8605362Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-05-18T04:04:43.8607220Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-05-18T04:04:43.8608611Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-05-18T04:04:43.8610229Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-05-18T04:04:43.8611138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-05-18T04:04:43.8612522Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-05-18T04:04:43.8613832Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-05-18T04:04:43.8614865Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-05-18T04:04:43.8615466Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-05-18T04:04:43.8660282Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-05-18T04:04:43.8661749Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-05-18T04:04:43.8663147Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-05-18T04:04:43.8664534Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-05-18T04:04:43.8665699Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-05-18T04:04:43.8666417Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-05-18T04:04:43.8667267Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_30.cubin 2022-05-18T04:04:43.8668013Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-05-18T04:04:43.8668742Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-05-18T04:04:43.8702988Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-05-18T04:04:43.8737877Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-05-18T04:04:43.8739344Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-05-18T04:04:43.8740578Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_30.cubin 2022-05-18T04:04:43.8741752Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-05-18T04:04:43.8742767Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-05-18T04:04:43.8743444Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-05-18T04:04:43.8744515Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-05-18T04:04:43.8745194Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-05-18T04:04:43.8804254Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-05-18T04:04:43.8863895Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-05-18T04:04:43.8865229Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-05-18T04:04:43.8866355Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-05-18T04:04:43.8867432Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-05-18T04:04:43.8868525Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-05-18T04:04:43.8869669Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-05-18T04:04:43.8870573Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-05-18T04:04:43.8871739Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-05-18T04:04:43.8872903Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-05-18T04:04:43.8873574Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-05-18T04:04:43.8874206Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-05-18T04:04:43.8874817Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-05-18T04:04:43.8875456Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-05-18T04:04:43.8876093Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-05-18T04:04:43.8876860Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-05-18T04:04:43.8877816Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-05-18T04:04:43.9023115Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-05-18T04:04:43.9024326Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-05-18T04:04:43.9025563Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-05-18T04:04:43.9026444Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-05-18T04:04:43.9027608Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-05-18T04:04:43.9028806Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-05-18T04:04:43.9029558Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-05-18T04:04:43.9030184Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-05-18T04:04:43.9030854Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-05-18T04:04:43.9031497Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-05-18T04:04:43.9032136Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-05-18T04:04:43.9048824Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-05-18T04:04:43.9106771Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-05-18T04:04:43.9107988Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-05-18T04:04:43.9109032Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-05-18T04:04:43.9110126Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-05-18T04:04:43.9110961Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-05-18T04:04:43.9111524Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-05-18T04:04:43.9112068Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-05-18T04:04:43.9113545Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-05-18T04:04:43.9114669Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-05-18T04:04:43.9115418Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-05-18T04:04:43.9233329Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-05-18T04:04:43.9277812Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-05-18T04:04:43.9278253Z creating: build/lib/ 2022-05-18T04:04:43.9278979Z inflating: build/lib/libclog.a 2022-05-18T04:04:43.9345101Z inflating: build/lib/libgtest.a 2022-05-18T04:04:43.9355319Z inflating: build/lib/libpthreadpool.a 2022-05-18T04:04:43.9444998Z inflating: build/lib/libbenchmark.a 2022-05-18T04:04:43.9551888Z inflating: build/lib/libprotobuf-lite.a 2022-05-18T04:04:43.9583605Z inflating: build/lib/libtensorpipe_uv.a 2022-05-18T04:04:43.9639397Z inflating: build/lib/libasmjit.a 2022-05-18T04:04:43.9772820Z inflating: build/lib/libgloo.a 2022-05-18T04:04:44.0307812Z inflating: build/lib/libprotobuf.a 2022-05-18T04:04:44.0326587Z inflating: build/lib/libfmt.a 2022-05-18T04:04:44.0328494Z inflating: build/lib/libcaffe2_nvrtc.so 2022-05-18T04:04:44.0329281Z inflating: build/lib/libfoxi_loader.a 2022-05-18T04:04:44.0396345Z inflating: build/lib/libc10.so 2022-05-18T04:04:44.0397164Z inflating: build/lib/libtorch_global_deps.so 2022-05-18T04:04:44.0407116Z inflating: build/lib/libcpuinfo.a 2022-05-18T04:04:44.0416400Z inflating: build/lib/libcpuinfo_internals.a 2022-05-18T04:04:44.0432223Z inflating: build/lib/libqnnpack.a 2022-05-18T04:04:44.1003366Z inflating: build/lib/libprotoc.a 2022-05-18T04:04:44.1005495Z inflating: build/lib/libnnpack_reference_layers.a 2022-05-18T04:04:44.1029580Z inflating: build/lib/libpytorch_qnnpack.a 2022-05-18T04:04:44.1048347Z inflating: build/lib/libgmock.a 2022-05-18T04:04:44.1049053Z inflating: build/lib/libgtest_main.a 2022-05-18T04:04:44.1049987Z inflating: build/lib/libbenchmark_main.a 2022-05-18T04:04:44.1072616Z inflating: build/lib/libnnpack.a 2022-05-18T04:04:44.9189814Z inflating: build/lib/libdnnl.a 2022-05-18T04:04:44.9846300Z inflating: build/lib/libtensorpipe.a 2022-05-18T04:04:44.9889382Z inflating: build/lib/libc10_cuda.so 2022-05-18T04:04:45.1410089Z inflating: build/lib/libfbgemm.a 2022-05-18T04:04:45.1410487Z inflating: build/lib/libgmock_main.a 2022-05-18T04:04:45.2540482Z inflating: build/lib/libdnnl_graph.a 2022-05-18T04:04:45.2967767Z inflating: build/lib/libkineto.a 2022-05-18T04:04:45.3258012Z inflating: build/lib/libtensorpipe_cuda.a 2022-05-18T04:04:45.3303285Z inflating: build/lib/libcaffe2_protos.a 2022-05-18T04:04:45.3351259Z inflating: build/lib/libonnx_proto.a 2022-05-18T04:04:45.3493053Z inflating: build/lib/libXNNPACK.a 2022-05-18T04:04:45.4156177Z inflating: build/lib/libonnx.a 2022-05-18T04:04:45.4586046Z inflating: build/lib/libgloo_cuda.a 2022-05-18T04:04:47.5602405Z inflating: build/lib/libtorch_cpu.so 2022-05-18T04:04:49.5461859Z inflating: build/lib/libtorch_cuda.so 2022-05-18T04:04:49.5462532Z inflating: build/lib/libtorch.so 2022-05-18T04:04:49.5466112Z inflating: build/lib/libc10d_cuda_test.so 2022-05-18T04:04:50.1609780Z inflating: build/lib/libtorch_cuda_linalg.so 2022-05-18T04:04:50.1632887Z inflating: build/lib/libjitbackend_test.so 2022-05-18T04:04:50.1663745Z inflating: build/lib/libbackend_with_compiler.so 2022-05-18T04:04:50.1716581Z inflating: build/lib/libtorchbind_test.so 2022-05-18T04:04:50.1721360Z inflating: build/lib/libshm.so 2022-05-18T04:04:50.3313652Z inflating: build/lib/libtorch_python.so 2022-05-18T04:04:50.3351561Z inflating: build/lib/libnnapi_backend.so 2022-05-18T04:04:50.3351920Z creating: build/bin/ 2022-05-18T04:04:50.3404332Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-05-18T04:04:50.3459684Z inflating: build/bin/c10_DeviceGuard_test 2022-05-18T04:04:50.3513215Z inflating: build/bin/c10_Device_test 2022-05-18T04:04:50.3574947Z inflating: build/bin/c10_DispatchKeySet_test 2022-05-18T04:04:50.3626321Z inflating: build/bin/c10_StreamGuard_test 2022-05-18T04:04:50.3685656Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-05-18T04:04:50.3745614Z inflating: build/bin/c10_InlineStreamGuard_test 2022-05-18T04:04:50.3806368Z inflating: build/bin/c10_SizesAndStrides_test 2022-05-18T04:04:50.3857739Z inflating: build/bin/c10_Array_test 2022-05-18T04:04:50.3914240Z inflating: build/bin/c10_Bitset_test 2022-05-18T04:04:50.3968879Z inflating: build/bin/c10_C++17_test 2022-05-18T04:04:50.4020470Z inflating: build/bin/c10_ConstexprCrc_test 2022-05-18T04:04:50.4072954Z inflating: build/bin/c10_DeadlockDetection_test 2022-05-18T04:04:50.4125751Z inflating: build/bin/c10_Half_test 2022-05-18T04:04:50.4186299Z inflating: build/bin/c10_LeftRight_test 2022-05-18T04:04:50.4253288Z inflating: build/bin/c10_Metaprogramming_test 2022-05-18T04:04:50.4409227Z inflating: build/bin/c10_SmallVectorTest 2022-05-18T04:04:50.4462875Z inflating: build/bin/c10_Synchronized_test 2022-05-18T04:04:50.4524244Z inflating: build/bin/c10_ThreadLocal_test 2022-05-18T04:04:50.4580207Z inflating: build/bin/c10_TypeIndex_test 2022-05-18T04:04:50.4633940Z inflating: build/bin/c10_TypeList_test 2022-05-18T04:04:50.4686130Z inflating: build/bin/c10_TypeTraits_test 2022-05-18T04:04:50.4741423Z inflating: build/bin/c10_accumulate_test 2022-05-18T04:04:50.4800835Z inflating: build/bin/c10_bfloat16_test 2022-05-18T04:04:50.4858477Z inflating: build/bin/c10_complex_math_test 2022-05-18T04:04:50.4917933Z inflating: build/bin/c10_complex_test 2022-05-18T04:04:50.5035325Z inflating: build/bin/c10_either_test 2022-05-18T04:04:50.5091131Z inflating: build/bin/c10_exception_test 2022-05-18T04:04:50.5144474Z inflating: build/bin/c10_flags_test 2022-05-18T04:04:50.5326612Z inflating: build/bin/c10_intrusive_ptr_test 2022-05-18T04:04:50.5380543Z inflating: build/bin/c10_irange_test 2022-05-18T04:04:50.5442080Z inflating: build/bin/c10_logging_test 2022-05-18T04:04:50.5508595Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-05-18T04:04:50.5588836Z inflating: build/bin/c10_optional_test 2022-05-18T04:04:50.5647388Z inflating: build/bin/c10_registry_test 2022-05-18T04:04:50.5710809Z inflating: build/bin/c10_string_view_test 2022-05-18T04:04:50.5765831Z inflating: build/bin/c10_tempfile_test 2022-05-18T04:04:50.5825956Z inflating: build/bin/c10_typeid_test 2022-05-18T04:04:50.5884834Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-05-18T04:04:50.6406386Z inflating: build/bin/protoc-3.13.0.0 2022-05-18T04:04:50.6927972Z inflating: build/bin/protoc 2022-05-18T04:04:50.6980049Z inflating: build/bin/c10_cuda_CUDATest 2022-05-18T04:04:50.7297846Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-05-18T04:04:50.7651612Z inflating: build/bin/vec_test_all_types_AVX2 2022-05-18T04:04:50.7709104Z inflating: build/bin/HashStoreTest 2022-05-18T04:04:50.7766351Z inflating: build/bin/FileStoreTest 2022-05-18T04:04:50.7831295Z inflating: build/bin/TCPStoreTest 2022-05-18T04:04:50.7846969Z inflating: build/bin/ProcessGroupMPITest 2022-05-18T04:04:50.7850163Z inflating: build/bin/example_allreduce 2022-05-18T04:04:50.7906468Z inflating: build/bin/Dimname_test 2022-05-18T04:04:50.7967731Z inflating: build/bin/scalar_test 2022-05-18T04:04:50.8031753Z inflating: build/bin/apply_utils_test 2022-05-18T04:04:50.8095677Z inflating: build/bin/basic 2022-05-18T04:04:50.8158381Z inflating: build/bin/atest 2022-05-18T04:04:50.8220188Z inflating: build/bin/NamedTensor_test 2022-05-18T04:04:50.8277543Z inflating: build/bin/broadcast_test 2022-05-18T04:04:50.8331897Z inflating: build/bin/wrapdim_test 2022-05-18T04:04:50.8410508Z inflating: build/bin/Dict_test 2022-05-18T04:04:50.8463531Z inflating: build/bin/dlconvertor_test 2022-05-18T04:04:50.8523098Z inflating: build/bin/half_test 2022-05-18T04:04:50.8582826Z inflating: build/bin/native_test 2022-05-18T04:04:50.8584118Z inflating: build/bin/verify_api_visibility 2022-05-18T04:04:50.8639960Z inflating: build/bin/undefined_tensor_test 2022-05-18T04:04:50.8642555Z inflating: build/bin/thread_init_test 2022-05-18T04:04:50.8703103Z inflating: build/bin/scalar_tensor_test 2022-05-18T04:04:50.8762772Z inflating: build/bin/test_parallel 2022-05-18T04:04:50.8817082Z inflating: build/bin/weakref_test 2022-05-18T04:04:50.8869519Z inflating: build/bin/lazy_tensor_test 2022-05-18T04:04:50.8930530Z inflating: build/bin/quantized_test 2022-05-18T04:04:50.8984233Z inflating: build/bin/operators_test 2022-05-18T04:04:50.9044242Z inflating: build/bin/extension_backend_test 2022-05-18T04:04:50.9100707Z inflating: build/bin/math_kernel_test 2022-05-18T04:04:50.9155471Z inflating: build/bin/memory_overlapping_test 2022-05-18T04:04:50.9208146Z inflating: build/bin/variant_test 2022-05-18T04:04:50.9291959Z inflating: build/bin/tensor_iterator_test 2022-05-18T04:04:50.9347457Z inflating: build/bin/cpu_profiling_allocator_test 2022-05-18T04:04:50.9410348Z inflating: build/bin/cpu_generator_test 2022-05-18T04:04:50.9464631Z inflating: build/bin/reportMemoryUsage_test 2022-05-18T04:04:50.9517331Z inflating: build/bin/reduce_ops_test 2022-05-18T04:04:50.9573014Z inflating: build/bin/memory_format_test 2022-05-18T04:04:50.9642381Z inflating: build/bin/pow_test 2022-05-18T04:04:50.9698275Z inflating: build/bin/mobile_memory_cleanup 2022-05-18T04:04:50.9751244Z inflating: build/bin/dispatch_key_set_test 2022-05-18T04:04:50.9815027Z inflating: build/bin/IListRef_test 2022-05-18T04:04:50.9933568Z inflating: build/bin/List_test 2022-05-18T04:04:50.9989057Z inflating: build/bin/stride_properties_test 2022-05-18T04:04:51.0062097Z inflating: build/bin/vmap_test 2022-05-18T04:04:51.0189742Z inflating: build/bin/kernel_function_legacy_test 2022-05-18T04:04:51.0292534Z inflating: build/bin/kernel_function_test 2022-05-18T04:04:51.0427378Z inflating: build/bin/kernel_lambda_legacy_test 2022-05-18T04:04:51.0538071Z inflating: build/bin/kernel_lambda_test 2022-05-18T04:04:51.0602270Z inflating: build/bin/kernel_stackbased_test 2022-05-18T04:04:51.0703945Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-05-18T04:04:51.0757737Z inflating: build/bin/CppSignature_test 2022-05-18T04:04:51.0808826Z inflating: build/bin/op_allowlist_test 2022-05-18T04:04:51.1114431Z inflating: build/bin/op_registration_test 2022-05-18T04:04:51.1208610Z inflating: build/bin/cpu_rng_test 2022-05-18T04:04:51.1265392Z inflating: build/bin/inline_container_test 2022-05-18T04:04:51.1333544Z inflating: build/bin/KernelFunction_test 2022-05-18T04:04:51.1398467Z inflating: build/bin/type_test 2022-05-18T04:04:51.1461221Z inflating: build/bin/cuda_atomic_ops_test 2022-05-18T04:04:51.1642743Z inflating: build/bin/ivalue_test 2022-05-18T04:04:51.1796875Z inflating: build/bin/cuda_complex_math_test 2022-05-18T04:04:51.1859975Z inflating: build/bin/cuda_complex_test 2022-05-18T04:04:51.1915505Z inflating: build/bin/cuda_apply_test 2022-05-18T04:04:51.1970089Z inflating: build/bin/cuda_integer_divider_test 2022-05-18T04:04:51.2035835Z inflating: build/bin/cuda_stream_test 2022-05-18T04:04:51.2095837Z inflating: build/bin/backend_fallback_test 2022-05-18T04:04:51.2153077Z inflating: build/bin/cuda_caching_host_allocator_test 2022-05-18T04:04:51.2209070Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-05-18T04:04:51.2262676Z inflating: build/bin/cuda_dlconvertor_test 2022-05-18T04:04:51.2315386Z inflating: build/bin/cuda_half_test 2022-05-18T04:04:51.2370826Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-05-18T04:04:51.2456067Z inflating: build/bin/cuda_cub_test 2022-05-18T04:04:51.2507979Z inflating: build/bin/cuda_optional_test 2022-05-18T04:04:51.2571053Z inflating: build/bin/cuda_distributions_test 2022-05-18T04:04:51.2628135Z inflating: build/bin/cuda_vectorized_test 2022-05-18T04:04:51.2680148Z inflating: build/bin/cuda_cudnn_test 2022-05-18T04:04:51.2743087Z inflating: build/bin/cuda_generator_test 2022-05-18T04:04:51.2812578Z inflating: build/bin/ProcessGroupGlooTest 2022-05-18T04:04:51.2875360Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-05-18T04:04:51.2941255Z inflating: build/bin/ProcessGroupNCCLTest 2022-05-18T04:04:51.2958206Z inflating: build/bin/tutorial_tensorexpr 2022-05-18T04:04:51.3021470Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-05-18T04:04:51.3078692Z inflating: build/bin/test_dist_autograd 2022-05-18T04:04:51.3152826Z inflating: build/bin/test_cpp_rpc 2022-05-18T04:04:51.3226966Z inflating: build/bin/test_mobile_nnc 2022-05-18T04:04:51.3229550Z inflating: build/bin/parallel_benchmark 2022-05-18T04:04:51.3240691Z inflating: build/bin/aot_model_compiler_test 2022-05-18T04:04:51.4148304Z inflating: build/bin/test_tensorexpr 2022-05-18T04:04:51.4531408Z inflating: build/bin/test_lazy 2022-05-18T04:04:51.4537541Z inflating: build/bin/torch_shm_manager 2022-05-18T04:04:51.4669981Z inflating: build/bin/nvfuser_bench 2022-05-18T04:04:51.5964173Z inflating: build/bin/test_api 2022-05-18T04:04:51.6918158Z inflating: build/bin/test_jit 2022-05-18T04:04:51.6919579Z inflating: .pytorch-test-times.json 2022-05-18T04:04:51.6949106Z ##[group]Run df -H 2022-05-18T04:04:51.6949371Z df -H 2022-05-18T04:04:51.6962738Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:04:51.6963046Z env: 2022-05-18T04:04:51.6963254Z IN_CI: 1 2022-05-18T04:04:51.6963484Z IS_GHA: 1 2022-05-18T04:04:51.6963740Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:51.6963994Z GPU_FLAG: --gpus all 2022-05-18T04:04:51.6964252Z ##[endgroup] 2022-05-18T04:04:51.7003249Z Filesystem Size Used Avail Use% Mounted on 2022-05-18T04:04:51.7003671Z devtmpfs 65G 0 65G 0% /dev 2022-05-18T04:04:51.7004144Z tmpfs 65G 0 65G 0% /dev/shm 2022-05-18T04:04:51.7004414Z tmpfs 65G 517k 65G 1% /run 2022-05-18T04:04:51.7004972Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-05-18T04:04:51.7005298Z /dev/xvda1 162G 22G 140G 14% / 2022-05-18T04:04:51.7005588Z tmpfs 13G 0 13G 0% /run/user/0 2022-05-18T04:04:51.7028576Z ##[group]Run .github/scripts/parse_ref.py 2022-05-18T04:04:51.7028951Z .github/scripts/parse_ref.py 2022-05-18T04:04:51.7041216Z shell: /usr/bin/bash -e {0} 2022-05-18T04:04:51.7041456Z env: 2022-05-18T04:04:51.7041674Z IN_CI: 1 2022-05-18T04:04:51.7041898Z IS_GHA: 1 2022-05-18T04:04:51.7042133Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:51.7042407Z GPU_FLAG: --gpus all 2022-05-18T04:04:51.7042660Z ##[endgroup] 2022-05-18T04:04:51.8260329Z ##[group]Run set -x 2022-05-18T04:04:51.8260753Z set -x 2022-05-18T04:04:51.8260974Z  2022-05-18T04:04:51.8261254Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-05-18T04:04:51.8261621Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-05-18T04:04:51.8261982Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-05-18T04:04:51.8262436Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-05-18T04:04:51.8262717Z else 2022-05-18T04:04:51.8263002Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-05-18T04:04:51.8263266Z fi 2022-05-18T04:04:51.8263492Z  2022-05-18T04:04:51.8263824Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-05-18T04:04:51.8264167Z export COMMIT_MESSAGES 2022-05-18T04:04:51.8264425Z  2022-05-18T04:04:51.8264741Z # detached container should get cleaned up by teardown_ec2_linux 2022-05-18T04:04:51.8265166Z # TODO: Stop building test binaries as part of the build phase 2022-05-18T04:04:51.8265548Z # Used for GPU_FLAG since that doesn't play nice 2022-05-18T04:04:51.8265884Z # shellcheck disable=SC2086,SC2090 2022-05-18T04:04:51.8266194Z container_name=$(docker run \ 2022-05-18T04:04:51.8266464Z  ${GPU_FLAG:-} \ 2022-05-18T04:04:51.8266747Z  -e BUILD_ENVIRONMENT \ 2022-05-18T04:04:51.8267026Z  -e PR_NUMBER \ 2022-05-18T04:04:51.8267309Z  -e CUSTOM_TEST_ARTIFACT_BUILD_DIR \ 2022-05-18T04:04:51.8267606Z  -e GITHUB_ACTIONS \ 2022-05-18T04:04:51.8267867Z  -e IN_CI \ 2022-05-18T04:04:51.8268096Z  -e IS_GHA \ 2022-05-18T04:04:51.8268342Z  -e BRANCH \ 2022-05-18T04:04:51.8268590Z  -e SHA1 \ 2022-05-18T04:04:51.8268837Z  -e AWS_DEFAULT_REGION \ 2022-05-18T04:04:51.8269114Z  -e IN_WHEEL_TEST \ 2022-05-18T04:04:51.8269384Z  -e SHARD_NUMBER \ 2022-05-18T04:04:51.8269636Z  -e JOB_BASE_NAME \ 2022-05-18T04:04:51.8269906Z  -e TEST_CONFIG \ 2022-05-18T04:04:51.8270176Z  -e NUM_TEST_SHARDS \ 2022-05-18T04:04:51.8270443Z  -e PR_BODY \ 2022-05-18T04:04:51.8270695Z  -e COMMIT_MESSAGES \ 2022-05-18T04:04:51.8270989Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-05-18T04:04:51.8271279Z  -e PR_LABELS \ 2022-05-18T04:04:51.8271557Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-05-18T04:04:51.8271851Z  -e SCCACHE_BUCKET \ 2022-05-18T04:04:51.8272117Z  -e XLA_CUDA \ 2022-05-18T04:04:51.8272388Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-05-18T04:04:51.8272735Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-05-18T04:04:51.8273062Z  --ulimit stack=10485760:83886080 \ 2022-05-18T04:04:51.8273366Z  --security-opt seccomp=unconfined \ 2022-05-18T04:04:51.8273684Z  --cap-add=SYS_PTRACE \ 2022-05-18T04:04:51.8273961Z  --ipc=host \ 2022-05-18T04:04:51.8274234Z  --shm-size="${SHM_SIZE}" \ 2022-05-18T04:04:51.8274483Z  --tty \ 2022-05-18T04:04:51.8274729Z  --detach \ 2022-05-18T04:04:51.8275003Z  --name="${container_name}" \ 2022-05-18T04:04:51.8275267Z  --user jenkins \ 2022-05-18T04:04:51.8275597Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-05-18T04:04:51.8275948Z  -w /var/lib/jenkins/workspace \ 2022-05-18T04:04:51.8276219Z  "${DOCKER_IMAGE}" 2022-05-18T04:04:51.8276464Z ) 2022-05-18T04:04:51.8276803Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-05-18T04:04:51.8288819Z shell: /usr/bin/bash -e {0} 2022-05-18T04:04:51.8289082Z env: 2022-05-18T04:04:51.8289311Z IN_CI: 1 2022-05-18T04:04:51.8289522Z IS_GHA: 1 2022-05-18T04:04:51.8289780Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:04:51.8290132Z GPU_FLAG: --gpus all 2022-05-18T04:04:51.8290460Z BUILD_ENVIRONMENT: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:04:51.8290779Z PR_NUMBER: 2022-05-18T04:04:51.8291025Z BRANCH: master 2022-05-18T04:04:51.8291316Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-05-18T04:04:51.8291671Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:04:51.8291978Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:04:51.8292384Z JOB_BASE_NAME: linux-bionic-cuda10.2-py3.9-gcc7-test 2022-05-18T04:04:51.8292691Z TEST_CONFIG: default 2022-05-18T04:04:51.8292940Z SHARD_NUMBER: 1 2022-05-18T04:04:51.8293190Z NUM_TEST_SHARDS: 2 2022-05-18T04:04:51.8293420Z PR_BODY: 2022-05-18T04:04:51.8293731Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-05-18T04:04:51.8294042Z SHM_SIZE: 2g 2022-05-18T04:04:51.8294772Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:04:51.8295275Z XLA_CUDA: 2022-05-18T04:04:51.8295637Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-05-18T04:04:51.8296003Z ##[endgroup] 2022-05-18T04:04:51.8323332Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-05-18T04:04:51.8323825Z + [[ linux-bionic-cuda10.2-py3.9-gcc7 == *onnx* ]] 2022-05-18T04:04:51.8324153Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-05-18T04:04:51.8327138Z ++ git cherry -v origin/master 2022-05-18T04:04:51.8361725Z + COMMIT_MESSAGES= 2022-05-18T04:04:51.8362013Z + export COMMIT_MESSAGES 2022-05-18T04:04:51.8370781Z +++ nproc --ignore=2 2022-05-18T04:04:51.8402337Z ++ docker run --gpus all -e BUILD_ENVIRONMENT -e PR_NUMBER -e CUSTOM_TEST_ARTIFACT_BUILD_DIR -e GITHUB_ACTIONS -e IN_CI -e IS_GHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e JOB_BASE_NAME -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PR_LABELS -e MAX_JOBS=14 -e SCCACHE_BUCKET -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_2342799949 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T04:05:13.9412955Z + container_name=bee794b352f52af94ee218287e2ef270d98b0f041d3c8a916d5622356b85e3ce 2022-05-18T04:05:13.9415410Z + docker exec -t bee794b352f52af94ee218287e2ef270d98b0f041d3c8a916d5622356b85e3ce sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-05-18T04:05:14.4463298Z Processing ./dist/torch-1.12.0a0+git3b23752-cp39-cp39-linux_x86_64.whl 2022-05-18T04:05:14.5435714Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.9/site-packages (from torch==1.12.0a0+git3b23752) (4.2.0) 2022-05-18T04:05:15.0923419Z Installing collected packages: torch 2022-05-18T04:05:24.5749873Z Successfully installed torch-1.12.0a0+git3b23752 2022-05-18T04:05:24.6292061Z + COMPACT_JOB_NAME=linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T04:05:24.6294162Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-05-18T04:05:24.6578771Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.9/site-packages/torch 2022-05-18T04:05:24.6581676Z + TORCH_BIN_DIR=/opt/conda/lib/python3.9/site-packages/torch/bin 2022-05-18T04:05:24.6582193Z + TORCH_LIB_DIR=/opt/conda/lib/python3.9/site-packages/torch/lib 2022-05-18T04:05:24.6582960Z + TORCH_TEST_DIR=/opt/conda/lib/python3.9/site-packages/torch/test 2022-05-18T04:05:24.6583270Z + BUILD_DIR=build 2022-05-18T04:05:24.6583552Z + BUILD_RENAMED_DIR=build_renamed 2022-05-18T04:05:24.6583962Z + BUILD_BIN_DIR=build/bin 2022-05-18T04:05:24.6585771Z + [[ -n default ]] 2022-05-18T04:05:24.6586236Z + BUILD_ENVIRONMENT=linux-bionic-cuda10.2-py3.9-gcc7-default 2022-05-18T04:05:24.6586976Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *bazel* ]] 2022-05-18T04:05:24.6587371Z ++ realpath build/custom_test_artifacts 2022-05-18T04:05:24.6591100Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-05-18T04:05:24.6594991Z ++ dirname .jenkins/pytorch/test.sh 2022-05-18T04:05:24.6602847Z + source .jenkins/pytorch/common.sh 2022-05-18T04:05:24.6607474Z +++ dirname .jenkins/pytorch/common.sh 2022-05-18T04:05:24.6617112Z ++ source .jenkins/pytorch/common_utils.sh 2022-05-18T04:05:24.6620823Z +++ TORCHVISION_COMMIT=8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:24.6621498Z ++ set -ex 2022-05-18T04:05:24.6628712Z ++++ dirname .jenkins/pytorch/common.sh 2022-05-18T04:05:24.6639345Z +++ cd .jenkins/pytorch 2022-05-18T04:05:24.6640039Z +++ pwd -P 2022-05-18T04:05:24.6642990Z ++ SCRIPT_DIR=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-05-18T04:05:24.6643518Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *linux* ]] 2022-05-18T04:05:24.6647895Z +++ find /etc/apt/ -type f -name '*.list' 2022-05-18T04:05:24.6667582Z ++ sudo sed -i 's/.*nvidia.*/# &/' /etc/apt/sources.list /etc/apt/sources.list.d/cuda.list /etc/apt/sources.list.d/nvidia-ml.list /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-bionic.list 2022-05-18T04:05:24.6732748Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *rocm* ]] 2022-05-18T04:05:24.6733300Z ++ echo ENTERED_USER_LAND 2022-05-18T04:05:24.6733562Z ENTERED_USER_LAND 2022-05-18T04:05:24.6733818Z ++ export IN_CI=1 2022-05-18T04:05:24.6734057Z ++ IN_CI=1 2022-05-18T04:05:24.6736372Z ++ declare -f -t trap_add 2022-05-18T04:05:24.6736665Z ++ trap_add cleanup EXIT 2022-05-18T04:05:24.6736937Z ++ trap_add_cmd=cleanup 2022-05-18T04:05:24.6737184Z ++ shift 2022-05-18T04:05:24.6737419Z ++ for trap_add_name in "$@" 2022-05-18T04:05:24.6743624Z ++++ trap -p EXIT 2022-05-18T04:05:24.6747036Z +++ eval 'extract_trap_cmd ' 2022-05-18T04:05:24.6747299Z ++++ extract_trap_cmd 2022-05-18T04:05:24.6747593Z ++++ printf '%s\n' '' 2022-05-18T04:05:24.6747888Z +++ printf '%s\n' cleanup 2022-05-18T04:05:24.6750412Z ++ trap -- ' 2022-05-18T04:05:24.6750706Z cleanup' EXIT 2022-05-18T04:05:24.6753306Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *win-* ]] 2022-05-18T04:05:24.6753648Z ++ which sccache 2022-05-18T04:05:24.6765260Z ++ sccache --stop-server 2022-05-18T04:05:24.6792642Z ++ true 2022-05-18T04:05:24.6793045Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-05-18T04:05:24.6801461Z ++ [[ -n '' ]] 2022-05-18T04:05:24.6801896Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *rocm* ]] 2022-05-18T04:05:24.6802291Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-05-18T04:05:24.6802588Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-05-18T04:05:24.6802910Z ++ RUST_LOG=sccache::server=error 2022-05-18T04:05:24.6803240Z ++ sccache --start-server 2022-05-18T04:05:24.6823729Z sccache: Starting the server... 2022-05-18T04:05:24.6984117Z ++ sccache --zero-stats 2022-05-18T04:05:24.7006000Z Compile requests 0 2022-05-18T04:05:24.7006360Z Compile requests executed 0 2022-05-18T04:05:24.7006638Z Cache hits 0 2022-05-18T04:05:24.7006929Z Cache misses 0 2022-05-18T04:05:24.7007444Z Cache timeouts 0 2022-05-18T04:05:24.7007825Z Cache read errors 0 2022-05-18T04:05:24.7008383Z Forced recaches 0 2022-05-18T04:05:24.7011046Z Cache write errors 0 2022-05-18T04:05:24.7011662Z Compilation failures 0 2022-05-18T04:05:24.7012201Z Cache errors 0 2022-05-18T04:05:24.7012947Z Non-cacheable compilations 0 2022-05-18T04:05:24.7013676Z Non-cacheable calls 0 2022-05-18T04:05:24.7014678Z Non-compilation calls 0 2022-05-18T04:05:24.7015322Z Unsupported compiler calls 0 2022-05-18T04:05:24.7015868Z Average cache write 0.000 s 2022-05-18T04:05:24.7016465Z Average cache read miss 0.000 s 2022-05-18T04:05:24.7017238Z Average cache read hit 0.000 s 2022-05-18T04:05:24.7017839Z Failed distributed compilations 0 2022-05-18T04:05:24.7019291Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-05-18T04:05:24.7020572Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-test == *-build ]] 2022-05-18T04:05:24.7021086Z ++ which ccache 2022-05-18T04:05:24.7024893Z ++ '[' -z linux-bionic-cuda10.2-py3.9-gcc7 ']' 2022-05-18T04:05:24.7025648Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *linux-trusty-py3.6-gcc7* ]] 2022-05-18T04:05:24.7026038Z ++ BUILD_TEST_LIBTORCH=0 2022-05-18T04:05:24.7026285Z ++ [[ default == *xla* ]] 2022-05-18T04:05:24.7026704Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *centos* ]] 2022-05-18T04:05:24.7027210Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *linux-bionic* ]] 2022-05-18T04:05:24.7027550Z ++ which conda 2022-05-18T04:05:24.7034751Z /opt/conda/bin/conda 2022-05-18T04:05:24.7035299Z ++ conda install -q -y cmake 2022-05-18T04:05:28.6353276Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:05:29.1200056Z Solving environment: ...working... done 2022-05-18T04:05:29.2029462Z 2022-05-18T04:05:29.2029756Z ## Package Plan ## 2022-05-18T04:05:29.2030067Z 2022-05-18T04:05:29.2030297Z environment location: /opt/conda 2022-05-18T04:05:29.2030517Z 2022-05-18T04:05:29.2030673Z added / updated specs: 2022-05-18T04:05:29.2031317Z - cmake 2022-05-18T04:05:29.2031626Z 2022-05-18T04:05:29.2031657Z 2022-05-18T04:05:29.2031982Z The following packages will be downloaded: 2022-05-18T04:05:29.2032344Z 2022-05-18T04:05:29.2032511Z package | build 2022-05-18T04:05:29.2032897Z ---------------------------|----------------- 2022-05-18T04:05:29.2033315Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-05-18T04:05:29.2033721Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-05-18T04:05:29.2034113Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-05-18T04:05:29.2034759Z expat-2.4.4 | h295c915_0 169 KB 2022-05-18T04:05:29.2035324Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-05-18T04:05:29.2035826Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-05-18T04:05:29.2036410Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-05-18T04:05:29.2036944Z libev-4.33 | h7f8727e_1 111 KB 2022-05-18T04:05:29.2037343Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-05-18T04:05:29.2037725Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-05-18T04:05:29.2038111Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-05-18T04:05:29.2038490Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-05-18T04:05:29.2038852Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-05-18T04:05:29.2039236Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-05-18T04:05:29.2039645Z ------------------------------------------------------------ 2022-05-18T04:05:29.2039979Z Total: 12.0 MB 2022-05-18T04:05:29.2040141Z 2022-05-18T04:05:29.2040305Z The following NEW packages will be INSTALLED: 2022-05-18T04:05:29.2040516Z 2022-05-18T04:05:29.2040864Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-05-18T04:05:29.2041348Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-05-18T04:05:29.2041802Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-05-18T04:05:29.2042268Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-05-18T04:05:29.2042726Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-05-18T04:05:29.2043198Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-05-18T04:05:29.2043875Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-05-18T04:05:29.2044390Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-05-18T04:05:29.2044881Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-05-18T04:05:29.2045360Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-05-18T04:05:29.2045832Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-05-18T04:05:29.2046418Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-05-18T04:05:29.2046876Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-05-18T04:05:29.2047317Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-05-18T04:05:29.2047523Z 2022-05-18T04:05:29.2047808Z The following packages will be SUPERSEDED by a higher-priority channel: 2022-05-18T04:05:29.2048059Z 2022-05-18T04:05:29.2048453Z certifi conda-forge::certifi-2021.10.8-py39hf~ --> pkgs/main::certifi-2021.10.8-py39h06a4308_2 2022-05-18T04:05:29.2049141Z conda conda-forge::conda-4.12.0-py39hf3d152~ --> pkgs/main::conda-4.12.0-py39h06a4308_0 2022-05-18T04:05:29.2049414Z 2022-05-18T04:05:29.2049432Z 2022-05-18T04:05:30.2746596Z Preparing transaction: ...working... done 2022-05-18T04:05:30.8141282Z Verifying transaction: ...working... done 2022-05-18T04:05:33.2983021Z Executing transaction: ...working... done 2022-05-18T04:05:33.8182686Z ++ [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *centos* ]] 2022-05-18T04:05:33.8183198Z + echo 'Testing pytorch' 2022-05-18T04:05:33.8183449Z Testing pytorch 2022-05-18T04:05:33.8183768Z + export LANG=C.UTF-8 2022-05-18T04:05:33.8184184Z + LANG=C.UTF-8 2022-05-18T04:05:33.8185403Z + PR_NUMBER= 2022-05-18T04:05:33.8185990Z + [[ default == \d\e\f\a\u\l\t ]] 2022-05-18T04:05:33.8186521Z + export CUDA_VISIBLE_DEVICES=0 2022-05-18T04:05:33.8186986Z + CUDA_VISIBLE_DEVICES=0 2022-05-18T04:05:33.8187473Z + export HIP_VISIBLE_DEVICES=0 2022-05-18T04:05:33.8187755Z + HIP_VISIBLE_DEVICES=0 2022-05-18T04:05:33.8188037Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-05-18T04:05:33.8188786Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-slow-* ]] 2022-05-18T04:05:33.8189209Z + [[ default == \s\l\o\w ]] 2022-05-18T04:05:33.8189864Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *slow-gradcheck* ]] 2022-05-18T04:05:33.8190361Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *cuda* ]] 2022-05-18T04:05:33.8190745Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-05-18T04:05:33.8191070Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-05-18T04:05:33.8191513Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *cuda11* ]] 2022-05-18T04:05:33.8192001Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *crossref* ]] 2022-05-18T04:05:33.8192352Z + [[ -n '' ]] 2022-05-18T04:05:33.8192628Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=0 2022-05-18T04:05:33.8192961Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=0 2022-05-18T04:05:33.8193395Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *rocm* ]] 2022-05-18T04:05:33.8193883Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *ppc64le* ]] 2022-05-18T04:05:33.8194351Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *-bazel-* ]] 2022-05-18T04:05:33.8194734Z + pip_install --user ninja 2022-05-18T04:05:33.8195100Z + pip install --progress-bar off --user ninja 2022-05-18T04:05:34.3321483Z Collecting ninja 2022-05-18T04:05:34.3612628Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-05-18T04:05:34.3705279Z [?25l 2022-05-18T04:05:34.8488851Z [?25hInstalling collected packages: ninja 2022-05-18T04:05:34.8601833Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-05-18T04:05:34.8602497Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T04:05:34.8669620Z Successfully installed ninja-1.10.2.3 2022-05-18T04:05:34.9230304Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-05-18T04:05:34.9231254Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-05-18T04:05:34.9232629Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *asan* ]] 2022-05-18T04:05:34.9233315Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-NO_AVX-* ]] 2022-05-18T04:05:34.9233832Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X ]] 2022-05-18T04:05:34.9234286Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-NO_AVX2-* ]] 2022-05-18T04:05:34.9234643Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-05-18T04:05:34.9235091Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-NO_AVX512-* ]] 2022-05-18T04:05:34.9235531Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\5\1\2 ]] 2022-05-18T04:05:34.9236405Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *tbb* ]] 2022-05-18T04:05:34.9249687Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *libtorch* ]] 2022-05-18T04:05:34.9250616Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *-bazel-* ]] 2022-05-18T04:05:34.9253291Z + cd test 2022-05-18T04:05:34.9254090Z + python -c 'import torch; print(torch.__config__.show())' 2022-05-18T04:05:37.5905097Z PyTorch built with: 2022-05-18T04:05:37.5905901Z - GCC 7.5 2022-05-18T04:05:37.5906473Z - C++ Version: 201402 2022-05-18T04:05:37.5907214Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-05-18T04:05:37.5907800Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-05-18T04:05:37.5908219Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-05-18T04:05:37.5908586Z - LAPACK is enabled (usually provided by MKL) 2022-05-18T04:05:37.5908923Z - NNPACK is enabled 2022-05-18T04:05:37.5909247Z - CPU capability usage: AVX2 2022-05-18T04:05:37.5909542Z - CUDA Runtime 10.2 2022-05-18T04:05:37.5909950Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-05-18T04:05:37.5910302Z - CuDNN 7.6.5 2022-05-18T04:05:37.5910556Z - Magma 2.5.2 2022-05-18T04:05:37.5913524Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=10.2, CUDNN_VERSION=7.6.5, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-unused-local-typedefs -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.12.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=OFF, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-05-18T04:05:37.5915671Z 2022-05-18T04:05:37.9343790Z + cd test 2022-05-18T04:05:37.9344363Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-05-18T04:05:38.7235664Z ATen/Parallel: 2022-05-18T04:05:38.7236225Z at::get_num_threads() : 8 2022-05-18T04:05:38.7236862Z at::get_num_interop_threads() : 8 2022-05-18T04:05:38.7237416Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-05-18T04:05:38.7237833Z omp_get_max_threads() : 8 2022-05-18T04:05:38.7238506Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-05-18T04:05:38.7238909Z mkl_get_max_threads() : 8 2022-05-18T04:05:38.7239631Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-05-18T04:05:38.7240042Z std::thread::hardware_concurrency() : 16 2022-05-18T04:05:38.7240338Z Environment variables: 2022-05-18T04:05:38.7240597Z OMP_NUM_THREADS : [not set] 2022-05-18T04:05:38.7240875Z MKL_NUM_THREADS : [not set] 2022-05-18T04:05:38.7241171Z ATen parallel backend: OpenMP 2022-05-18T04:05:38.7241472Z 2022-05-18T04:05:38.8257042Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *deploy* ]] 2022-05-18T04:05:38.8257604Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *backward* ]] 2022-05-18T04:05:38.8257949Z + [[ default == *xla* ]] 2022-05-18T04:05:38.8258388Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *jit_legacy-test ]] 2022-05-18T04:05:38.8258880Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-test == *jit_legacy-test ]] 2022-05-18T04:05:38.8259236Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-05-18T04:05:38.8259664Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *libtorch* ]] 2022-05-18T04:05:38.8260180Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *distributed* ]] 2022-05-18T04:05:38.8260660Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-test == *distributed* ]] 2022-05-18T04:05:38.8261256Z + [[ 1 == 1 ]] 2022-05-18T04:05:38.8261571Z + [[ 2 -gt 1 ]] 2022-05-18T04:05:38.8261805Z + test_without_numpy 2022-05-18T04:05:38.8262378Z ++ dirname .jenkins/pytorch/test.sh 2022-05-18T04:05:38.8271985Z + pushd .jenkins/pytorch 2022-05-18T04:05:38.8272283Z ~/workspace/.jenkins/pytorch ~/workspace 2022-05-18T04:05:38.8272990Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');from unittest import TestCase;import torch;x=torch.randn(3,3);TestCase().assertRaises(RuntimeError, lambda: x.numpy())' 2022-05-18T04:05:39.4696648Z :1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:68.) 2022-05-18T04:05:39.5601861Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');import torch;print(torch.tensor([torch.tensor(0.), torch.tensor(1.)]))' 2022-05-18T04:05:40.1952356Z :1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:68.) 2022-05-18T04:05:40.1963978Z tensor([0., 1.]) 2022-05-18T04:05:40.2887678Z + popd 2022-05-18T04:05:40.2888051Z ~/workspace 2022-05-18T04:05:40.2888308Z + install_torchvision 2022-05-18T04:05:40.2888969Z + pip_install --user git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:40.2889693Z + pip install --progress-bar off --user git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:40.6935987Z Collecting git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:40.6941615Z Cloning https://github.com/pytorch/vision.git (to revision 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db) to /tmp/pip-req-build-lpbiiqyl 2022-05-18T04:05:40.6942287Z Running command git clone -q https://github.com/pytorch/vision.git /tmp/pip-req-build-lpbiiqyl 2022-05-18T04:05:58.2510070Z Running command git rev-parse -q --verify 'sha^8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db' 2022-05-18T04:05:58.2540054Z Running command git fetch -q https://github.com/pytorch/vision.git 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:58.3916064Z Running command git checkout -q 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:05:58.5466511Z Resolved https://github.com/pytorch/vision.git to commit 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-05-18T04:06:03.5299394Z Requirement already satisfied: numpy in /opt/conda/lib/python3.9/site-packages (from torchvision==0.9.0a0+8a2dc6f) (1.19.2) 2022-05-18T04:06:03.5306102Z Requirement already satisfied: torch in /opt/conda/lib/python3.9/site-packages (from torchvision==0.9.0a0+8a2dc6f) (1.12.0a0+git3b23752) 2022-05-18T04:06:03.5315234Z Requirement already satisfied: pillow>=4.1.1 in /opt/conda/lib/python3.9/site-packages (from torchvision==0.9.0a0+8a2dc6f) (9.1.0) 2022-05-18T04:06:03.5505746Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.9/site-packages (from torch->torchvision==0.9.0a0+8a2dc6f) (4.2.0) 2022-05-18T04:06:03.5522567Z Building wheels for collected packages: torchvision 2022-05-18T04:07:14.6623724Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2022-05-18T04:07:14.6672014Z [?25h Created wheel for torchvision: filename=torchvision-0.9.0a0+8a2dc6f-cp39-cp39-linux_x86_64.whl size=1140378 sha256=6ab0c0baf66169fd7d2cbb3ae0d3534056545ea61ce7b530cd235d4db49501a4 2022-05-18T04:07:14.6675582Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/d6/93/03/db9e7446798c007b7910d7542ee7c890fb4c8b5c9174464046 2022-05-18T04:07:14.6715128Z Successfully built torchvision 2022-05-18T04:07:15.1440136Z Installing collected packages: torchvision 2022-05-18T04:07:15.3891533Z Successfully installed torchvision-0.9.0a0+8a2dc6f 2022-05-18T04:07:15.5145703Z + test_python_shard 1 2022-05-18T04:07:15.5146154Z + [[ -z 2 ]] 2022-05-18T04:07:15.5146668Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2022-05-18T04:07:19.9493105Z Ignoring disabled issues: [] 2022-05-18T04:07:19.9615242Z /var/lib/jenkins/workspace/test/run_test.py:894: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-05-18T04:07:19.9615813Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) == "11.6": 2022-05-18T04:07:19.9701501Z Found stats for current commit: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 and job: linux-bionic-cuda10.2-py3.9-gcc7. Proceeding with those values. 2022-05-18T04:07:19.9703805Z Selected tests: 2022-05-18T04:07:19.9704089Z test_jit_cuda_fuser 2022-05-18T04:07:19.9704541Z test_ops_jit 2022-05-18T04:07:19.9707624Z test_quantization 2022-05-18T04:07:19.9707926Z test_linalg 2022-05-18T04:07:19.9708165Z test_nn 2022-05-18T04:07:19.9708377Z test_foreach 2022-05-18T04:07:19.9708617Z test_jit 2022-05-18T04:07:19.9708851Z test_fx 2022-05-18T04:07:19.9709086Z test_cpp_extensions_jit 2022-05-18T04:07:19.9709370Z test_xnnpack_integration 2022-05-18T04:07:19.9709623Z test_torch 2022-05-18T04:07:19.9709862Z test_tensor_creation_ops 2022-05-18T04:07:19.9710119Z test_reductions 2022-05-18T04:07:19.9710462Z test_tensorboard 2022-05-18T04:07:19.9710977Z test_serialization 2022-05-18T04:07:19.9711394Z test_autograd 2022-05-18T04:07:19.9711816Z test_masked 2022-05-18T04:07:19.9712309Z test_view_ops 2022-05-18T04:07:19.9712786Z test_type_promotion 2022-05-18T04:07:19.9713145Z test_tensorexpr 2022-05-18T04:07:19.9713398Z test_cpp_api_parity 2022-05-18T04:07:19.9715068Z test_testing 2022-05-18T04:07:19.9715625Z test_utils 2022-05-18T04:07:19.9715926Z test_profiler 2022-05-18T04:07:19.9716182Z test_ao_sparsity 2022-05-18T04:07:19.9716420Z test_openmp 2022-05-18T04:07:19.9716805Z test_mobile_optimizer 2022-05-18T04:07:19.9717196Z test_module_init 2022-05-18T04:07:19.9717441Z test_scatter_gather_ops 2022-05-18T04:07:19.9717701Z test_import_stats 2022-05-18T04:07:19.9717961Z test_logging 2022-05-18T04:07:19.9718432Z benchmark_utils/test_benchmark_utils 2022-05-18T04:07:19.9718756Z test_vmap 2022-05-18T04:07:19.9719001Z test_python_dispatch 2022-05-18T04:07:19.9719233Z test_datapipe 2022-05-18T04:07:19.9720427Z test_function_schema 2022-05-18T04:07:19.9720689Z test_jit_disabled 2022-05-18T04:07:19.9721029Z lazy/test_reuse_ir 2022-05-18T04:07:19.9721518Z test_functional_optim 2022-05-18T04:07:19.9721980Z test_functionalization 2022-05-18T04:07:19.9722241Z test_pytree 2022-05-18T04:07:19.9722692Z test_per_overload_api 2022-05-18T04:07:19.9722993Z test_license 2022-05-18T04:07:19.9723221Z test_expanded_weights 2022-05-18T04:07:19.9723478Z test_jit_autocast 2022-05-18T04:07:19.9724126Z test_prims 2022-05-18T04:07:19.9724415Z test_cpp_extensions_aot_ninja 2022-05-18T04:07:19.9724689Z test_nestedtensor 2022-05-18T04:07:19.9724939Z lazy/test_ts_opinfo 2022-05-18T04:07:19.9726873Z test_complex 2022-05-18T04:07:19.9727435Z test_cuda_primary_ctx 2022-05-18T04:07:19.9727970Z test_vulkan 2022-05-18T04:07:19.9728543Z distributions/test_constraints 2022-05-18T04:07:19.9729102Z lazy/test_extract_compiled_graph 2022-05-18T04:07:19.9729373Z test_deploy 2022-05-18T04:07:19.9729605Z test_mps 2022-05-18T04:07:19.9777112Z Prioritized test from test file changes. 2022-05-18T04:07:19.9777748Z reordering tests for PR: 2022-05-18T04:07:19.9778310Z prioritized: [] 2022-05-18T04:07:19.9780856Z the rest: ['test_jit_cuda_fuser', 'test_ops_jit', 'test_quantization', 'test_linalg', 'test_nn', 'test_foreach', 'test_jit', 'test_fx', 'test_cpp_extensions_jit', 'test_xnnpack_integration', 'test_torch', 'test_tensor_creation_ops', 'test_reductions', 'test_tensorboard', 'test_serialization', 'test_autograd', 'test_masked', 'test_view_ops', 'test_type_promotion', 'test_tensorexpr', 'test_cpp_api_parity', 'test_testing', 'test_utils', 'test_profiler', 'test_ao_sparsity', 'test_openmp', 'test_mobile_optimizer', 'test_module_init', 'test_scatter_gather_ops', 'test_import_stats', 'test_logging', 'benchmark_utils/test_benchmark_utils', 'test_vmap', 'test_python_dispatch', 'test_datapipe', 'test_function_schema', 'test_jit_disabled', 'lazy/test_reuse_ir', 'test_functional_optim', 'test_functionalization', 'test_pytree', 'test_per_overload_api', 'test_license', 'test_expanded_weights', 'test_jit_autocast', 'test_prims', 'test_cpp_extensions_aot_ninja', 'test_nestedtensor', 'lazy/test_ts_opinfo', 'test_complex', 'test_cuda_primary_ctx', 'test_vulkan', 'distributions/test_constraints', 'lazy/test_extract_compiled_graph', 'test_deploy', 'test_mps'] 2022-05-18T04:07:19.9782519Z 2022-05-18T04:07:20.0299019Z Running test_jit_cuda_fuser ... [2022-05-18 04:07:20.029346] 2022-05-18T04:07:20.0300003Z Executing ['/opt/conda/bin/python', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:07:20.029447] 2022-05-18T04:07:23.5275106Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-05-18T04:07:23.7665457Z 2022-05-18T04:07:23.7666099Z Running tests... 2022-05-18T04:07:23.7666667Z ---------------------------------------------------------------------- 2022-05-18T04:07:23.7683549Z test__softmax_function (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:07:23.7700187Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:07:24.8263422Z test_addcmul_ops (__main__.TestCudaFuser) ... ok (1.056s) 2022-05-18T04:07:24.8274026Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-05-18T04:07:24.8299502Z test_autocast_1 (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:07:24.8326368Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.003s) 2022-05-18T04:07:24.8348320Z test_autocast_2 (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:07:24.8368485Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:07:26.1795152Z test_backward_type (__main__.TestCudaFuser) ... ok (1.342s) 2022-05-18T04:07:26.1804931Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:07:26.1820289Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:07:26.1832190Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:07:26.1854252Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-05-18T04:07:27.6867555Z test_binary_bitwise (__main__.TestCudaFuser) ... ok (1.501s) 2022-05-18T04:07:27.6883480Z test_binary_ops (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:07:28.0257367Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... ok (0.337s) 2022-05-18T04:07:59.5799818Z test_binary_ops_permutation (__main__.TestCudaFuser) ... ok (31.554s) 2022-05-18T04:08:00.0700455Z test_branches (__main__.TestCudaFuser) ... ok (0.490s) 2022-05-18T04:08:00.4209643Z test_broadcasting_0 (__main__.TestCudaFuser) ... ok (0.351s) 2022-05-18T04:08:00.7727672Z test_broadcasting_1 (__main__.TestCudaFuser) ... ok (0.352s) 2022-05-18T04:08:01.1279849Z test_broadcasting_2 (__main__.TestCudaFuser) ... ok (0.355s) 2022-05-18T04:08:01.4611051Z test_broadcasting_3 (__main__.TestCudaFuser) ... ok (0.333s) 2022-05-18T04:08:01.4625580Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.002s) 2022-05-18T04:08:01.4639791Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-05-18T04:08:01.8265364Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... ok (0.362s) 2022-05-18T04:08:02.1908213Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... ok (0.364s) 2022-05-18T04:08:02.5759615Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... ok (0.385s) 2022-05-18T04:08:03.8460364Z test_category_rule (__main__.TestCudaFuser) ... ok (1.270s) 2022-05-18T04:08:04.9081063Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... ok (1.062s) 2022-05-18T04:08:05.2729667Z test_chunk (__main__.TestCudaFuser) ... ok (0.365s) 2022-05-18T04:08:06.0163007Z test_clamp (__main__.TestCudaFuser) ... ok (0.743s) 2022-05-18T04:08:06.1546064Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... ok (0.138s) 2022-05-18T04:08:06.4983072Z test_const (__main__.TestCudaFuser) ... ok (0.344s) 2022-05-18T04:08:06.8392319Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... ok (0.341s) 2022-05-18T04:08:07.7219061Z test_conv2d_bias (__main__.TestCudaFuser) ... ok (0.883s) 2022-05-18T04:08:07.8487496Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:426: UserWarning: concrete shape for bias input is required to decompose into conv + bias (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:2220.) 2022-05-18T04:08:07.8488261Z return callable(*args, **kwargs) 2022-05-18T04:08:07.8488715Z ok (0.127s) 2022-05-18T04:08:08.3827497Z test_cpu_scalar (__main__.TestCudaFuser) ... ok (0.533s) 2022-05-18T04:08:08.5152461Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... ok (0.132s) 2022-05-18T04:08:09.5353080Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... ok (1.018s) 2022-05-18T04:08:09.6614576Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... ok (0.126s) 2022-05-18T04:08:09.9861282Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... ok (0.325s) 2022-05-18T04:08:10.3408772Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... ok (0.355s) 2022-05-18T04:08:10.7496229Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... ok (0.409s) 2022-05-18T04:08:10.7512007Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:11.1972906Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... ok (0.446s) 2022-05-18T04:08:11.3231234Z test_dynamic_size (__main__.TestCudaFuser) ... [W init.cpp:756] Warning: Use _jit_set_fusion_strategy, bailout depth is deprecated. Setting to (STATIC, 20) (function operator()) 2022-05-18T04:08:11.5730230Z ok (0.376s) 2022-05-18T04:08:11.5746466Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:12.7555524Z test_gelu (__main__.TestCudaFuser) ... ok (1.181s) 2022-05-18T04:08:12.7584771Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.003s) 2022-05-18T04:08:13.0987813Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... ok (0.340s) 2022-05-18T04:08:13.1007162Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA11 or above (0.002s) 2022-05-18T04:08:13.4697228Z test_half (__main__.TestCudaFuser) ... ok (0.369s) 2022-05-18T04:08:13.4714644Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:13.8091287Z test_inplace_removal (__main__.TestCudaFuser) ... ok (0.337s) 2022-05-18T04:08:14.1481849Z test_input_output_passthrough (__main__.TestCudaFuser) ... ok (0.339s) 2022-05-18T04:08:14.1489276Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:14.4664815Z test_issue1445_fusion (__main__.TestCudaFuser) ... ok (0.317s) 2022-05-18T04:08:14.4688216Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:14.4703247Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:14.4719252Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:14.8000085Z test_linear (__main__.TestCudaFuser) ... ok (0.328s) 2022-05-18T04:08:14.9285384Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:426: UserWarning: concrete shape for linear input & weight are required to decompose into matmul + bias (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:2072.) 2022-05-18T04:08:14.9286116Z return callable(*args, **kwargs) 2022-05-18T04:08:14.9286770Z ok (0.129s) 2022-05-18T04:08:14.9297534Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires multiple CUDA device (0.001s) 2022-05-18T04:08:14.9322471Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:14.9332553Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:14.9342733Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:14.9352386Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:15.2891519Z test_nested_view (__main__.TestCudaFuser) ... ok (0.354s) 2022-05-18T04:08:15.2902209Z test_norm (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:15.2913689Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:15.2922070Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:15.2932766Z test_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:15.2941154Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:15.2950771Z test_norm_large (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:15.2969874Z test_normalization_partition (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:15.6844614Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... ok (0.387s) 2022-05-18T04:08:15.8101861Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... ok (0.126s) 2022-05-18T04:08:16.1236296Z test_overlapped_input (__main__.TestCudaFuser) ... ok (0.313s) 2022-05-18T04:08:16.1254355Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:16.4655832Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... ok (0.340s) 2022-05-18T04:08:16.7980675Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... /var/lib/jenkins/workspace/test/test_jit_cuda_fuser.py:2197: UserWarning: permutation propagatoin is broken, proper support should come after nvfuser permutation scheduler update 2022-05-18T04:08:16.7981282Z warnings.warn( 2022-05-18T04:08:16.9161894Z ok (0.450s) 2022-05-18T04:08:17.2920363Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... ok (0.376s) 2022-05-18T04:08:17.6615117Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... ok (0.369s) 2022-05-18T04:08:17.6629684Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:18.0038930Z test_profiling_node (__main__.TestCudaFuser) ... ok (0.341s) 2022-05-18T04:08:18.0053215Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:18.5247754Z test_random_topo (__main__.TestCudaFuser) ... ok (0.519s) 2022-05-18T04:08:18.5259242Z test_reduction (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:18.5276777Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:18.5286152Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:18.5314718Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.003s) 2022-05-18T04:08:18.5325505Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:18.5340188Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:18.5357278Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:18.8880327Z test_rsub (__main__.TestCudaFuser) ... ok (0.352s) 2022-05-18T04:08:19.2012001Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... ok (0.313s) 2022-05-18T04:08:19.5572064Z test_scalar_input (__main__.TestCudaFuser) ... ok (0.356s) 2022-05-18T04:08:19.8675612Z test_scalar_tensor (__main__.TestCudaFuser) ... ok (0.310s) 2022-05-18T04:08:20.1888311Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... ok (0.321s) 2022-05-18T04:08:20.1909269Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-05-18T04:08:20.1922153Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:20.3121164Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... ok (0.120s) 2022-05-18T04:08:20.3135529Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:20.6276937Z test_singleton_fusion (__main__.TestCudaFuser) ... ok (0.314s) 2022-05-18T04:08:21.3501045Z test_skip_parser (__main__.TestCudaFuser) ... ok (0.722s) 2022-05-18T04:08:21.3512384Z test_softmax (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:21.3522802Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:21.3545686Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:21.3555404Z test_softmax_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:21.9397832Z test_softplus_fuser (__main__.TestCudaFuser) ... ok (0.584s) 2022-05-18T04:08:21.9404600Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T04:08:21.9412781Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T04:08:21.9424396Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T04:08:22.2656455Z test_strict_fusion (__main__.TestCudaFuser) ... /opt/conda/lib/python3.9/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-05-18T04:08:22.2656984Z warnings.warn("Only works in script mode") 2022-05-18T04:08:22.2819919Z ok (0.339s) 2022-05-18T04:08:22.2832893Z test_sum_to_one (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:22.2851602Z test_sum_to_size (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:08:24.0211384Z test_ternary_ops (__main__.TestCudaFuser) ... ok (1.736s) 2022-05-18T04:08:27.5251426Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... ok (3.504s) 2022-05-18T04:08:27.6425954Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... ok (0.117s) 2022-05-18T04:08:27.9552288Z test_to_boolean (__main__.TestCudaFuser) ... ok (0.313s) 2022-05-18T04:08:27.9562102Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-05-18T04:08:27.9572996Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-05-18T04:08:28.2905208Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... ok (0.333s) 2022-05-18T04:08:28.6165418Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... ok (0.326s) 2022-05-18T04:08:28.6175377Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-05-18T04:08:28.9419058Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... ok (0.324s) 2022-05-18T04:08:28.9430561Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-05-18T04:08:29.2817592Z test_type_as_op (__main__.TestCudaFuser) ... ok (0.338s) 2022-05-18T04:08:29.8640655Z test_unary_bitwise (__main__.TestCudaFuser) ... ok (0.582s) 2022-05-18T04:09:26.7602538Z test_unary_ops (__main__.TestCudaFuser) ... ok (56.896s) 2022-05-18T04:09:26.7612538Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T04:09:26.7629134Z test_variance (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-05-18T04:09:26.7639612Z test_view (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:09:26.7649954Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-05-18T04:09:26.8895893Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... ok (0.124s) 2022-05-18T04:09:27.0042754Z test_nvfuser_correctness_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.114s) 2022-05-18T04:09:27.0061010Z test_nvfuser_correctness_H_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0079643Z test_nvfuser_correctness_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0098764Z test_nvfuser_correctness_H_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0116681Z test_nvfuser_correctness_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0134970Z test_nvfuser_correctness_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0153575Z test_nvfuser_correctness_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0172003Z test_nvfuser_correctness_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0192537Z test_nvfuser_correctness_H_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0210729Z test_nvfuser_correctness_H_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0229392Z test_nvfuser_correctness_H_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0247858Z test_nvfuser_correctness_H_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0266285Z test_nvfuser_correctness_H_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0284815Z test_nvfuser_correctness_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0303383Z test_nvfuser_correctness_T_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0321700Z test_nvfuser_correctness_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0342805Z test_nvfuser_correctness_T_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0361009Z test_nvfuser_correctness_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0379519Z test_nvfuser_correctness_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0397655Z test_nvfuser_correctness_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0415651Z test_nvfuser_correctness_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0434168Z test_nvfuser_correctness_T_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0452404Z test_nvfuser_correctness_T_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0471402Z test_nvfuser_correctness_T_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0490129Z test_nvfuser_correctness_T_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0512000Z test_nvfuser_correctness_T_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0530068Z test_nvfuser_correctness___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0548525Z test_nvfuser_correctness___getitem___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0566827Z test_nvfuser_correctness___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0585359Z test_nvfuser_correctness___getitem___cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0603730Z test_nvfuser_correctness___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0622397Z test_nvfuser_correctness___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0640561Z test_nvfuser_correctness___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0659207Z test_nvfuser_correctness___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0677469Z test_nvfuser_correctness___getitem___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0695976Z test_nvfuser_correctness___getitem___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0714489Z test_nvfuser_correctness___getitem___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0737034Z test_nvfuser_correctness___getitem___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0755535Z test_nvfuser_correctness___getitem___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0773693Z test_nvfuser_correctness___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0792090Z test_nvfuser_correctness___radd___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0810242Z test_nvfuser_correctness___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0828783Z test_nvfuser_correctness___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0847263Z test_nvfuser_correctness___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0865707Z test_nvfuser_correctness___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0884078Z test_nvfuser_correctness___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0902646Z test_nvfuser_correctness___radd___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0921028Z test_nvfuser_correctness___radd___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0939810Z test_nvfuser_correctness___radd___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0962372Z test_nvfuser_correctness___radd___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0980842Z test_nvfuser_correctness___radd___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.0998847Z test_nvfuser_correctness___rand___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1017328Z test_nvfuser_correctness___rand___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1035552Z test_nvfuser_correctness___rand___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1053881Z test_nvfuser_correctness___rand___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1072367Z test_nvfuser_correctness___rand___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1090519Z test_nvfuser_correctness___rand___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1108951Z test_nvfuser_correctness___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1127287Z test_nvfuser_correctness___rdiv___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1146069Z test_nvfuser_correctness___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1168676Z test_nvfuser_correctness___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1187111Z test_nvfuser_correctness___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1205370Z test_nvfuser_correctness___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1223971Z test_nvfuser_correctness___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1242280Z test_nvfuser_correctness___rdiv___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1260818Z test_nvfuser_correctness___rdiv___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1278724Z test_nvfuser_correctness___rdiv___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1297496Z test_nvfuser_correctness___rdiv___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1315448Z test_nvfuser_correctness___rdiv___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1333700Z test_nvfuser_correctness___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1352325Z test_nvfuser_correctness___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1370601Z test_nvfuser_correctness___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1393722Z test_nvfuser_correctness___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1411792Z test_nvfuser_correctness___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1430355Z test_nvfuser_correctness___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1448661Z test_nvfuser_correctness___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1467267Z test_nvfuser_correctness___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1487747Z test_nvfuser_correctness___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1504652Z test_nvfuser_correctness___rmod___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1522434Z test_nvfuser_correctness___rmod___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1541048Z test_nvfuser_correctness___rmod___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1559397Z test_nvfuser_correctness___rmod___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1578186Z test_nvfuser_correctness___rmod___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1596195Z test_nvfuser_correctness___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1619061Z test_nvfuser_correctness___rmul___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1636990Z test_nvfuser_correctness___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1655426Z test_nvfuser_correctness___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1673631Z test_nvfuser_correctness___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1692047Z test_nvfuser_correctness___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1710319Z test_nvfuser_correctness___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1728341Z test_nvfuser_correctness___rmul___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1747113Z test_nvfuser_correctness___rmul___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1765200Z test_nvfuser_correctness___rmul___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1783971Z test_nvfuser_correctness___rmul___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1802077Z test_nvfuser_correctness___rmul___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1821007Z test_nvfuser_correctness___ror___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1844126Z test_nvfuser_correctness___ror___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1862351Z test_nvfuser_correctness___ror___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1880350Z test_nvfuser_correctness___ror___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1898859Z test_nvfuser_correctness___ror___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1917052Z test_nvfuser_correctness___ror___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1935388Z test_nvfuser_correctness___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1953853Z test_nvfuser_correctness___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1971877Z test_nvfuser_correctness___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.1990295Z test_nvfuser_correctness___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2008536Z test_nvfuser_correctness___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2027173Z test_nvfuser_correctness___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2050499Z test_nvfuser_correctness___rpow___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2068847Z test_nvfuser_correctness___rpow___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2086866Z test_nvfuser_correctness___rpow___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2105168Z test_nvfuser_correctness___rpow___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2123354Z test_nvfuser_correctness___rpow___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2142167Z test_nvfuser_correctness___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2160309Z test_nvfuser_correctness___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2178808Z test_nvfuser_correctness___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2197068Z test_nvfuser_correctness___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2215618Z test_nvfuser_correctness___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2233867Z test_nvfuser_correctness___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2252239Z test_nvfuser_correctness___rsub___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2277075Z test_nvfuser_correctness___rsub___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2295070Z test_nvfuser_correctness___rsub___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2313346Z test_nvfuser_correctness___rsub___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2331519Z test_nvfuser_correctness___rsub___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2350218Z test_nvfuser_correctness___rxor___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2368273Z test_nvfuser_correctness___rxor___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2386720Z test_nvfuser_correctness___rxor___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2404892Z test_nvfuser_correctness___rxor___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2423568Z test_nvfuser_correctness___rxor___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2441888Z test_nvfuser_correctness___rxor___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2460369Z test_nvfuser_correctness__masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2478496Z test_nvfuser_correctness__masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2501896Z test_nvfuser_correctness__masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2519763Z test_nvfuser_correctness__masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2538087Z test_nvfuser_correctness__masked_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2556492Z test_nvfuser_correctness__masked_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2574580Z test_nvfuser_correctness__masked_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2593125Z test_nvfuser_correctness__masked_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2611358Z test_nvfuser_correctness__masked_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2629910Z test_nvfuser_correctness__masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2648199Z test_nvfuser_correctness__masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2666600Z test_nvfuser_correctness__masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2685094Z test_nvfuser_correctness__masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2703539Z test_nvfuser_correctness__masked_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2726380Z test_nvfuser_correctness__masked_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2744821Z test_nvfuser_correctness__masked_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2763110Z test_nvfuser_correctness__masked_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2781529Z test_nvfuser_correctness__masked_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2799731Z test_nvfuser_correctness__masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2818166Z test_nvfuser_correctness__masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2836560Z test_nvfuser_correctness__masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2854265Z test_nvfuser_correctness__masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2872869Z test_nvfuser_correctness__masked_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2891235Z test_nvfuser_correctness__masked_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2909625Z test_nvfuser_correctness__masked_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2932678Z test_nvfuser_correctness__masked_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2951165Z test_nvfuser_correctness__masked_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2969250Z test_nvfuser_correctness__masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.2987670Z test_nvfuser_correctness__masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3005945Z test_nvfuser_correctness__masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3024309Z test_nvfuser_correctness__masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3042529Z test_nvfuser_correctness__masked_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3061192Z test_nvfuser_correctness__masked_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3079399Z test_nvfuser_correctness__masked_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3098062Z test_nvfuser_correctness__masked_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3116282Z test_nvfuser_correctness__masked_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3134571Z test_nvfuser_correctness__masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3157839Z test_nvfuser_correctness__masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3175912Z test_nvfuser_correctness__masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3195052Z test_nvfuser_correctness__masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3213289Z test_nvfuser_correctness__masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3231715Z test_nvfuser_correctness__masked_mean_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3250091Z test_nvfuser_correctness__masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3268611Z test_nvfuser_correctness__masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3286859Z test_nvfuser_correctness__masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3305625Z test_nvfuser_correctness__masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3323690Z test_nvfuser_correctness__masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3342301Z test_nvfuser_correctness__masked_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3360722Z test_nvfuser_correctness__masked_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3383913Z test_nvfuser_correctness__masked_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3402015Z test_nvfuser_correctness__masked_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3420387Z test_nvfuser_correctness__masked_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3438686Z test_nvfuser_correctness__masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3456807Z test_nvfuser_correctness__masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3475083Z test_nvfuser_correctness__masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3493358Z test_nvfuser_correctness__masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3511920Z test_nvfuser_correctness__masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3530276Z test_nvfuser_correctness__masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3549230Z test_nvfuser_correctness__masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3567623Z test_nvfuser_correctness__masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3587285Z test_nvfuser_correctness__masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3610136Z test_nvfuser_correctness__masked_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3628765Z test_nvfuser_correctness__masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3647303Z test_nvfuser_correctness__masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3665474Z test_nvfuser_correctness__masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3683616Z test_nvfuser_correctness__masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3702788Z test_nvfuser_correctness__masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3720679Z test_nvfuser_correctness__masked_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3739367Z test_nvfuser_correctness__masked_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3758014Z test_nvfuser_correctness__masked_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3776390Z test_nvfuser_correctness__masked_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3794781Z test_nvfuser_correctness__masked_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3818186Z test_nvfuser_correctness__masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3836331Z test_nvfuser_correctness__masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3854764Z test_nvfuser_correctness__masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3873138Z test_nvfuser_correctness__masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3891014Z test_nvfuser_correctness__masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3909664Z test_nvfuser_correctness__masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3927905Z test_nvfuser_correctness__masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3946513Z test_nvfuser_correctness__masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3964828Z test_nvfuser_correctness__masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.3983134Z test_nvfuser_correctness__masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4001463Z test_nvfuser_correctness__masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4012614Z test_nvfuser_correctness__masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.4031504Z test_nvfuser_correctness__masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4055242Z test_nvfuser_correctness__masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4073445Z test_nvfuser_correctness__masked_std_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4091570Z test_nvfuser_correctness__masked_std_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4110060Z test_nvfuser_correctness__masked_std_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4128458Z test_nvfuser_correctness__masked_std_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4147009Z test_nvfuser_correctness__masked_std_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4165222Z test_nvfuser_correctness__masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4183516Z test_nvfuser_correctness__masked_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4201723Z test_nvfuser_correctness__masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4220587Z test_nvfuser_correctness__masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4239387Z test_nvfuser_correctness__masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4257904Z test_nvfuser_correctness__masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4281182Z test_nvfuser_correctness__masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4299588Z test_nvfuser_correctness__masked_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4317686Z test_nvfuser_correctness__masked_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4335959Z test_nvfuser_correctness__masked_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4354186Z test_nvfuser_correctness__masked_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4372251Z test_nvfuser_correctness__masked_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4390974Z test_nvfuser_correctness__masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4409199Z test_nvfuser_correctness__masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4427632Z test_nvfuser_correctness__masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4446278Z test_nvfuser_correctness__masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4464791Z test_nvfuser_correctness__masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4483358Z test_nvfuser_correctness__masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4507171Z test_nvfuser_correctness__masked_var_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4525401Z test_nvfuser_correctness__masked_var_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4543916Z test_nvfuser_correctness__masked_var_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4562120Z test_nvfuser_correctness__masked_var_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4580606Z test_nvfuser_correctness__masked_var_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4598734Z test_nvfuser_correctness_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4616905Z test_nvfuser_correctness_abs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4635158Z test_nvfuser_correctness_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4653303Z test_nvfuser_correctness_abs_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4672080Z test_nvfuser_correctness_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4690310Z test_nvfuser_correctness_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4714005Z test_nvfuser_correctness_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4732148Z test_nvfuser_correctness_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4750520Z test_nvfuser_correctness_abs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4768663Z test_nvfuser_correctness_abs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4786918Z test_nvfuser_correctness_abs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4805068Z test_nvfuser_correctness_abs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4823709Z test_nvfuser_correctness_abs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4841885Z test_nvfuser_correctness_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4860444Z test_nvfuser_correctness_acos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4878402Z test_nvfuser_correctness_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4896775Z test_nvfuser_correctness_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4915366Z test_nvfuser_correctness_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4940550Z test_nvfuser_correctness_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4958771Z test_nvfuser_correctness_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4976946Z test_nvfuser_correctness_acos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.4995262Z test_nvfuser_correctness_acos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5013341Z test_nvfuser_correctness_acos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5031887Z test_nvfuser_correctness_acos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5050029Z test_nvfuser_correctness_acos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5068536Z test_nvfuser_correctness_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5086608Z test_nvfuser_correctness_acosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5105194Z test_nvfuser_correctness_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5123307Z test_nvfuser_correctness_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5141848Z test_nvfuser_correctness_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5164932Z test_nvfuser_correctness_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5183129Z test_nvfuser_correctness_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5201395Z test_nvfuser_correctness_acosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5219932Z test_nvfuser_correctness_acosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5238089Z test_nvfuser_correctness_acosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5256420Z test_nvfuser_correctness_acosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5274562Z test_nvfuser_correctness_acosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5292779Z test_nvfuser_correctness_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5311525Z test_nvfuser_correctness_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5329863Z test_nvfuser_correctness_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5348417Z test_nvfuser_correctness_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5366719Z test_nvfuser_correctness_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5390172Z test_nvfuser_correctness_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5408339Z test_nvfuser_correctness_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5427028Z test_nvfuser_correctness_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5445262Z test_nvfuser_correctness_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5463834Z test_nvfuser_correctness_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5481916Z test_nvfuser_correctness_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5500511Z test_nvfuser_correctness_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5518552Z test_nvfuser_correctness_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5536803Z test_nvfuser_correctness_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5555449Z test_nvfuser_correctness_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5573745Z test_nvfuser_correctness_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5597337Z test_nvfuser_correctness_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5615234Z test_nvfuser_correctness_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5633551Z test_nvfuser_correctness_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5651856Z test_nvfuser_correctness_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5670353Z test_nvfuser_correctness_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5688335Z test_nvfuser_correctness_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5706750Z test_nvfuser_correctness_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5724843Z test_nvfuser_correctness_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5743409Z test_nvfuser_correctness_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5761568Z test_nvfuser_correctness_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5779981Z test_nvfuser_correctness_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5798204Z test_nvfuser_correctness_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5821955Z test_nvfuser_correctness_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5840082Z test_nvfuser_correctness_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5858605Z test_nvfuser_correctness_addcmul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5876875Z test_nvfuser_correctness_addcmul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5894759Z test_nvfuser_correctness_addcmul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5913047Z test_nvfuser_correctness_addcmul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5931542Z test_nvfuser_correctness_addcmul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5949983Z test_nvfuser_correctness_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5968414Z test_nvfuser_correctness_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.5986881Z test_nvfuser_correctness_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6005115Z test_nvfuser_correctness_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6023569Z test_nvfuser_correctness_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6046884Z test_nvfuser_correctness_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6065436Z test_nvfuser_correctness_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6075803Z test_nvfuser_correctness_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.6094936Z test_nvfuser_correctness_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6113438Z test_nvfuser_correctness_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6131525Z test_nvfuser_correctness_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6149941Z test_nvfuser_correctness_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6168277Z test_nvfuser_correctness_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6186727Z test_nvfuser_correctness_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6205082Z test_nvfuser_correctness_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6223779Z test_nvfuser_correctness_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6242000Z test_nvfuser_correctness_addr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6260841Z test_nvfuser_correctness_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6284179Z test_nvfuser_correctness_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6302628Z test_nvfuser_correctness_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6320709Z test_nvfuser_correctness_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6339150Z test_nvfuser_correctness_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6357389Z test_nvfuser_correctness_addr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6375705Z test_nvfuser_correctness_addr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6394062Z test_nvfuser_correctness_addr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6412312Z test_nvfuser_correctness_addr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6430591Z test_nvfuser_correctness_addr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6448987Z test_nvfuser_correctness_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6467661Z test_nvfuser_correctness_all_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6491448Z test_nvfuser_correctness_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6509610Z test_nvfuser_correctness_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6527838Z test_nvfuser_correctness_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6546396Z test_nvfuser_correctness_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6564520Z test_nvfuser_correctness_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6582994Z test_nvfuser_correctness_all_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6601241Z test_nvfuser_correctness_all_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6619685Z test_nvfuser_correctness_all_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6638061Z test_nvfuser_correctness_all_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6656392Z test_nvfuser_correctness_all_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6667671Z test_nvfuser_correctness_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.6678911Z test_nvfuser_correctness_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.6689840Z test_nvfuser_correctness_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.6701346Z test_nvfuser_correctness_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.6712695Z test_nvfuser_correctness_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.6724051Z test_nvfuser_correctness_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:27.6742925Z test_nvfuser_correctness_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6761406Z test_nvfuser_correctness_amax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6785261Z test_nvfuser_correctness_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6803446Z test_nvfuser_correctness_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6821662Z test_nvfuser_correctness_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6840200Z test_nvfuser_correctness_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6859157Z test_nvfuser_correctness_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6877842Z test_nvfuser_correctness_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6895833Z test_nvfuser_correctness_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6914180Z test_nvfuser_correctness_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6932449Z test_nvfuser_correctness_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6950871Z test_nvfuser_correctness_amin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6969198Z test_nvfuser_correctness_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.6988217Z test_nvfuser_correctness_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7011599Z test_nvfuser_correctness_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7029909Z test_nvfuser_correctness_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7048149Z test_nvfuser_correctness_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7066739Z test_nvfuser_correctness_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7084700Z test_nvfuser_correctness_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7103213Z test_nvfuser_correctness_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7121551Z test_nvfuser_correctness_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7139941Z test_nvfuser_correctness_aminmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7158303Z test_nvfuser_correctness_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7176813Z test_nvfuser_correctness_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7195345Z test_nvfuser_correctness_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7214411Z test_nvfuser_correctness_aminmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7237846Z test_nvfuser_correctness_aminmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7255932Z test_nvfuser_correctness_aminmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7274522Z test_nvfuser_correctness_aminmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7292604Z test_nvfuser_correctness_aminmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7310939Z test_nvfuser_correctness_angle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7329105Z test_nvfuser_correctness_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7347626Z test_nvfuser_correctness_angle_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7366071Z test_nvfuser_correctness_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7384392Z test_nvfuser_correctness_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7402534Z test_nvfuser_correctness_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7421160Z test_nvfuser_correctness_angle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7444792Z test_nvfuser_correctness_angle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7463092Z test_nvfuser_correctness_angle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7481326Z test_nvfuser_correctness_angle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7499824Z test_nvfuser_correctness_angle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7518022Z test_nvfuser_correctness_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7536096Z test_nvfuser_correctness_any_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7554587Z test_nvfuser_correctness_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7572795Z test_nvfuser_correctness_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7591311Z test_nvfuser_correctness_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7609373Z test_nvfuser_correctness_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7628033Z test_nvfuser_correctness_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7646480Z test_nvfuser_correctness_any_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7672250Z test_nvfuser_correctness_any_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7690090Z test_nvfuser_correctness_any_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7708477Z test_nvfuser_correctness_any_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7726817Z test_nvfuser_correctness_any_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7745421Z test_nvfuser_correctness_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7763471Z test_nvfuser_correctness_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7782009Z test_nvfuser_correctness_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7800216Z test_nvfuser_correctness_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7818715Z test_nvfuser_correctness_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7836750Z test_nvfuser_correctness_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7855215Z test_nvfuser_correctness_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7873722Z test_nvfuser_correctness_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7897080Z test_nvfuser_correctness_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7915103Z test_nvfuser_correctness_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7933301Z test_nvfuser_correctness_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7951876Z test_nvfuser_correctness_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7969946Z test_nvfuser_correctness_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.7988538Z test_nvfuser_correctness_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8006669Z test_nvfuser_correctness_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8025287Z test_nvfuser_correctness_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8043536Z test_nvfuser_correctness_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8062025Z test_nvfuser_correctness_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8080476Z test_nvfuser_correctness_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8099052Z test_nvfuser_correctness_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8122217Z test_nvfuser_correctness_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8140711Z test_nvfuser_correctness_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8158897Z test_nvfuser_correctness_argsort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8177559Z test_nvfuser_correctness_argsort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8195651Z test_nvfuser_correctness_argsort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8214746Z test_nvfuser_correctness_argsort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8232275Z test_nvfuser_correctness_argsort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8250621Z test_nvfuser_correctness_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8269102Z test_nvfuser_correctness_argwhere_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8287433Z test_nvfuser_correctness_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8306008Z test_nvfuser_correctness_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8329196Z test_nvfuser_correctness_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8347630Z test_nvfuser_correctness_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8365707Z test_nvfuser_correctness_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8384073Z test_nvfuser_correctness_argwhere_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8402204Z test_nvfuser_correctness_argwhere_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8420662Z test_nvfuser_correctness_argwhere_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8438849Z test_nvfuser_correctness_argwhere_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8457708Z test_nvfuser_correctness_argwhere_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8476277Z test_nvfuser_correctness_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8494369Z test_nvfuser_correctness_as_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8512686Z test_nvfuser_correctness_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8530933Z test_nvfuser_correctness_as_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8554615Z test_nvfuser_correctness_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8572739Z test_nvfuser_correctness_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8591243Z test_nvfuser_correctness_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8609474Z test_nvfuser_correctness_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8628012Z test_nvfuser_correctness_as_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8646355Z test_nvfuser_correctness_as_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8664771Z test_nvfuser_correctness_as_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8682960Z test_nvfuser_correctness_as_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8701494Z test_nvfuser_correctness_as_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8719839Z test_nvfuser_correctness_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8738549Z test_nvfuser_correctness_asin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8756871Z test_nvfuser_correctness_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8780509Z test_nvfuser_correctness_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8798575Z test_nvfuser_correctness_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8816967Z test_nvfuser_correctness_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8835069Z test_nvfuser_correctness_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8853416Z test_nvfuser_correctness_asin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8871907Z test_nvfuser_correctness_asin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8890219Z test_nvfuser_correctness_asin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8908806Z test_nvfuser_correctness_asin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8927061Z test_nvfuser_correctness_asin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8945909Z test_nvfuser_correctness_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8964164Z test_nvfuser_correctness_asinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.8982852Z test_nvfuser_correctness_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9006264Z test_nvfuser_correctness_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9024550Z test_nvfuser_correctness_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9042562Z test_nvfuser_correctness_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9061130Z test_nvfuser_correctness_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9079306Z test_nvfuser_correctness_asinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9097707Z test_nvfuser_correctness_asinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9115880Z test_nvfuser_correctness_asinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9134075Z test_nvfuser_correctness_asinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9152671Z test_nvfuser_correctness_asinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9170931Z test_nvfuser_correctness_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9189687Z test_nvfuser_correctness_atan2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9213117Z test_nvfuser_correctness_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9231468Z test_nvfuser_correctness_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9249654Z test_nvfuser_correctness_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9268116Z test_nvfuser_correctness_atan2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9286435Z test_nvfuser_correctness_atan2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9304797Z test_nvfuser_correctness_atan2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9322885Z test_nvfuser_correctness_atan2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9341508Z test_nvfuser_correctness_atan2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9359827Z test_nvfuser_correctness_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9378727Z test_nvfuser_correctness_atan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9396456Z test_nvfuser_correctness_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9414833Z test_nvfuser_correctness_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9438997Z test_nvfuser_correctness_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9457491Z test_nvfuser_correctness_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9475457Z test_nvfuser_correctness_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9493665Z test_nvfuser_correctness_atan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9512245Z test_nvfuser_correctness_atan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9530608Z test_nvfuser_correctness_atan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9549154Z test_nvfuser_correctness_atan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9567608Z test_nvfuser_correctness_atan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9585860Z test_nvfuser_correctness_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9604149Z test_nvfuser_correctness_atanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9622585Z test_nvfuser_correctness_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9640975Z test_nvfuser_correctness_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9665239Z test_nvfuser_correctness_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9683646Z test_nvfuser_correctness_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9702117Z test_nvfuser_correctness_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9719901Z test_nvfuser_correctness_atanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9738379Z test_nvfuser_correctness_atanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9756524Z test_nvfuser_correctness_atanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9774870Z test_nvfuser_correctness_atanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9793525Z test_nvfuser_correctness_atanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9811680Z test_nvfuser_correctness_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9830178Z test_nvfuser_correctness_atleast_1d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9848775Z test_nvfuser_correctness_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9867578Z test_nvfuser_correctness_atleast_1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9891208Z test_nvfuser_correctness_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9909519Z test_nvfuser_correctness_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9927773Z test_nvfuser_correctness_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9946166Z test_nvfuser_correctness_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9964362Z test_nvfuser_correctness_atleast_1d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:27.9982869Z test_nvfuser_correctness_atleast_1d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0000918Z test_nvfuser_correctness_atleast_1d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0019425Z test_nvfuser_correctness_atleast_1d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0037569Z test_nvfuser_correctness_atleast_1d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0056097Z test_nvfuser_correctness_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0074607Z test_nvfuser_correctness_atleast_2d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0098635Z test_nvfuser_correctness_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0116650Z test_nvfuser_correctness_atleast_2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0134937Z test_nvfuser_correctness_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0153389Z test_nvfuser_correctness_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0171927Z test_nvfuser_correctness_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0190157Z test_nvfuser_correctness_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0208347Z test_nvfuser_correctness_atleast_2d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0226780Z test_nvfuser_correctness_atleast_2d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0245042Z test_nvfuser_correctness_atleast_2d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0263425Z test_nvfuser_correctness_atleast_2d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0281739Z test_nvfuser_correctness_atleast_2d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0300487Z test_nvfuser_correctness_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0325798Z test_nvfuser_correctness_atleast_3d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0344187Z test_nvfuser_correctness_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0362382Z test_nvfuser_correctness_atleast_3d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0380920Z test_nvfuser_correctness_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0398865Z test_nvfuser_correctness_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0417454Z test_nvfuser_correctness_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0435613Z test_nvfuser_correctness_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0453852Z test_nvfuser_correctness_atleast_3d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0472471Z test_nvfuser_correctness_atleast_3d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0490693Z test_nvfuser_correctness_atleast_3d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0509055Z test_nvfuser_correctness_atleast_3d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0527279Z test_nvfuser_correctness_atleast_3d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0550953Z test_nvfuser_correctness_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0569114Z test_nvfuser_correctness_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0587755Z test_nvfuser_correctness_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0605914Z test_nvfuser_correctness_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0624294Z test_nvfuser_correctness_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0642818Z test_nvfuser_correctness_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0661042Z test_nvfuser_correctness_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0679327Z test_nvfuser_correctness_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0697920Z test_nvfuser_correctness_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0708533Z test_nvfuser_correctness_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0719873Z test_nvfuser_correctness_bfloat16_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0731116Z test_nvfuser_correctness_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0742628Z test_nvfuser_correctness_bfloat16_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0753870Z test_nvfuser_correctness_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0765027Z test_nvfuser_correctness_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0776167Z test_nvfuser_correctness_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0787499Z test_nvfuser_correctness_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0798678Z test_nvfuser_correctness_bfloat16_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0809722Z test_nvfuser_correctness_bfloat16_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0821131Z test_nvfuser_correctness_bfloat16_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0832225Z test_nvfuser_correctness_bfloat16_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0843408Z test_nvfuser_correctness_bfloat16_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:28.0862530Z test_nvfuser_correctness_bincount_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0880698Z test_nvfuser_correctness_bincount_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0899198Z test_nvfuser_correctness_bincount_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0922818Z test_nvfuser_correctness_bincount_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0941072Z test_nvfuser_correctness_bincount_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0959185Z test_nvfuser_correctness_bitwise_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0977965Z test_nvfuser_correctness_bitwise_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.0995953Z test_nvfuser_correctness_bitwise_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1014238Z test_nvfuser_correctness_bitwise_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1032723Z test_nvfuser_correctness_bitwise_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1051031Z test_nvfuser_correctness_bitwise_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1069512Z test_nvfuser_correctness_bitwise_left_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1087755Z test_nvfuser_correctness_bitwise_left_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1106175Z test_nvfuser_correctness_bitwise_left_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1129492Z test_nvfuser_correctness_bitwise_left_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1147943Z test_nvfuser_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1165980Z test_nvfuser_correctness_bitwise_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1184358Z test_nvfuser_correctness_bitwise_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1202574Z test_nvfuser_correctness_bitwise_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1221376Z test_nvfuser_correctness_bitwise_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1239435Z test_nvfuser_correctness_bitwise_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1258135Z test_nvfuser_correctness_bitwise_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1276290Z test_nvfuser_correctness_bitwise_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1294523Z test_nvfuser_correctness_bitwise_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1313115Z test_nvfuser_correctness_bitwise_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1331461Z test_nvfuser_correctness_bitwise_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1355284Z test_nvfuser_correctness_bitwise_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1373262Z test_nvfuser_correctness_bitwise_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1391794Z test_nvfuser_correctness_bitwise_right_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1409783Z test_nvfuser_correctness_bitwise_right_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1427970Z test_nvfuser_correctness_bitwise_right_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1446210Z test_nvfuser_correctness_bitwise_right_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1464456Z test_nvfuser_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1482793Z test_nvfuser_correctness_bitwise_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1501333Z test_nvfuser_correctness_bitwise_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1519354Z test_nvfuser_correctness_bitwise_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1538230Z test_nvfuser_correctness_bitwise_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1556637Z test_nvfuser_correctness_bitwise_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1580343Z test_nvfuser_correctness_bitwise_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1598418Z test_nvfuser_correctness_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1616510Z test_nvfuser_correctness_block_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1634871Z test_nvfuser_correctness_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1653153Z test_nvfuser_correctness_block_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1671818Z test_nvfuser_correctness_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1689975Z test_nvfuser_correctness_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1708385Z test_nvfuser_correctness_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1726778Z test_nvfuser_correctness_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1745518Z test_nvfuser_correctness_block_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1764007Z test_nvfuser_correctness_block_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1782706Z test_nvfuser_correctness_block_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1806434Z test_nvfuser_correctness_block_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1824561Z test_nvfuser_correctness_block_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1843510Z test_nvfuser_correctness_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1862958Z test_nvfuser_correctness_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1881490Z test_nvfuser_correctness_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1899919Z test_nvfuser_correctness_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1918036Z test_nvfuser_correctness_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1936550Z test_nvfuser_correctness_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1955006Z test_nvfuser_correctness_bool_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1973188Z test_nvfuser_correctness_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.1991832Z test_nvfuser_correctness_bool_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2015432Z test_nvfuser_correctness_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2033670Z test_nvfuser_correctness_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2052065Z test_nvfuser_correctness_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2070319Z test_nvfuser_correctness_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2088274Z test_nvfuser_correctness_bool_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2106911Z test_nvfuser_correctness_bool_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2125164Z test_nvfuser_correctness_bool_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2143643Z test_nvfuser_correctness_bool_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2161651Z test_nvfuser_correctness_bool_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2180415Z test_nvfuser_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2199239Z test_nvfuser_correctness_broadcast_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2218273Z test_nvfuser_correctness_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2242531Z test_nvfuser_correctness_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2260626Z test_nvfuser_correctness_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2278854Z test_nvfuser_correctness_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2297272Z test_nvfuser_correctness_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2315561Z test_nvfuser_correctness_broadcast_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2333883Z test_nvfuser_correctness_broadcast_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2352321Z test_nvfuser_correctness_broadcast_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2370456Z test_nvfuser_correctness_broadcast_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2389162Z test_nvfuser_correctness_broadcast_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2407326Z test_nvfuser_correctness_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2425880Z test_nvfuser_correctness_broadcast_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2444310Z test_nvfuser_correctness_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2468039Z test_nvfuser_correctness_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2486063Z test_nvfuser_correctness_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2504571Z test_nvfuser_correctness_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2522690Z test_nvfuser_correctness_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2541409Z test_nvfuser_correctness_broadcast_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2559574Z test_nvfuser_correctness_broadcast_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2578181Z test_nvfuser_correctness_broadcast_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2596562Z test_nvfuser_correctness_broadcast_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2615083Z test_nvfuser_correctness_broadcast_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2633371Z test_nvfuser_correctness_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2652322Z test_nvfuser_correctness_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2670991Z test_nvfuser_correctness_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2694575Z test_nvfuser_correctness_bucketize_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2713141Z test_nvfuser_correctness_bucketize_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2731416Z test_nvfuser_correctness_bucketize_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2749797Z test_nvfuser_correctness_bucketize_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2767877Z test_nvfuser_correctness_bucketize_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2786317Z test_nvfuser_correctness_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2804621Z test_nvfuser_correctness_byte_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2822882Z test_nvfuser_correctness_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2841197Z test_nvfuser_correctness_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2859910Z test_nvfuser_correctness_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2878151Z test_nvfuser_correctness_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2902037Z test_nvfuser_correctness_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2920459Z test_nvfuser_correctness_byte_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2938734Z test_nvfuser_correctness_byte_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2957057Z test_nvfuser_correctness_byte_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2975347Z test_nvfuser_correctness_byte_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.2993881Z test_nvfuser_correctness_byte_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3012156Z test_nvfuser_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3030658Z test_nvfuser_correctness_cartesian_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3048988Z test_nvfuser_correctness_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3067569Z test_nvfuser_correctness_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3086042Z test_nvfuser_correctness_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3104498Z test_nvfuser_correctness_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3129852Z test_nvfuser_correctness_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3148398Z test_nvfuser_correctness_cartesian_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3166271Z test_nvfuser_correctness_cartesian_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3184701Z test_nvfuser_correctness_cartesian_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3202880Z test_nvfuser_correctness_cartesian_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3221247Z test_nvfuser_correctness_cartesian_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3239294Z test_nvfuser_correctness_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3258047Z test_nvfuser_correctness_cat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3276322Z test_nvfuser_correctness_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3294355Z test_nvfuser_correctness_cat_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3312953Z test_nvfuser_correctness_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3330879Z test_nvfuser_correctness_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3354586Z test_nvfuser_correctness_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3372693Z test_nvfuser_correctness_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3391163Z test_nvfuser_correctness_cat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3409435Z test_nvfuser_correctness_cat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3427856Z test_nvfuser_correctness_cat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3446335Z test_nvfuser_correctness_cat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3464985Z test_nvfuser_correctness_cat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3483092Z test_nvfuser_correctness_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3501614Z test_nvfuser_correctness_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3519870Z test_nvfuser_correctness_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3538513Z test_nvfuser_correctness_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3556855Z test_nvfuser_correctness_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3580769Z test_nvfuser_correctness_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3598891Z test_nvfuser_correctness_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3617316Z test_nvfuser_correctness_chalf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3635478Z test_nvfuser_correctness_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3653879Z test_nvfuser_correctness_chalf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3672278Z test_nvfuser_correctness_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3690473Z test_nvfuser_correctness_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3709065Z test_nvfuser_correctness_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3727259Z test_nvfuser_correctness_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3745758Z test_nvfuser_correctness_chalf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3764103Z test_nvfuser_correctness_chalf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3787825Z test_nvfuser_correctness_chalf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3805863Z test_nvfuser_correctness_chalf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3824407Z test_nvfuser_correctness_chalf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3842608Z test_nvfuser_correctness_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3861434Z test_nvfuser_correctness_char_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3879612Z test_nvfuser_correctness_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3898023Z test_nvfuser_correctness_char_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3916205Z test_nvfuser_correctness_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3934567Z test_nvfuser_correctness_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3953083Z test_nvfuser_correctness_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3971419Z test_nvfuser_correctness_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.3990193Z test_nvfuser_correctness_char_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4013634Z test_nvfuser_correctness_char_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4032233Z test_nvfuser_correctness_char_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4050368Z test_nvfuser_correctness_char_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4068988Z test_nvfuser_correctness_char_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4086743Z test_nvfuser_correctness_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4104809Z test_nvfuser_correctness_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4122568Z test_nvfuser_correctness_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4140762Z test_nvfuser_correctness_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4158429Z test_nvfuser_correctness_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4176036Z test_nvfuser_correctness_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4194174Z test_nvfuser_correctness_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4212048Z test_nvfuser_correctness_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4235258Z test_nvfuser_correctness_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4252967Z test_nvfuser_correctness_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4271090Z test_nvfuser_correctness_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4288660Z test_nvfuser_correctness_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4307049Z test_nvfuser_correctness_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4325371Z test_nvfuser_correctness_chunk_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4344066Z test_nvfuser_correctness_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4362442Z test_nvfuser_correctness_chunk_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4380959Z test_nvfuser_correctness_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4399221Z test_nvfuser_correctness_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4417888Z test_nvfuser_correctness_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4436304Z test_nvfuser_correctness_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4460453Z test_nvfuser_correctness_chunk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4478464Z test_nvfuser_correctness_chunk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4496682Z test_nvfuser_correctness_chunk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4514985Z test_nvfuser_correctness_chunk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4533151Z test_nvfuser_correctness_chunk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4551789Z test_nvfuser_correctness_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4570166Z test_nvfuser_correctness_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4588608Z test_nvfuser_correctness_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4607027Z test_nvfuser_correctness_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4625514Z test_nvfuser_correctness_clamp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4643928Z test_nvfuser_correctness_clamp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4667874Z test_nvfuser_correctness_clamp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4685817Z test_nvfuser_correctness_clamp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4704292Z test_nvfuser_correctness_clamp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4722693Z test_nvfuser_correctness_clamp_scalar_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4741141Z test_nvfuser_correctness_clamp_scalar_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4759454Z test_nvfuser_correctness_clamp_scalar_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4777856Z test_nvfuser_correctness_clamp_scalar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4796167Z test_nvfuser_correctness_clamp_scalar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4814502Z test_nvfuser_correctness_clamp_scalar_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4833058Z test_nvfuser_correctness_clamp_scalar_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4851607Z test_nvfuser_correctness_clamp_scalar_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4870242Z test_nvfuser_correctness_clamp_scalar_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4894145Z test_nvfuser_correctness_clamp_scalar_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4912732Z test_nvfuser_correctness_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4930959Z test_nvfuser_correctness_clone_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4949586Z test_nvfuser_correctness_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4967670Z test_nvfuser_correctness_clone_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.4986075Z test_nvfuser_correctness_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5004611Z test_nvfuser_correctness_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5022804Z test_nvfuser_correctness_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5041042Z test_nvfuser_correctness_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5059634Z test_nvfuser_correctness_clone_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5078019Z test_nvfuser_correctness_clone_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5096393Z test_nvfuser_correctness_clone_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5120280Z test_nvfuser_correctness_clone_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5138767Z test_nvfuser_correctness_clone_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5156989Z test_nvfuser_correctness_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5175198Z test_nvfuser_correctness_column_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5193613Z test_nvfuser_correctness_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5211886Z test_nvfuser_correctness_column_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5230349Z test_nvfuser_correctness_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5248788Z test_nvfuser_correctness_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5267439Z test_nvfuser_correctness_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5285655Z test_nvfuser_correctness_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5304178Z test_nvfuser_correctness_column_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5322574Z test_nvfuser_correctness_column_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5346850Z test_nvfuser_correctness_column_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5364965Z test_nvfuser_correctness_column_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5383327Z test_nvfuser_correctness_column_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5401508Z test_nvfuser_correctness_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5420167Z test_nvfuser_correctness_combinations_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5438303Z test_nvfuser_correctness_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5457523Z test_nvfuser_correctness_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5521774Z test_nvfuser_correctness_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T04:09:28.5540097Z test_nvfuser_correctness_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5558295Z test_nvfuser_correctness_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5576767Z test_nvfuser_correctness_combinations_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5600768Z test_nvfuser_correctness_combinations_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5619337Z test_nvfuser_correctness_combinations_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5637554Z test_nvfuser_correctness_combinations_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5655996Z test_nvfuser_correctness_combinations_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5674331Z test_nvfuser_correctness_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5692694Z test_nvfuser_correctness_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5711343Z test_nvfuser_correctness_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5729626Z test_nvfuser_correctness_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5748103Z test_nvfuser_correctness_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5766261Z test_nvfuser_correctness_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5784678Z test_nvfuser_correctness_conj_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5803038Z test_nvfuser_correctness_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5828906Z test_nvfuser_correctness_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5847184Z test_nvfuser_correctness_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5865429Z test_nvfuser_correctness_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5883608Z test_nvfuser_correctness_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5902239Z test_nvfuser_correctness_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5920367Z test_nvfuser_correctness_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5938889Z test_nvfuser_correctness_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5957149Z test_nvfuser_correctness_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5975560Z test_nvfuser_correctness_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.5993817Z test_nvfuser_correctness_conj_physical_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6011994Z test_nvfuser_correctness_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6030735Z test_nvfuser_correctness_conj_physical_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6054166Z test_nvfuser_correctness_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6072452Z test_nvfuser_correctness_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6090665Z test_nvfuser_correctness_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6109238Z test_nvfuser_correctness_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6127435Z test_nvfuser_correctness_conj_physical_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6146114Z test_nvfuser_correctness_conj_physical_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6164304Z test_nvfuser_correctness_conj_physical_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6182836Z test_nvfuser_correctness_conj_physical_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6200898Z test_nvfuser_correctness_conj_physical_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6219528Z test_nvfuser_correctness_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6237666Z test_nvfuser_correctness_contiguous_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6256137Z test_nvfuser_correctness_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6279617Z test_nvfuser_correctness_contiguous_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6298087Z test_nvfuser_correctness_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6316157Z test_nvfuser_correctness_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6334243Z test_nvfuser_correctness_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6352835Z test_nvfuser_correctness_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6371233Z test_nvfuser_correctness_contiguous_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6389751Z test_nvfuser_correctness_contiguous_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6407852Z test_nvfuser_correctness_contiguous_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6426198Z test_nvfuser_correctness_contiguous_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6444733Z test_nvfuser_correctness_contiguous_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6463049Z test_nvfuser_correctness_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6486581Z test_nvfuser_correctness_copysign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6505118Z test_nvfuser_correctness_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6523152Z test_nvfuser_correctness_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6541659Z test_nvfuser_correctness_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6559874Z test_nvfuser_correctness_copysign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6578432Z test_nvfuser_correctness_copysign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6596746Z test_nvfuser_correctness_copysign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6614805Z test_nvfuser_correctness_copysign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6633351Z test_nvfuser_correctness_copysign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6651792Z test_nvfuser_correctness_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6670446Z test_nvfuser_correctness_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6688937Z test_nvfuser_correctness_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6712570Z test_nvfuser_correctness_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6730612Z test_nvfuser_correctness_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6749237Z test_nvfuser_correctness_corrcoef_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6767386Z test_nvfuser_correctness_corrcoef_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6785727Z test_nvfuser_correctness_corrcoef_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6804008Z test_nvfuser_correctness_corrcoef_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6822450Z test_nvfuser_correctness_corrcoef_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6841535Z test_nvfuser_correctness_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6860535Z test_nvfuser_correctness_cos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6879154Z test_nvfuser_correctness_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6898003Z test_nvfuser_correctness_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6916102Z test_nvfuser_correctness_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6939756Z test_nvfuser_correctness_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6957917Z test_nvfuser_correctness_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6976212Z test_nvfuser_correctness_cos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.6994652Z test_nvfuser_correctness_cos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7012715Z test_nvfuser_correctness_cos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7031298Z test_nvfuser_correctness_cos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7049579Z test_nvfuser_correctness_cos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7068099Z test_nvfuser_correctness_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7086409Z test_nvfuser_correctness_cosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7104758Z test_nvfuser_correctness_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7122969Z test_nvfuser_correctness_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7141775Z test_nvfuser_correctness_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7165400Z test_nvfuser_correctness_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7183672Z test_nvfuser_correctness_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7201844Z test_nvfuser_correctness_cosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7220733Z test_nvfuser_correctness_cosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7238397Z test_nvfuser_correctness_cosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7256653Z test_nvfuser_correctness_cosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7275001Z test_nvfuser_correctness_cosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7293314Z test_nvfuser_correctness_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7312048Z test_nvfuser_correctness_count_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7330263Z test_nvfuser_correctness_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7348952Z test_nvfuser_correctness_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7372610Z test_nvfuser_correctness_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7391032Z test_nvfuser_correctness_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7409241Z test_nvfuser_correctness_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7427535Z test_nvfuser_correctness_count_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7445754Z test_nvfuser_correctness_count_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7464481Z test_nvfuser_correctness_count_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7482448Z test_nvfuser_correctness_count_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7500985Z test_nvfuser_correctness_count_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7519236Z test_nvfuser_correctness_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7537643Z test_nvfuser_correctness_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7556117Z test_nvfuser_correctness_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7574332Z test_nvfuser_correctness_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7598194Z test_nvfuser_correctness_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7616308Z test_nvfuser_correctness_cov_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7634746Z test_nvfuser_correctness_cov_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7653066Z test_nvfuser_correctness_cov_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7671405Z test_nvfuser_correctness_cov_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7689589Z test_nvfuser_correctness_cov_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7708226Z test_nvfuser_correctness_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7726340Z test_nvfuser_correctness_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7744873Z test_nvfuser_correctness_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7763038Z test_nvfuser_correctness_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7781543Z test_nvfuser_correctness_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7799829Z test_nvfuser_correctness_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7823803Z test_nvfuser_correctness_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7842166Z test_nvfuser_correctness_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7860529Z test_nvfuser_correctness_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7878756Z test_nvfuser_correctness_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7897121Z test_nvfuser_correctness_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7915421Z test_nvfuser_correctness_cummax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7933817Z test_nvfuser_correctness_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7952356Z test_nvfuser_correctness_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7970505Z test_nvfuser_correctness_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.7989041Z test_nvfuser_correctness_cummax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8007532Z test_nvfuser_correctness_cummax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8026484Z test_nvfuser_correctness_cummax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8050037Z test_nvfuser_correctness_cummax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8068430Z test_nvfuser_correctness_cummax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8086556Z test_nvfuser_correctness_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8105136Z test_nvfuser_correctness_cummin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8123366Z test_nvfuser_correctness_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8141793Z test_nvfuser_correctness_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8159990Z test_nvfuser_correctness_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8178512Z test_nvfuser_correctness_cummin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8196596Z test_nvfuser_correctness_cummin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8215447Z test_nvfuser_correctness_cummin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8233256Z test_nvfuser_correctness_cummin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8257597Z test_nvfuser_correctness_cummin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8275557Z test_nvfuser_correctness_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8293560Z test_nvfuser_correctness_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8312009Z test_nvfuser_correctness_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8330020Z test_nvfuser_correctness_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8348457Z test_nvfuser_correctness_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8366692Z test_nvfuser_correctness_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8385040Z test_nvfuser_correctness_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8403207Z test_nvfuser_correctness_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8421470Z test_nvfuser_correctness_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8439459Z test_nvfuser_correctness_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8458014Z test_nvfuser_correctness_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8482843Z test_nvfuser_correctness_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8501210Z test_nvfuser_correctness_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8519188Z test_nvfuser_correctness_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8537587Z test_nvfuser_correctness_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8555771Z test_nvfuser_correctness_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8573835Z test_nvfuser_correctness_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8592138Z test_nvfuser_correctness_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8610285Z test_nvfuser_correctness_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8628746Z test_nvfuser_correctness_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8646694Z test_nvfuser_correctness_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8665118Z test_nvfuser_correctness_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8683518Z test_nvfuser_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8707273Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8725178Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8743548Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8761592Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8780199Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8798032Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8816129Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8834551Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8852666Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8870932Z test_nvfuser_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8889270Z test_nvfuser_correctness_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8907764Z test_nvfuser_correctness_deg2rad_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8931472Z test_nvfuser_correctness_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8949900Z test_nvfuser_correctness_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8967908Z test_nvfuser_correctness_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.8986458Z test_nvfuser_correctness_deg2rad_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9004390Z test_nvfuser_correctness_deg2rad_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9022770Z test_nvfuser_correctness_deg2rad_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9040819Z test_nvfuser_correctness_deg2rad_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9059426Z test_nvfuser_correctness_deg2rad_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9077398Z test_nvfuser_correctness_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9095548Z test_nvfuser_correctness_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9113897Z test_nvfuser_correctness_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9138014Z test_nvfuser_correctness_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9155854Z test_nvfuser_correctness_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9173774Z test_nvfuser_correctness_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9192163Z test_nvfuser_correctness_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9210135Z test_nvfuser_correctness_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9228549Z test_nvfuser_correctness_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9248276Z test_nvfuser_correctness_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9265059Z test_nvfuser_correctness_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9283019Z test_nvfuser_correctness_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9301504Z test_nvfuser_correctness_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9319634Z test_nvfuser_correctness_diag_embed_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9338157Z test_nvfuser_correctness_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9361786Z test_nvfuser_correctness_diag_embed_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9380347Z test_nvfuser_correctness_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9398325Z test_nvfuser_correctness_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9417747Z test_nvfuser_correctness_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9434833Z test_nvfuser_correctness_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9453079Z test_nvfuser_correctness_diag_embed_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9471510Z test_nvfuser_correctness_diag_embed_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9489519Z test_nvfuser_correctness_diag_embed_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9508080Z test_nvfuser_correctness_diag_embed_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9526093Z test_nvfuser_correctness_diag_embed_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9544581Z test_nvfuser_correctness_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9562750Z test_nvfuser_correctness_diagflat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9586509Z test_nvfuser_correctness_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9604332Z test_nvfuser_correctness_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9622890Z test_nvfuser_correctness_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9640636Z test_nvfuser_correctness_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9659098Z test_nvfuser_correctness_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9677081Z test_nvfuser_correctness_diagflat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9695227Z test_nvfuser_correctness_diagflat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9713593Z test_nvfuser_correctness_diagflat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9731591Z test_nvfuser_correctness_diagflat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9749897Z test_nvfuser_correctness_diagflat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9768067Z test_nvfuser_correctness_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9786490Z test_nvfuser_correctness_diagonal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9810267Z test_nvfuser_correctness_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9828433Z test_nvfuser_correctness_diagonal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9846462Z test_nvfuser_correctness_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9864701Z test_nvfuser_correctness_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9882772Z test_nvfuser_correctness_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9901189Z test_nvfuser_correctness_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9919166Z test_nvfuser_correctness_diagonal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9937411Z test_nvfuser_correctness_diagonal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9955831Z test_nvfuser_correctness_diagonal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9973941Z test_nvfuser_correctness_diagonal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:28.9992321Z test_nvfuser_correctness_diagonal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0016108Z test_nvfuser_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0034251Z test_nvfuser_correctness_diagonal_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0052358Z test_nvfuser_correctness_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0070811Z test_nvfuser_correctness_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0088862Z test_nvfuser_correctness_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0107367Z test_nvfuser_correctness_diagonal_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0125472Z test_nvfuser_correctness_diagonal_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0143695Z test_nvfuser_correctness_diagonal_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0161741Z test_nvfuser_correctness_diagonal_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0180280Z test_nvfuser_correctness_diagonal_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0198399Z test_nvfuser_correctness_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0216701Z test_nvfuser_correctness_diff_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0240795Z test_nvfuser_correctness_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0259156Z test_nvfuser_correctness_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0277081Z test_nvfuser_correctness_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0295233Z test_nvfuser_correctness_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0313251Z test_nvfuser_correctness_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0331431Z test_nvfuser_correctness_diff_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0349780Z test_nvfuser_correctness_diff_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0367841Z test_nvfuser_correctness_diff_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0386329Z test_nvfuser_correctness_diff_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0404332Z test_nvfuser_correctness_diff_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0422766Z test_nvfuser_correctness_digamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0440798Z test_nvfuser_correctness_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0465046Z test_nvfuser_correctness_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0482963Z test_nvfuser_correctness_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0501624Z test_nvfuser_correctness_digamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0519573Z test_nvfuser_correctness_digamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0537989Z test_nvfuser_correctness_digamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0556286Z test_nvfuser_correctness_digamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0574062Z test_nvfuser_correctness_digamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0591950Z test_nvfuser_correctness_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0609621Z test_nvfuser_correctness_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0627515Z test_nvfuser_correctness_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0645243Z test_nvfuser_correctness_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0663380Z test_nvfuser_correctness_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0686738Z test_nvfuser_correctness_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0704273Z test_nvfuser_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0721791Z test_nvfuser_correctness_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0739577Z test_nvfuser_correctness_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0757028Z test_nvfuser_correctness_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0774553Z test_nvfuser_correctness_div_floor_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0792347Z test_nvfuser_correctness_div_floor_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0809793Z test_nvfuser_correctness_div_floor_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0828453Z test_nvfuser_correctness_div_floor_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0846020Z test_nvfuser_correctness_div_floor_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0863831Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0887325Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0904940Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0922448Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0940339Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0957793Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0975641Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.0993297Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1010835Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1028698Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1046475Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1064191Z test_nvfuser_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1081728Z test_nvfuser_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1106954Z test_nvfuser_correctness_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1124245Z test_nvfuser_correctness_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1141910Z test_nvfuser_correctness_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1159294Z test_nvfuser_correctness_div_trunc_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1177122Z test_nvfuser_correctness_div_trunc_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1194423Z test_nvfuser_correctness_div_trunc_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1211954Z test_nvfuser_correctness_div_trunc_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1230458Z test_nvfuser_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1248106Z test_nvfuser_correctness_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1265801Z test_nvfuser_correctness_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1283105Z test_nvfuser_correctness_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1301130Z test_nvfuser_correctness_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1324173Z test_nvfuser_correctness_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1341629Z test_nvfuser_correctness_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1359047Z test_nvfuser_correctness_double_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1376631Z test_nvfuser_correctness_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1394199Z test_nvfuser_correctness_double_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1411709Z test_nvfuser_correctness_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1429414Z test_nvfuser_correctness_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1447011Z test_nvfuser_correctness_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1464772Z test_nvfuser_correctness_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1482240Z test_nvfuser_correctness_double_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1500427Z test_nvfuser_correctness_double_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1517738Z test_nvfuser_correctness_double_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1541247Z test_nvfuser_correctness_double_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1558629Z test_nvfuser_correctness_double_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1576250Z test_nvfuser_correctness_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1593851Z test_nvfuser_correctness_dsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1611282Z test_nvfuser_correctness_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1629066Z test_nvfuser_correctness_dsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1646775Z test_nvfuser_correctness_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1664355Z test_nvfuser_correctness_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1681809Z test_nvfuser_correctness_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1699798Z test_nvfuser_correctness_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1717215Z test_nvfuser_correctness_dsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1740752Z test_nvfuser_correctness_dsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1758093Z test_nvfuser_correctness_dsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1775567Z test_nvfuser_correctness_dsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1793157Z test_nvfuser_correctness_dsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1810709Z test_nvfuser_correctness_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1829036Z test_nvfuser_correctness_dstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1847123Z test_nvfuser_correctness_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1865227Z test_nvfuser_correctness_dstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1882833Z test_nvfuser_correctness_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1900637Z test_nvfuser_correctness_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1918306Z test_nvfuser_correctness_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1935919Z test_nvfuser_correctness_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1959445Z test_nvfuser_correctness_dstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1977427Z test_nvfuser_correctness_dstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.1994888Z test_nvfuser_correctness_dstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2012369Z test_nvfuser_correctness_dstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2030057Z test_nvfuser_correctness_dstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2047295Z test_nvfuser_correctness_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2064287Z test_nvfuser_correctness_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2081266Z test_nvfuser_correctness_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2098713Z test_nvfuser_correctness_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2116341Z test_nvfuser_correctness_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2133800Z test_nvfuser_correctness_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2151765Z test_nvfuser_correctness_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2174608Z test_nvfuser_correctness_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2192425Z test_nvfuser_correctness_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2203499Z test_nvfuser_correctness_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2213543Z test_nvfuser_correctness_empty_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2224664Z test_nvfuser_correctness_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2235703Z test_nvfuser_correctness_empty_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2247520Z test_nvfuser_correctness_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2258263Z test_nvfuser_correctness_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2269264Z test_nvfuser_correctness_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2280748Z test_nvfuser_correctness_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2291394Z test_nvfuser_correctness_empty_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2302886Z test_nvfuser_correctness_empty_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2313820Z test_nvfuser_correctness_empty_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2324796Z test_nvfuser_correctness_empty_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2336276Z test_nvfuser_correctness_empty_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:29.2355491Z test_nvfuser_correctness_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2373559Z test_nvfuser_correctness_eq_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2392002Z test_nvfuser_correctness_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2409918Z test_nvfuser_correctness_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2428240Z test_nvfuser_correctness_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2446575Z test_nvfuser_correctness_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2464860Z test_nvfuser_correctness_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2483085Z test_nvfuser_correctness_eq_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2501746Z test_nvfuser_correctness_eq_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2519865Z test_nvfuser_correctness_eq_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2543942Z test_nvfuser_correctness_eq_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2561917Z test_nvfuser_correctness_eq_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2580246Z test_nvfuser_correctness_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2598216Z test_nvfuser_correctness_erf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2616372Z test_nvfuser_correctness_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2634648Z test_nvfuser_correctness_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2652785Z test_nvfuser_correctness_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2671307Z test_nvfuser_correctness_erf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2689730Z test_nvfuser_correctness_erf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2708014Z test_nvfuser_correctness_erf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2726208Z test_nvfuser_correctness_erf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2750204Z test_nvfuser_correctness_erf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2768075Z test_nvfuser_correctness_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2786312Z test_nvfuser_correctness_erfc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2804407Z test_nvfuser_correctness_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2822600Z test_nvfuser_correctness_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2840692Z test_nvfuser_correctness_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2859401Z test_nvfuser_correctness_erfc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2877396Z test_nvfuser_correctness_erfc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2895425Z test_nvfuser_correctness_erfc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2913627Z test_nvfuser_correctness_erfc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2931929Z test_nvfuser_correctness_erfc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2950313Z test_nvfuser_correctness_erfinv_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2974041Z test_nvfuser_correctness_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.2992469Z test_nvfuser_correctness_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3010413Z test_nvfuser_correctness_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3028818Z test_nvfuser_correctness_erfinv_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3046966Z test_nvfuser_correctness_erfinv_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3065219Z test_nvfuser_correctness_erfinv_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3083297Z test_nvfuser_correctness_erfinv_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3101688Z test_nvfuser_correctness_erfinv_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3119786Z test_nvfuser_correctness_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3138093Z test_nvfuser_correctness_exp2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3156507Z test_nvfuser_correctness_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3174630Z test_nvfuser_correctness_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3198464Z test_nvfuser_correctness_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3216654Z test_nvfuser_correctness_exp2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3234636Z test_nvfuser_correctness_exp2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3252800Z test_nvfuser_correctness_exp2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3271177Z test_nvfuser_correctness_exp2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3289031Z test_nvfuser_correctness_exp2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3307558Z test_nvfuser_correctness_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3325648Z test_nvfuser_correctness_exp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3343937Z test_nvfuser_correctness_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3361968Z test_nvfuser_correctness_exp_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3380361Z test_nvfuser_correctness_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3398676Z test_nvfuser_correctness_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3422455Z test_nvfuser_correctness_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3440432Z test_nvfuser_correctness_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3458807Z test_nvfuser_correctness_exp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3476536Z test_nvfuser_correctness_exp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3494608Z test_nvfuser_correctness_exp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3512698Z test_nvfuser_correctness_exp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3530715Z test_nvfuser_correctness_exp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3549135Z test_nvfuser_correctness_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3567160Z test_nvfuser_correctness_expand_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3585589Z test_nvfuser_correctness_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3603631Z test_nvfuser_correctness_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3627730Z test_nvfuser_correctness_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3645637Z test_nvfuser_correctness_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3663770Z test_nvfuser_correctness_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3681622Z test_nvfuser_correctness_expand_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3700237Z test_nvfuser_correctness_expand_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3718182Z test_nvfuser_correctness_expand_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3736401Z test_nvfuser_correctness_expand_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3754966Z test_nvfuser_correctness_expand_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3773028Z test_nvfuser_correctness_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3791363Z test_nvfuser_correctness_expand_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3809613Z test_nvfuser_correctness_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3828039Z test_nvfuser_correctness_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3853641Z test_nvfuser_correctness_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3871883Z test_nvfuser_correctness_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3890025Z test_nvfuser_correctness_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3908220Z test_nvfuser_correctness_expand_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3926210Z test_nvfuser_correctness_expand_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3944720Z test_nvfuser_correctness_expand_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3962543Z test_nvfuser_correctness_expand_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3980949Z test_nvfuser_correctness_expand_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.3998980Z test_nvfuser_correctness_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4017189Z test_nvfuser_correctness_expm1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4035358Z test_nvfuser_correctness_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4053567Z test_nvfuser_correctness_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4077345Z test_nvfuser_correctness_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4095280Z test_nvfuser_correctness_expm1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4113381Z test_nvfuser_correctness_expm1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4131501Z test_nvfuser_correctness_expm1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4149818Z test_nvfuser_correctness_expm1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4167833Z test_nvfuser_correctness_expm1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4186123Z test_nvfuser_correctness_fft_fft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4204439Z test_nvfuser_correctness_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4222923Z test_nvfuser_correctness_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4241050Z test_nvfuser_correctness_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4259635Z test_nvfuser_correctness_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4277727Z test_nvfuser_correctness_fft_fft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4301930Z test_nvfuser_correctness_fft_fft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4319903Z test_nvfuser_correctness_fft_fft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4338171Z test_nvfuser_correctness_fft_fft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4356299Z test_nvfuser_correctness_fft_fft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4374352Z test_nvfuser_correctness_fft_fft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4392645Z test_nvfuser_correctness_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4410643Z test_nvfuser_correctness_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4429115Z test_nvfuser_correctness_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4447159Z test_nvfuser_correctness_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4465569Z test_nvfuser_correctness_fft_fft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4483781Z test_nvfuser_correctness_fft_fft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4507773Z test_nvfuser_correctness_fft_fft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4525792Z test_nvfuser_correctness_fft_fft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4544216Z test_nvfuser_correctness_fft_fft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4562232Z test_nvfuser_correctness_fft_fftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4580560Z test_nvfuser_correctness_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4598582Z test_nvfuser_correctness_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4616490Z test_nvfuser_correctness_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4634896Z test_nvfuser_correctness_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4653124Z test_nvfuser_correctness_fft_fftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4671657Z test_nvfuser_correctness_fft_fftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4689828Z test_nvfuser_correctness_fft_fftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4708427Z test_nvfuser_correctness_fft_fftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4732416Z test_nvfuser_correctness_fft_fftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4750684Z test_nvfuser_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4768801Z test_nvfuser_correctness_fft_fftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4787281Z test_nvfuser_correctness_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4805250Z test_nvfuser_correctness_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4823668Z test_nvfuser_correctness_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4841499Z test_nvfuser_correctness_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4859830Z test_nvfuser_correctness_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4878090Z test_nvfuser_correctness_fft_fftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4896011Z test_nvfuser_correctness_fft_fftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4914345Z test_nvfuser_correctness_fft_fftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4932530Z test_nvfuser_correctness_fft_fftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4956541Z test_nvfuser_correctness_fft_fftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4974607Z test_nvfuser_correctness_fft_hfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.4993017Z test_nvfuser_correctness_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5011062Z test_nvfuser_correctness_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5029341Z test_nvfuser_correctness_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5047484Z test_nvfuser_correctness_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5065774Z test_nvfuser_correctness_fft_hfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5083993Z test_nvfuser_correctness_fft_hfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5102367Z test_nvfuser_correctness_fft_hfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5120631Z test_nvfuser_correctness_fft_hfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5139097Z test_nvfuser_correctness_fft_hfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5157502Z test_nvfuser_correctness_fft_hfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5181613Z test_nvfuser_correctness_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5199672Z test_nvfuser_correctness_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5217868Z test_nvfuser_correctness_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5235701Z test_nvfuser_correctness_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5253821Z test_nvfuser_correctness_fft_hfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5272256Z test_nvfuser_correctness_fft_hfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5290439Z test_nvfuser_correctness_fft_hfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5308798Z test_nvfuser_correctness_fft_hfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5326921Z test_nvfuser_correctness_fft_hfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5345252Z test_nvfuser_correctness_fft_hfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5363265Z test_nvfuser_correctness_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5387334Z test_nvfuser_correctness_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5405268Z test_nvfuser_correctness_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5423559Z test_nvfuser_correctness_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5441626Z test_nvfuser_correctness_fft_hfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5460270Z test_nvfuser_correctness_fft_hfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5478113Z test_nvfuser_correctness_fft_hfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5496287Z test_nvfuser_correctness_fft_hfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5514579Z test_nvfuser_correctness_fft_hfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5532572Z test_nvfuser_correctness_fft_ifft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5551041Z test_nvfuser_correctness_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5569252Z test_nvfuser_correctness_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5587809Z test_nvfuser_correctness_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5612053Z test_nvfuser_correctness_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5630350Z test_nvfuser_correctness_fft_ifft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5648684Z test_nvfuser_correctness_fft_ifft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5666876Z test_nvfuser_correctness_fft_ifft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5684957Z test_nvfuser_correctness_fft_ifft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5703209Z test_nvfuser_correctness_fft_ifft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5721508Z test_nvfuser_correctness_fft_ifft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5739997Z test_nvfuser_correctness_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5758212Z test_nvfuser_correctness_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5776467Z test_nvfuser_correctness_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5795110Z test_nvfuser_correctness_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5813478Z test_nvfuser_correctness_fft_ifft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5837520Z test_nvfuser_correctness_fft_ifft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5855573Z test_nvfuser_correctness_fft_ifft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5873844Z test_nvfuser_correctness_fft_ifft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5891893Z test_nvfuser_correctness_fft_ifft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5910312Z test_nvfuser_correctness_fft_ifftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5928717Z test_nvfuser_correctness_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5947226Z test_nvfuser_correctness_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5965632Z test_nvfuser_correctness_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.5983949Z test_nvfuser_correctness_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6002076Z test_nvfuser_correctness_fft_ifftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6020670Z test_nvfuser_correctness_fft_ifftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6039119Z test_nvfuser_correctness_fft_ifftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6063449Z test_nvfuser_correctness_fft_ifftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6081487Z test_nvfuser_correctness_fft_ifftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6099977Z test_nvfuser_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6117936Z test_nvfuser_correctness_fft_ifftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6136203Z test_nvfuser_correctness_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6154570Z test_nvfuser_correctness_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6172746Z test_nvfuser_correctness_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6191011Z test_nvfuser_correctness_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6209075Z test_nvfuser_correctness_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6227367Z test_nvfuser_correctness_fft_ifftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6245784Z test_nvfuser_correctness_fft_ifftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6269850Z test_nvfuser_correctness_fft_ifftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6287755Z test_nvfuser_correctness_fft_ifftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6305954Z test_nvfuser_correctness_fft_ifftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6324264Z test_nvfuser_correctness_fft_ihfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6342712Z test_nvfuser_correctness_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6361030Z test_nvfuser_correctness_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6379518Z test_nvfuser_correctness_fft_ihfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6397877Z test_nvfuser_correctness_fft_ihfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6415893Z test_nvfuser_correctness_fft_ihfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6434244Z test_nvfuser_correctness_fft_ihfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6452593Z test_nvfuser_correctness_fft_ihfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6471285Z test_nvfuser_correctness_fft_ihfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6497818Z test_nvfuser_correctness_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:29.6515523Z test_nvfuser_correctness_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6533511Z test_nvfuser_correctness_fft_ihfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6551859Z test_nvfuser_correctness_fft_ihfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6569883Z test_nvfuser_correctness_fft_ihfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6588107Z test_nvfuser_correctness_fft_ihfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6606121Z test_nvfuser_correctness_fft_ihfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6624456Z test_nvfuser_correctness_fft_ihfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6642515Z test_nvfuser_correctness_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6661037Z test_nvfuser_correctness_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6679080Z test_nvfuser_correctness_fft_ihfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6697473Z test_nvfuser_correctness_fft_ihfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6720875Z test_nvfuser_correctness_fft_ihfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6739427Z test_nvfuser_correctness_fft_ihfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6757391Z test_nvfuser_correctness_fft_ihfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6775471Z test_nvfuser_correctness_fft_irfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6793401Z test_nvfuser_correctness_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6811619Z test_nvfuser_correctness_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6829479Z test_nvfuser_correctness_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6848477Z test_nvfuser_correctness_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6867587Z test_nvfuser_correctness_fft_irfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6885621Z test_nvfuser_correctness_fft_irfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6904056Z test_nvfuser_correctness_fft_irfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6922511Z test_nvfuser_correctness_fft_irfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6946297Z test_nvfuser_correctness_fft_irfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6964310Z test_nvfuser_correctness_fft_irfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.6982700Z test_nvfuser_correctness_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7000623Z test_nvfuser_correctness_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7019264Z test_nvfuser_correctness_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7037042Z test_nvfuser_correctness_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7055428Z test_nvfuser_correctness_fft_irfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7073718Z test_nvfuser_correctness_fft_irfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7091579Z test_nvfuser_correctness_fft_irfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7109945Z test_nvfuser_correctness_fft_irfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7127998Z test_nvfuser_correctness_fft_irfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7151999Z test_nvfuser_correctness_fft_irfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7170040Z test_nvfuser_correctness_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7188246Z test_nvfuser_correctness_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7206483Z test_nvfuser_correctness_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7224826Z test_nvfuser_correctness_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7242831Z test_nvfuser_correctness_fft_irfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7261454Z test_nvfuser_correctness_fft_irfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7279415Z test_nvfuser_correctness_fft_irfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7297967Z test_nvfuser_correctness_fft_irfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7316244Z test_nvfuser_correctness_fft_irfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7334260Z test_nvfuser_correctness_fft_rfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7352827Z test_nvfuser_correctness_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7376396Z test_nvfuser_correctness_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7394552Z test_nvfuser_correctness_fft_rfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7412656Z test_nvfuser_correctness_fft_rfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7431011Z test_nvfuser_correctness_fft_rfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7449203Z test_nvfuser_correctness_fft_rfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7467815Z test_nvfuser_correctness_fft_rfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7485760Z test_nvfuser_correctness_fft_rfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7504312Z test_nvfuser_correctness_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7522388Z test_nvfuser_correctness_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7540838Z test_nvfuser_correctness_fft_rfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7558973Z test_nvfuser_correctness_fft_rfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7577395Z test_nvfuser_correctness_fft_rfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7601027Z test_nvfuser_correctness_fft_rfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7619339Z test_nvfuser_correctness_fft_rfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7637074Z test_nvfuser_correctness_fft_rfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7655295Z test_nvfuser_correctness_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7673540Z test_nvfuser_correctness_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7691685Z test_nvfuser_correctness_fft_rfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7710229Z test_nvfuser_correctness_fft_rfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7728324Z test_nvfuser_correctness_fft_rfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7746795Z test_nvfuser_correctness_fft_rfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7764950Z test_nvfuser_correctness_fft_rfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7783266Z test_nvfuser_correctness_fill__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7801641Z test_nvfuser_correctness_fill__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7825799Z test_nvfuser_correctness_fill__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7843923Z test_nvfuser_correctness_fill__cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7862196Z test_nvfuser_correctness_fill__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7880244Z test_nvfuser_correctness_fill__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7898569Z test_nvfuser_correctness_fill__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7916653Z test_nvfuser_correctness_fill__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7934845Z test_nvfuser_correctness_fill__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7953121Z test_nvfuser_correctness_fill__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7971475Z test_nvfuser_correctness_fill__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.7989904Z test_nvfuser_correctness_fill__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8008168Z test_nvfuser_correctness_fill__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8032123Z test_nvfuser_correctness_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8050309Z test_nvfuser_correctness_flatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8068678Z test_nvfuser_correctness_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8086717Z test_nvfuser_correctness_flatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8105051Z test_nvfuser_correctness_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8123161Z test_nvfuser_correctness_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8141603Z test_nvfuser_correctness_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8159776Z test_nvfuser_correctness_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8178172Z test_nvfuser_correctness_flatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8196272Z test_nvfuser_correctness_flatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8214710Z test_nvfuser_correctness_flatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8233615Z test_nvfuser_correctness_flatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8257853Z test_nvfuser_correctness_flatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8275904Z test_nvfuser_correctness_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8293842Z test_nvfuser_correctness_flip_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8312279Z test_nvfuser_correctness_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8330295Z test_nvfuser_correctness_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8348809Z test_nvfuser_correctness_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8366795Z test_nvfuser_correctness_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8385217Z test_nvfuser_correctness_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8403490Z test_nvfuser_correctness_flip_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8421905Z test_nvfuser_correctness_flip_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8439909Z test_nvfuser_correctness_flip_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8458420Z test_nvfuser_correctness_flip_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8482071Z test_nvfuser_correctness_flip_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8500515Z test_nvfuser_correctness_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8518647Z test_nvfuser_correctness_fliplr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8536762Z test_nvfuser_correctness_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8555127Z test_nvfuser_correctness_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8573158Z test_nvfuser_correctness_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8591545Z test_nvfuser_correctness_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8609635Z test_nvfuser_correctness_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8628538Z test_nvfuser_correctness_fliplr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8646861Z test_nvfuser_correctness_fliplr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8665278Z test_nvfuser_correctness_fliplr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8683586Z test_nvfuser_correctness_fliplr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8707564Z test_nvfuser_correctness_fliplr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8725517Z test_nvfuser_correctness_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8743949Z test_nvfuser_correctness_flipud_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8762125Z test_nvfuser_correctness_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8780398Z test_nvfuser_correctness_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8798365Z test_nvfuser_correctness_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8816575Z test_nvfuser_correctness_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8834851Z test_nvfuser_correctness_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8853043Z test_nvfuser_correctness_flipud_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8871381Z test_nvfuser_correctness_flipud_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8889463Z test_nvfuser_correctness_flipud_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8913640Z test_nvfuser_correctness_flipud_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8931557Z test_nvfuser_correctness_flipud_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8950575Z test_nvfuser_correctness_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8968616Z test_nvfuser_correctness_float_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.8987030Z test_nvfuser_correctness_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9005075Z test_nvfuser_correctness_float_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9023550Z test_nvfuser_correctness_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9041792Z test_nvfuser_correctness_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9060210Z test_nvfuser_correctness_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9078504Z test_nvfuser_correctness_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9096178Z test_nvfuser_correctness_float_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9114615Z test_nvfuser_correctness_float_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9140195Z test_nvfuser_correctness_float_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9157878Z test_nvfuser_correctness_float_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9176128Z test_nvfuser_correctness_float_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9194263Z test_nvfuser_correctness_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9212502Z test_nvfuser_correctness_float_power_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9230555Z test_nvfuser_correctness_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9248671Z test_nvfuser_correctness_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9267056Z test_nvfuser_correctness_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9285096Z test_nvfuser_correctness_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9303322Z test_nvfuser_correctness_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9321513Z test_nvfuser_correctness_float_power_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9339993Z test_nvfuser_correctness_float_power_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9363392Z test_nvfuser_correctness_float_power_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9381784Z test_nvfuser_correctness_float_power_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9399762Z test_nvfuser_correctness_float_power_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9418132Z test_nvfuser_correctness_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9436248Z test_nvfuser_correctness_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9454417Z test_nvfuser_correctness_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9472908Z test_nvfuser_correctness_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9490989Z test_nvfuser_correctness_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9509749Z test_nvfuser_correctness_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9527985Z test_nvfuser_correctness_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9546262Z test_nvfuser_correctness_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9564374Z test_nvfuser_correctness_floor_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9588316Z test_nvfuser_correctness_floor_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9606510Z test_nvfuser_correctness_floor_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9624885Z test_nvfuser_correctness_floor_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9642806Z test_nvfuser_correctness_floor_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9661221Z test_nvfuser_correctness_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9679241Z test_nvfuser_correctness_fmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9697532Z test_nvfuser_correctness_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9715520Z test_nvfuser_correctness_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9733536Z test_nvfuser_correctness_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9752002Z test_nvfuser_correctness_fmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9770047Z test_nvfuser_correctness_fmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9794313Z test_nvfuser_correctness_fmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9812336Z test_nvfuser_correctness_fmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9830497Z test_nvfuser_correctness_fmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9848559Z test_nvfuser_correctness_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9866921Z test_nvfuser_correctness_fmin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9884987Z test_nvfuser_correctness_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9903194Z test_nvfuser_correctness_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9921336Z test_nvfuser_correctness_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9939790Z test_nvfuser_correctness_fmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9957800Z test_nvfuser_correctness_fmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9976007Z test_nvfuser_correctness_fmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:29.9994254Z test_nvfuser_correctness_fmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0018942Z test_nvfuser_correctness_fmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0036639Z test_nvfuser_correctness_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0054937Z test_nvfuser_correctness_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0073032Z test_nvfuser_correctness_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0090983Z test_nvfuser_correctness_fmod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0109306Z test_nvfuser_correctness_fmod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0127279Z test_nvfuser_correctness_fmod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0145680Z test_nvfuser_correctness_fmod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0163595Z test_nvfuser_correctness_fmod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0181928Z test_nvfuser_correctness_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0199893Z test_nvfuser_correctness_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0219528Z test_nvfuser_correctness_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0243188Z test_nvfuser_correctness_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0261550Z test_nvfuser_correctness_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0279411Z test_nvfuser_correctness_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0297688Z test_nvfuser_correctness_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0315889Z test_nvfuser_correctness_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0333869Z test_nvfuser_correctness_full_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0352351Z test_nvfuser_correctness_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0370565Z test_nvfuser_correctness_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0389070Z test_nvfuser_correctness_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0407242Z test_nvfuser_correctness_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0426211Z test_nvfuser_correctness_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0444171Z test_nvfuser_correctness_full_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0468690Z test_nvfuser_correctness_full_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0486563Z test_nvfuser_correctness_full_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0504923Z test_nvfuser_correctness_full_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0523054Z test_nvfuser_correctness_full_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0541360Z test_nvfuser_correctness_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0559597Z test_nvfuser_correctness_gather_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0577989Z test_nvfuser_correctness_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0596027Z test_nvfuser_correctness_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0614245Z test_nvfuser_correctness_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0632775Z test_nvfuser_correctness_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0650880Z test_nvfuser_correctness_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0675291Z test_nvfuser_correctness_gather_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0693330Z test_nvfuser_correctness_gather_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0711641Z test_nvfuser_correctness_gather_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0729694Z test_nvfuser_correctness_gather_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0748200Z test_nvfuser_correctness_gather_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0766249Z test_nvfuser_correctness_gcd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0784839Z test_nvfuser_correctness_gcd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0802760Z test_nvfuser_correctness_gcd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0821768Z test_nvfuser_correctness_gcd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0839657Z test_nvfuser_correctness_gcd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0858368Z test_nvfuser_correctness_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0876671Z test_nvfuser_correctness_ge_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0901083Z test_nvfuser_correctness_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0919168Z test_nvfuser_correctness_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0937577Z test_nvfuser_correctness_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0955543Z test_nvfuser_correctness_ge_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0973763Z test_nvfuser_correctness_ge_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.0992168Z test_nvfuser_correctness_ge_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1010349Z test_nvfuser_correctness_ge_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1028693Z test_nvfuser_correctness_ge_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1047079Z test_nvfuser_correctness_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1065474Z test_nvfuser_correctness_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1083819Z test_nvfuser_correctness_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1102414Z test_nvfuser_correctness_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1113047Z test_nvfuser_correctness_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1125155Z test_nvfuser_correctness_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1136074Z test_nvfuser_correctness_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1147188Z test_nvfuser_correctness_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1158639Z test_nvfuser_correctness_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1169536Z test_nvfuser_correctness_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1181328Z test_nvfuser_correctness_gradient_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1192127Z test_nvfuser_correctness_gradient_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1203312Z test_nvfuser_correctness_gradient_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1214928Z test_nvfuser_correctness_gradient_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.1240957Z test_nvfuser_correctness_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1259703Z test_nvfuser_correctness_gt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1277686Z test_nvfuser_correctness_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1295891Z test_nvfuser_correctness_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1314397Z test_nvfuser_correctness_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1332550Z test_nvfuser_correctness_gt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1351053Z test_nvfuser_correctness_gt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1369230Z test_nvfuser_correctness_gt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1387504Z test_nvfuser_correctness_gt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1405819Z test_nvfuser_correctness_gt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1424546Z test_nvfuser_correctness_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1443134Z test_nvfuser_correctness_half_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1468463Z test_nvfuser_correctness_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1486286Z test_nvfuser_correctness_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1504664Z test_nvfuser_correctness_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1522740Z test_nvfuser_correctness_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1541350Z test_nvfuser_correctness_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1559360Z test_nvfuser_correctness_half_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1577902Z test_nvfuser_correctness_half_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1596097Z test_nvfuser_correctness_half_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1615058Z test_nvfuser_correctness_half_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1632942Z test_nvfuser_correctness_half_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1651468Z test_nvfuser_correctness_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1675830Z test_nvfuser_correctness_heaviside_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1693766Z test_nvfuser_correctness_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1712283Z test_nvfuser_correctness_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1730265Z test_nvfuser_correctness_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1748781Z test_nvfuser_correctness_heaviside_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1766998Z test_nvfuser_correctness_heaviside_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1785378Z test_nvfuser_correctness_heaviside_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1803588Z test_nvfuser_correctness_heaviside_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1822232Z test_nvfuser_correctness_heaviside_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1840393Z test_nvfuser_correctness_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1860355Z test_nvfuser_correctness_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1879340Z test_nvfuser_correctness_histc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1906097Z test_nvfuser_correctness_histc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:30.1923916Z test_nvfuser_correctness_histc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1942229Z test_nvfuser_correctness_histc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1959828Z test_nvfuser_correctness_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1978095Z test_nvfuser_correctness_hsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.1996102Z test_nvfuser_correctness_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2013965Z test_nvfuser_correctness_hsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2032477Z test_nvfuser_correctness_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2050216Z test_nvfuser_correctness_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2068520Z test_nvfuser_correctness_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2086756Z test_nvfuser_correctness_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2105110Z test_nvfuser_correctness_hsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2128780Z test_nvfuser_correctness_hsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2147080Z test_nvfuser_correctness_hsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2165009Z test_nvfuser_correctness_hsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2183360Z test_nvfuser_correctness_hsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2201502Z test_nvfuser_correctness_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2219984Z test_nvfuser_correctness_hstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2237892Z test_nvfuser_correctness_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2256543Z test_nvfuser_correctness_hstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2274694Z test_nvfuser_correctness_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2292984Z test_nvfuser_correctness_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2311736Z test_nvfuser_correctness_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2329901Z test_nvfuser_correctness_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2354815Z test_nvfuser_correctness_hstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2372813Z test_nvfuser_correctness_hstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2391237Z test_nvfuser_correctness_hstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2409284Z test_nvfuser_correctness_hstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2427865Z test_nvfuser_correctness_hstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2445706Z test_nvfuser_correctness_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2464228Z test_nvfuser_correctness_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2482463Z test_nvfuser_correctness_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2501079Z test_nvfuser_correctness_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2519060Z test_nvfuser_correctness_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2538128Z test_nvfuser_correctness_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2562363Z test_nvfuser_correctness_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2580744Z test_nvfuser_correctness_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2598649Z test_nvfuser_correctness_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2616686Z test_nvfuser_correctness_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2634911Z test_nvfuser_correctness_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2653108Z test_nvfuser_correctness_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2671679Z test_nvfuser_correctness_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2689982Z test_nvfuser_correctness_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2708521Z test_nvfuser_correctness_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2726707Z test_nvfuser_correctness_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2745360Z test_nvfuser_correctness_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2763641Z test_nvfuser_correctness_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2788231Z test_nvfuser_correctness_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2806139Z test_nvfuser_correctness_imag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2824612Z test_nvfuser_correctness_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2843154Z test_nvfuser_correctness_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2861484Z test_nvfuser_correctness_index_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2879487Z test_nvfuser_correctness_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2897867Z test_nvfuser_correctness_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2916080Z test_nvfuser_correctness_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2934726Z test_nvfuser_correctness_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2952766Z test_nvfuser_correctness_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2971053Z test_nvfuser_correctness_index_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.2989625Z test_nvfuser_correctness_index_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3013713Z test_nvfuser_correctness_index_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3031939Z test_nvfuser_correctness_index_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3049939Z test_nvfuser_correctness_index_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3068328Z test_nvfuser_correctness_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3086224Z test_nvfuser_correctness_index_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3104622Z test_nvfuser_correctness_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3122771Z test_nvfuser_correctness_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3141226Z test_nvfuser_correctness_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3159277Z test_nvfuser_correctness_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3177737Z test_nvfuser_correctness_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3195821Z test_nvfuser_correctness_index_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3214357Z test_nvfuser_correctness_index_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3239018Z test_nvfuser_correctness_index_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3256960Z test_nvfuser_correctness_index_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3275217Z test_nvfuser_correctness_index_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3293457Z test_nvfuser_correctness_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3311866Z test_nvfuser_correctness_index_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3329973Z test_nvfuser_correctness_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3348320Z test_nvfuser_correctness_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3366224Z test_nvfuser_correctness_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3384699Z test_nvfuser_correctness_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3402947Z test_nvfuser_correctness_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3421539Z test_nvfuser_correctness_index_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3445583Z test_nvfuser_correctness_index_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3464226Z test_nvfuser_correctness_index_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3482009Z test_nvfuser_correctness_index_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3500419Z test_nvfuser_correctness_index_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3518407Z test_nvfuser_correctness_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3536756Z test_nvfuser_correctness_index_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3555010Z test_nvfuser_correctness_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3573349Z test_nvfuser_correctness_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3591900Z test_nvfuser_correctness_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3610230Z test_nvfuser_correctness_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3629148Z test_nvfuser_correctness_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3647182Z test_nvfuser_correctness_index_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3671759Z test_nvfuser_correctness_index_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3690101Z test_nvfuser_correctness_index_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3707960Z test_nvfuser_correctness_index_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3725926Z test_nvfuser_correctness_index_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3744333Z test_nvfuser_correctness_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3762403Z test_nvfuser_correctness_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3780914Z test_nvfuser_correctness_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3799013Z test_nvfuser_correctness_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3817478Z test_nvfuser_correctness_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3835329Z test_nvfuser_correctness_index_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3853643Z test_nvfuser_correctness_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3872048Z test_nvfuser_correctness_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3895893Z test_nvfuser_correctness_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3914116Z test_nvfuser_correctness_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3932219Z test_nvfuser_correctness_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3950635Z test_nvfuser_correctness_index_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3968628Z test_nvfuser_correctness_index_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.3986972Z test_nvfuser_correctness_index_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4005316Z test_nvfuser_correctness_index_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4023818Z test_nvfuser_correctness_index_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4041914Z test_nvfuser_correctness_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4060561Z test_nvfuser_correctness_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4078816Z test_nvfuser_correctness_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4097352Z test_nvfuser_correctness_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4121405Z test_nvfuser_correctness_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4139674Z test_nvfuser_correctness_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4157613Z test_nvfuser_correctness_int_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4175609Z test_nvfuser_correctness_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4193876Z test_nvfuser_correctness_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4211975Z test_nvfuser_correctness_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4230464Z test_nvfuser_correctness_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4248592Z test_nvfuser_correctness_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4266812Z test_nvfuser_correctness_int_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4284843Z test_nvfuser_correctness_int_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4303184Z test_nvfuser_correctness_int_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4327450Z test_nvfuser_correctness_int_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4345493Z test_nvfuser_correctness_int_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4363578Z test_nvfuser_correctness_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4381940Z test_nvfuser_correctness_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4400041Z test_nvfuser_correctness_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4418383Z test_nvfuser_correctness_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4436687Z test_nvfuser_correctness_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4454637Z test_nvfuser_correctness_isclose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4473142Z test_nvfuser_correctness_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4491096Z test_nvfuser_correctness_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4509641Z test_nvfuser_correctness_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4528095Z test_nvfuser_correctness_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4554364Z test_nvfuser_correctness_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:30.4572059Z test_nvfuser_correctness_isclose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4590216Z test_nvfuser_correctness_isclose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4608252Z test_nvfuser_correctness_isclose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4626443Z test_nvfuser_correctness_isclose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4644466Z test_nvfuser_correctness_isclose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4662652Z test_nvfuser_correctness_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4680558Z test_nvfuser_correctness_isfinite_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4698900Z test_nvfuser_correctness_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4716849Z test_nvfuser_correctness_isfinite_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4734838Z test_nvfuser_correctness_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4753257Z test_nvfuser_correctness_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4777000Z test_nvfuser_correctness_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4795082Z test_nvfuser_correctness_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4813124Z test_nvfuser_correctness_isfinite_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4831478Z test_nvfuser_correctness_isfinite_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4849668Z test_nvfuser_correctness_isfinite_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4867680Z test_nvfuser_correctness_isfinite_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4885898Z test_nvfuser_correctness_isfinite_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4904192Z test_nvfuser_correctness_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4922296Z test_nvfuser_correctness_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4940819Z test_nvfuser_correctness_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4958763Z test_nvfuser_correctness_isin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.4977222Z test_nvfuser_correctness_isin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5000915Z test_nvfuser_correctness_isin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5019047Z test_nvfuser_correctness_isin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5037239Z test_nvfuser_correctness_isin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5055147Z test_nvfuser_correctness_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5073310Z test_nvfuser_correctness_isinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5091436Z test_nvfuser_correctness_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5109812Z test_nvfuser_correctness_isinf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5127574Z test_nvfuser_correctness_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5145986Z test_nvfuser_correctness_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5163967Z test_nvfuser_correctness_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5182467Z test_nvfuser_correctness_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5206235Z test_nvfuser_correctness_isinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5224534Z test_nvfuser_correctness_isinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5242653Z test_nvfuser_correctness_isinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5260937Z test_nvfuser_correctness_isinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5278856Z test_nvfuser_correctness_isinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5297169Z test_nvfuser_correctness_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5315064Z test_nvfuser_correctness_isnan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5333417Z test_nvfuser_correctness_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5351806Z test_nvfuser_correctness_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5369995Z test_nvfuser_correctness_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5388449Z test_nvfuser_correctness_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5406579Z test_nvfuser_correctness_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5430718Z test_nvfuser_correctness_isnan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5448590Z test_nvfuser_correctness_isnan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5467194Z test_nvfuser_correctness_isnan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5485016Z test_nvfuser_correctness_isnan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5503161Z test_nvfuser_correctness_isnan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5521173Z test_nvfuser_correctness_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5539498Z test_nvfuser_correctness_isneginf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5557693Z test_nvfuser_correctness_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5575780Z test_nvfuser_correctness_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5593898Z test_nvfuser_correctness_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5612144Z test_nvfuser_correctness_isneginf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5630674Z test_nvfuser_correctness_isneginf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5654165Z test_nvfuser_correctness_isneginf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5672410Z test_nvfuser_correctness_isneginf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5690360Z test_nvfuser_correctness_isneginf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5708569Z test_nvfuser_correctness_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5726710Z test_nvfuser_correctness_isposinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5745231Z test_nvfuser_correctness_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5763289Z test_nvfuser_correctness_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5781768Z test_nvfuser_correctness_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5799895Z test_nvfuser_correctness_isposinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5818433Z test_nvfuser_correctness_isposinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5836520Z test_nvfuser_correctness_isposinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5855008Z test_nvfuser_correctness_isposinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5879468Z test_nvfuser_correctness_isposinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5897735Z test_nvfuser_correctness_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5915756Z test_nvfuser_correctness_isreal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5933686Z test_nvfuser_correctness_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5951973Z test_nvfuser_correctness_isreal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5970278Z test_nvfuser_correctness_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.5988562Z test_nvfuser_correctness_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6006654Z test_nvfuser_correctness_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6024842Z test_nvfuser_correctness_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6043405Z test_nvfuser_correctness_isreal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6061767Z test_nvfuser_correctness_isreal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6085779Z test_nvfuser_correctness_isreal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6103985Z test_nvfuser_correctness_isreal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6121851Z test_nvfuser_correctness_isreal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6140397Z test_nvfuser_correctness_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6158624Z test_nvfuser_correctness_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6177013Z test_nvfuser_correctness_istft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6195381Z test_nvfuser_correctness_istft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6205934Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6217325Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6228707Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6239835Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6251094Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6262350Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6273524Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6284590Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6295829Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6306929Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6318281Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6329383Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6340821Z test_nvfuser_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6352368Z test_nvfuser_correctness_jiterator_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6363521Z test_nvfuser_correctness_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6374490Z test_nvfuser_correctness_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6387252Z test_nvfuser_correctness_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6398357Z test_nvfuser_correctness_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6409623Z test_nvfuser_correctness_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6420826Z test_nvfuser_correctness_jiterator_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6431842Z test_nvfuser_correctness_jiterator_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6443106Z test_nvfuser_correctness_jiterator_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6454420Z test_nvfuser_correctness_jiterator_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6465668Z test_nvfuser_correctness_jiterator_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6476904Z test_nvfuser_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6487947Z test_nvfuser_correctness_jiterator_unary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6499475Z test_nvfuser_correctness_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6510679Z test_nvfuser_correctness_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6521685Z test_nvfuser_correctness_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6532766Z test_nvfuser_correctness_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6544286Z test_nvfuser_correctness_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6555216Z test_nvfuser_correctness_jiterator_unary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6566298Z test_nvfuser_correctness_jiterator_unary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6577833Z test_nvfuser_correctness_jiterator_unary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6589362Z test_nvfuser_correctness_jiterator_unary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6600269Z test_nvfuser_correctness_jiterator_unary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:30.6621578Z test_nvfuser_correctness_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6639845Z test_nvfuser_correctness_kron_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6658588Z test_nvfuser_correctness_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6676865Z test_nvfuser_correctness_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6695227Z test_nvfuser_correctness_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6720489Z test_nvfuser_correctness_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6738959Z test_nvfuser_correctness_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6756779Z test_nvfuser_correctness_kron_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6774863Z test_nvfuser_correctness_kron_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6793199Z test_nvfuser_correctness_kron_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6811199Z test_nvfuser_correctness_kron_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6829818Z test_nvfuser_correctness_kron_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6848688Z test_nvfuser_correctness_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6867677Z test_nvfuser_correctness_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6886339Z test_nvfuser_correctness_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6904949Z test_nvfuser_correctness_kthvalue_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6929195Z test_nvfuser_correctness_kthvalue_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6947535Z test_nvfuser_correctness_kthvalue_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6965429Z test_nvfuser_correctness_kthvalue_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.6984219Z test_nvfuser_correctness_kthvalue_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7001890Z test_nvfuser_correctness_lcm_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7020121Z test_nvfuser_correctness_lcm_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7038164Z test_nvfuser_correctness_lcm_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7056551Z test_nvfuser_correctness_lcm_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7074836Z test_nvfuser_correctness_lcm_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7092815Z test_nvfuser_correctness_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7111774Z test_nvfuser_correctness_ldexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7129679Z test_nvfuser_correctness_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7154183Z test_nvfuser_correctness_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7172158Z test_nvfuser_correctness_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7190228Z test_nvfuser_correctness_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7208396Z test_nvfuser_correctness_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7226507Z test_nvfuser_correctness_ldexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7244650Z test_nvfuser_correctness_ldexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7262931Z test_nvfuser_correctness_ldexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7280752Z test_nvfuser_correctness_ldexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7299321Z test_nvfuser_correctness_ldexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7317383Z test_nvfuser_correctness_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7335622Z test_nvfuser_correctness_le_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7354520Z test_nvfuser_correctness_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7378516Z test_nvfuser_correctness_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7396535Z test_nvfuser_correctness_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7414671Z test_nvfuser_correctness_le_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7432951Z test_nvfuser_correctness_le_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7451146Z test_nvfuser_correctness_le_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7470628Z test_nvfuser_correctness_le_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7488757Z test_nvfuser_correctness_le_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7507256Z test_nvfuser_correctness_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7525566Z test_nvfuser_correctness_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7543945Z test_nvfuser_correctness_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7562178Z test_nvfuser_correctness_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7581071Z test_nvfuser_correctness_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7606803Z test_nvfuser_correctness_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7625249Z test_nvfuser_correctness_lgamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7643677Z test_nvfuser_correctness_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7661912Z test_nvfuser_correctness_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7679712Z test_nvfuser_correctness_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7697974Z test_nvfuser_correctness_lgamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7716005Z test_nvfuser_correctness_lgamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7734054Z test_nvfuser_correctness_lgamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7752382Z test_nvfuser_correctness_lgamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7770564Z test_nvfuser_correctness_lgamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7789260Z test_nvfuser_correctness_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7813652Z test_nvfuser_correctness_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7832161Z test_nvfuser_correctness_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7850049Z test_nvfuser_correctness_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7868430Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7887167Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7905535Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7923876Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7942886Z test_nvfuser_correctness_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7961619Z test_nvfuser_correctness_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7980343Z test_nvfuser_correctness_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.7998982Z test_nvfuser_correctness_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8017033Z test_nvfuser_correctness_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8041282Z test_nvfuser_correctness_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8059622Z test_nvfuser_correctness_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8077848Z test_nvfuser_correctness_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8096101Z test_nvfuser_correctness_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8114366Z test_nvfuser_correctness_linalg_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8132595Z test_nvfuser_correctness_linalg_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8150964Z test_nvfuser_correctness_linalg_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8169102Z test_nvfuser_correctness_linalg_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8187409Z test_nvfuser_correctness_linalg_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8205182Z test_nvfuser_correctness_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8223081Z test_nvfuser_correctness_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8240660Z test_nvfuser_correctness_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8264887Z test_nvfuser_correctness_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8282327Z test_nvfuser_correctness_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8300378Z test_nvfuser_correctness_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8318596Z test_nvfuser_correctness_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8336217Z test_nvfuser_correctness_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8354365Z test_nvfuser_correctness_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8372397Z test_nvfuser_correctness_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8390528Z test_nvfuser_correctness_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8408471Z test_nvfuser_correctness_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8427033Z test_nvfuser_correctness_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8445151Z test_nvfuser_correctness_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8463240Z test_nvfuser_correctness_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8487334Z test_nvfuser_correctness_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8505060Z test_nvfuser_correctness_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8522644Z test_nvfuser_correctness_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8540394Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8558060Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8575608Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8593350Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8611830Z test_nvfuser_correctness_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8630215Z test_nvfuser_correctness_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8648534Z test_nvfuser_correctness_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8667047Z test_nvfuser_correctness_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8691494Z test_nvfuser_correctness_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8709513Z test_nvfuser_correctness_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8727366Z test_nvfuser_correctness_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8745706Z test_nvfuser_correctness_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8763803Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8782326Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8800259Z test_nvfuser_correctness_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8818726Z test_nvfuser_correctness_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8836920Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8855183Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8873712Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8892132Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8916853Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8934833Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8953250Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8971303Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.8989686Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:09:30.9007899Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:09:30.9026376Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:09:30.9044656Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:09:30.9062577Z test_nvfuser_correctness_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9080487Z test_nvfuser_correctness_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9098207Z test_nvfuser_correctness_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9115825Z test_nvfuser_correctness_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9139986Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9157401Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9174961Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9192475Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9211282Z test_nvfuser_correctness_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9229675Z test_nvfuser_correctness_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9247933Z test_nvfuser_correctness_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9266176Z test_nvfuser_correctness_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9284447Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9302865Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9321030Z test_nvfuser_correctness_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9339529Z test_nvfuser_correctness_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9363393Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9381557Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9399505Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9417541Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9436213Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9454848Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9473334Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9492610Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9510641Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9528942Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9547811Z test_nvfuser_correctness_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9572631Z test_nvfuser_correctness_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9590752Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9608837Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9627034Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9645039Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9663450Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9681488Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9699779Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9718032Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9736307Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9754591Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9772724Z test_nvfuser_correctness_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9797147Z test_nvfuser_correctness_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9814850Z test_nvfuser_correctness_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9833154Z test_nvfuser_correctness_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9851023Z test_nvfuser_correctness_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9869359Z test_nvfuser_correctness_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9887374Z test_nvfuser_correctness_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9905746Z test_nvfuser_correctness_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9923857Z test_nvfuser_correctness_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9942310Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9960446Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9979048Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:30.9997252Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0021571Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0039346Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0057524Z test_nvfuser_correctness_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0075521Z test_nvfuser_correctness_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0093403Z test_nvfuser_correctness_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0111491Z test_nvfuser_correctness_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0129207Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0147110Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0164680Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0182493Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0201178Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0219602Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0245383Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0263440Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0281045Z test_nvfuser_correctness_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0299197Z test_nvfuser_correctness_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0317071Z test_nvfuser_correctness_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0334745Z test_nvfuser_correctness_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0352407Z test_nvfuser_correctness_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0369741Z test_nvfuser_correctness_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0387404Z test_nvfuser_correctness_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0404851Z test_nvfuser_correctness_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0422610Z test_nvfuser_correctness_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0446329Z test_nvfuser_correctness_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0463976Z test_nvfuser_correctness_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0481409Z test_nvfuser_correctness_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0499687Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0517584Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0535565Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0553961Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0572393Z test_nvfuser_correctness_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0591612Z test_nvfuser_correctness_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0609637Z test_nvfuser_correctness_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0628338Z test_nvfuser_correctness_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0646983Z test_nvfuser_correctness_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0671803Z test_nvfuser_correctness_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0690091Z test_nvfuser_correctness_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0708654Z test_nvfuser_correctness_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0726699Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0745138Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0762987Z test_nvfuser_correctness_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0781332Z test_nvfuser_correctness_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0799486Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0817759Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0835742Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0854202Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0872592Z test_nvfuser_correctness_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0896506Z test_nvfuser_correctness_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0914395Z test_nvfuser_correctness_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0932343Z test_nvfuser_correctness_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0950797Z test_nvfuser_correctness_linalg_vander_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0968902Z test_nvfuser_correctness_linalg_vander_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.0987050Z test_nvfuser_correctness_linalg_vander_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1005173Z test_nvfuser_correctness_linalg_vander_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1023588Z test_nvfuser_correctness_linalg_vander_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1041021Z test_nvfuser_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1058946Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1076565Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1094369Z test_nvfuser_correctness_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1118015Z test_nvfuser_correctness_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1135487Z test_nvfuser_correctness_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1154048Z test_nvfuser_correctness_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1172110Z test_nvfuser_correctness_log10_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1190254Z test_nvfuser_correctness_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1208532Z test_nvfuser_correctness_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1226798Z test_nvfuser_correctness_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1245144Z test_nvfuser_correctness_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1263395Z test_nvfuser_correctness_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1281385Z test_nvfuser_correctness_log10_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1299758Z test_nvfuser_correctness_log10_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1318080Z test_nvfuser_correctness_log10_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1342398Z test_nvfuser_correctness_log10_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1360519Z test_nvfuser_correctness_log10_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1378727Z test_nvfuser_correctness_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1396614Z test_nvfuser_correctness_log1p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1414633Z test_nvfuser_correctness_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1433011Z test_nvfuser_correctness_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1451058Z test_nvfuser_correctness_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1470340Z test_nvfuser_correctness_log1p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1487817Z test_nvfuser_correctness_log1p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1506215Z test_nvfuser_correctness_log1p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1524424Z test_nvfuser_correctness_log1p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1548625Z test_nvfuser_correctness_log1p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1566718Z test_nvfuser_correctness_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1584958Z test_nvfuser_correctness_log2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1602950Z test_nvfuser_correctness_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1621418Z test_nvfuser_correctness_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1639077Z test_nvfuser_correctness_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1658825Z test_nvfuser_correctness_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1676662Z test_nvfuser_correctness_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1694879Z test_nvfuser_correctness_log2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1713244Z test_nvfuser_correctness_log2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1731460Z test_nvfuser_correctness_log2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1750049Z test_nvfuser_correctness_log2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1774249Z test_nvfuser_correctness_log2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1792342Z test_nvfuser_correctness_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1810457Z test_nvfuser_correctness_log_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1828750Z test_nvfuser_correctness_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1847739Z test_nvfuser_correctness_log_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1866785Z test_nvfuser_correctness_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1885252Z test_nvfuser_correctness_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1903738Z test_nvfuser_correctness_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1921907Z test_nvfuser_correctness_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1940470Z test_nvfuser_correctness_log_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1958418Z test_nvfuser_correctness_log_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.1976755Z test_nvfuser_correctness_log_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2000916Z test_nvfuser_correctness_log_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2019322Z test_nvfuser_correctness_log_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2037429Z test_nvfuser_correctness_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2055373Z test_nvfuser_correctness_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2073651Z test_nvfuser_correctness_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2091790Z test_nvfuser_correctness_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2110128Z test_nvfuser_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2128407Z test_nvfuser_correctness_log_softmax_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2146788Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2164925Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2183134Z test_nvfuser_correctness_log_softmax_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2201398Z test_nvfuser_correctness_log_softmax_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2225772Z test_nvfuser_correctness_log_softmax_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2243658Z test_nvfuser_correctness_log_softmax_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2261995Z test_nvfuser_correctness_log_softmax_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2280089Z test_nvfuser_correctness_log_softmax_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2298290Z test_nvfuser_correctness_log_softmax_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2316246Z test_nvfuser_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2334153Z test_nvfuser_correctness_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2352598Z test_nvfuser_correctness_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2370718Z test_nvfuser_correctness_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2389090Z test_nvfuser_correctness_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2408529Z test_nvfuser_correctness_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2432904Z test_nvfuser_correctness_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2450998Z test_nvfuser_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2469433Z test_nvfuser_correctness_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2487688Z test_nvfuser_correctness_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2506099Z test_nvfuser_correctness_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2523556Z test_nvfuser_correctness_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2541381Z test_nvfuser_correctness_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2559721Z test_nvfuser_correctness_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2578138Z test_nvfuser_correctness_logical_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2596487Z test_nvfuser_correctness_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2614578Z test_nvfuser_correctness_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2632853Z test_nvfuser_correctness_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2657012Z test_nvfuser_correctness_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2675190Z test_nvfuser_correctness_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2693475Z test_nvfuser_correctness_logical_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2711986Z test_nvfuser_correctness_logical_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2729846Z test_nvfuser_correctness_logical_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2748272Z test_nvfuser_correctness_logical_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2766534Z test_nvfuser_correctness_logical_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2784829Z test_nvfuser_correctness_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2803028Z test_nvfuser_correctness_logical_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2821377Z test_nvfuser_correctness_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2839465Z test_nvfuser_correctness_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2858072Z test_nvfuser_correctness_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2883674Z test_nvfuser_correctness_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2902065Z test_nvfuser_correctness_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2919991Z test_nvfuser_correctness_logical_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2938198Z test_nvfuser_correctness_logical_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2956572Z test_nvfuser_correctness_logical_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2974518Z test_nvfuser_correctness_logical_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.2992709Z test_nvfuser_correctness_logical_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3010719Z test_nvfuser_correctness_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3028931Z test_nvfuser_correctness_logical_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3047274Z test_nvfuser_correctness_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3065598Z test_nvfuser_correctness_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3083695Z test_nvfuser_correctness_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3108239Z test_nvfuser_correctness_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3125931Z test_nvfuser_correctness_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3144243Z test_nvfuser_correctness_logical_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3162271Z test_nvfuser_correctness_logical_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3180688Z test_nvfuser_correctness_logical_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3198866Z test_nvfuser_correctness_logical_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3216968Z test_nvfuser_correctness_logical_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3235126Z test_nvfuser_correctness_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3253260Z test_nvfuser_correctness_logical_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3272016Z test_nvfuser_correctness_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3289800Z test_nvfuser_correctness_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3313897Z test_nvfuser_correctness_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3331813Z test_nvfuser_correctness_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3350618Z test_nvfuser_correctness_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3368264Z test_nvfuser_correctness_logical_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3386538Z test_nvfuser_correctness_logical_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3404974Z test_nvfuser_correctness_logical_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3423007Z test_nvfuser_correctness_logical_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3441011Z test_nvfuser_correctness_logical_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3459403Z test_nvfuser_correctness_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3477413Z test_nvfuser_correctness_logit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3495778Z test_nvfuser_correctness_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3513992Z test_nvfuser_correctness_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3538206Z test_nvfuser_correctness_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3556579Z test_nvfuser_correctness_logit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3574696Z test_nvfuser_correctness_logit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3592740Z test_nvfuser_correctness_logit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3610908Z test_nvfuser_correctness_logit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3629003Z test_nvfuser_correctness_logit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3647193Z test_nvfuser_correctness_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3665330Z test_nvfuser_correctness_logsumexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3683583Z test_nvfuser_correctness_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3702097Z test_nvfuser_correctness_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3720267Z test_nvfuser_correctness_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3739047Z test_nvfuser_correctness_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3762696Z test_nvfuser_correctness_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3781098Z test_nvfuser_correctness_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3799425Z test_nvfuser_correctness_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3817694Z test_nvfuser_correctness_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3835970Z test_nvfuser_correctness_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3854040Z test_nvfuser_correctness_long_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3872682Z test_nvfuser_correctness_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3890708Z test_nvfuser_correctness_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3909149Z test_nvfuser_correctness_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3927499Z test_nvfuser_correctness_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3946158Z test_nvfuser_correctness_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3964289Z test_nvfuser_correctness_long_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.3988312Z test_nvfuser_correctness_long_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4006122Z test_nvfuser_correctness_long_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4024489Z test_nvfuser_correctness_long_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4042367Z test_nvfuser_correctness_long_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4060626Z test_nvfuser_correctness_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4078692Z test_nvfuser_correctness_lt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4096787Z test_nvfuser_correctness_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4114951Z test_nvfuser_correctness_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4132801Z test_nvfuser_correctness_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4151382Z test_nvfuser_correctness_lt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4169458Z test_nvfuser_correctness_lt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4193786Z test_nvfuser_correctness_lt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4212004Z test_nvfuser_correctness_lt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4230124Z test_nvfuser_correctness_lt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4248438Z test_nvfuser_correctness_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4266817Z test_nvfuser_correctness_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4284952Z test_nvfuser_correctness_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4303354Z test_nvfuser_correctness_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4321837Z test_nvfuser_correctness_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4340260Z test_nvfuser_correctness_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4358492Z test_nvfuser_correctness_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4377377Z test_nvfuser_correctness_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4395764Z test_nvfuser_correctness_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4420857Z test_nvfuser_correctness_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4438210Z test_nvfuser_correctness_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4456242Z test_nvfuser_correctness_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4474464Z test_nvfuser_correctness_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4492591Z test_nvfuser_correctness_mH_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4511025Z test_nvfuser_correctness_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4529073Z test_nvfuser_correctness_mH_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4547508Z test_nvfuser_correctness_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4566033Z test_nvfuser_correctness_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4584342Z test_nvfuser_correctness_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4602411Z test_nvfuser_correctness_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4621030Z test_nvfuser_correctness_mH_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4645371Z test_nvfuser_correctness_mH_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4664343Z test_nvfuser_correctness_mH_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4682476Z test_nvfuser_correctness_mH_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4700721Z test_nvfuser_correctness_mH_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4718728Z test_nvfuser_correctness_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4736715Z test_nvfuser_correctness_mT_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4755093Z test_nvfuser_correctness_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4773360Z test_nvfuser_correctness_mT_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4791717Z test_nvfuser_correctness_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4832167Z test_nvfuser_correctness_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4833386Z test_nvfuser_correctness_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4846936Z test_nvfuser_correctness_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4871429Z test_nvfuser_correctness_mT_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4888975Z test_nvfuser_correctness_mT_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4907050Z test_nvfuser_correctness_mT_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4925268Z test_nvfuser_correctness_mT_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4943829Z test_nvfuser_correctness_mT_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4961654Z test_nvfuser_correctness_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4980380Z test_nvfuser_correctness_masked_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.4998437Z test_nvfuser_correctness_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5016788Z test_nvfuser_correctness_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5035023Z test_nvfuser_correctness_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5053332Z test_nvfuser_correctness_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5077509Z test_nvfuser_correctness_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5095589Z test_nvfuser_correctness_masked_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5113752Z test_nvfuser_correctness_masked_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5131885Z test_nvfuser_correctness_masked_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5150256Z test_nvfuser_correctness_masked_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5168626Z test_nvfuser_correctness_masked_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5186849Z test_nvfuser_correctness_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5204990Z test_nvfuser_correctness_masked_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5223748Z test_nvfuser_correctness_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5241770Z test_nvfuser_correctness_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5260531Z test_nvfuser_correctness_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5278616Z test_nvfuser_correctness_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5303460Z test_nvfuser_correctness_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5321667Z test_nvfuser_correctness_masked_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5340154Z test_nvfuser_correctness_masked_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5358134Z test_nvfuser_correctness_masked_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5376151Z test_nvfuser_correctness_masked_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5394281Z test_nvfuser_correctness_masked_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5412469Z test_nvfuser_correctness_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5430713Z test_nvfuser_correctness_masked_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5448858Z test_nvfuser_correctness_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5467321Z test_nvfuser_correctness_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5485727Z test_nvfuser_correctness_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5504012Z test_nvfuser_correctness_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5530271Z test_nvfuser_correctness_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:31.5548579Z test_nvfuser_correctness_masked_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5566579Z test_nvfuser_correctness_masked_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5585180Z test_nvfuser_correctness_masked_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5603380Z test_nvfuser_correctness_masked_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5621847Z test_nvfuser_correctness_masked_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5639540Z test_nvfuser_correctness_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5657960Z test_nvfuser_correctness_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5675805Z test_nvfuser_correctness_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5693713Z test_nvfuser_correctness_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5712138Z test_nvfuser_correctness_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5730144Z test_nvfuser_correctness_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5754370Z test_nvfuser_correctness_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5772395Z test_nvfuser_correctness_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5790638Z test_nvfuser_correctness_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5808663Z test_nvfuser_correctness_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5826875Z test_nvfuser_correctness_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5844883Z test_nvfuser_correctness_max_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5863436Z test_nvfuser_correctness_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5881356Z test_nvfuser_correctness_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5899831Z test_nvfuser_correctness_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5918029Z test_nvfuser_correctness_max_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5936124Z test_nvfuser_correctness_max_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5960159Z test_nvfuser_correctness_max_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5978374Z test_nvfuser_correctness_max_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.5996301Z test_nvfuser_correctness_max_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6014341Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6032560Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6050601Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6068800Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6086713Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6104924Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6123215Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6141607Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6159880Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6184319Z test_nvfuser_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6202421Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6220781Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6238485Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6256753Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6275091Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6292979Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6311252Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6329482Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6347808Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6366244Z test_nvfuser_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6384546Z test_nvfuser_correctness_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6408269Z test_nvfuser_correctness_maximum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6426541Z test_nvfuser_correctness_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6444374Z test_nvfuser_correctness_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6462682Z test_nvfuser_correctness_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6480784Z test_nvfuser_correctness_maximum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6498973Z test_nvfuser_correctness_maximum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6516963Z test_nvfuser_correctness_maximum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6535005Z test_nvfuser_correctness_maximum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6553264Z test_nvfuser_correctness_maximum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6571340Z test_nvfuser_correctness_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6589684Z test_nvfuser_correctness_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6607977Z test_nvfuser_correctness_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6632123Z test_nvfuser_correctness_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6650530Z test_nvfuser_correctness_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6668385Z test_nvfuser_correctness_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6686599Z test_nvfuser_correctness_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6704623Z test_nvfuser_correctness_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6722567Z test_nvfuser_correctness_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6740830Z test_nvfuser_correctness_median_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6758722Z test_nvfuser_correctness_median_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6776966Z test_nvfuser_correctness_median_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6795338Z test_nvfuser_correctness_median_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6813376Z test_nvfuser_correctness_median_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6838401Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6857472Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6875567Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6893672Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6912055Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6929799Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6948166Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6965912Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.6984093Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7002116Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7020408Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7038367Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7062695Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7080642Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7098950Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7116904Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7134890Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7153159Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7171144Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7189420Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7207602Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7225739Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7243910Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7262223Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7286045Z test_nvfuser_correctness_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7304255Z test_nvfuser_correctness_min_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7322184Z test_nvfuser_correctness_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7340562Z test_nvfuser_correctness_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7358697Z test_nvfuser_correctness_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7377138Z test_nvfuser_correctness_min_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7394995Z test_nvfuser_correctness_min_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7413143Z test_nvfuser_correctness_min_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7431481Z test_nvfuser_correctness_min_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7449628Z test_nvfuser_correctness_min_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7468204Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7486804Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7510757Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7528702Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7547224Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7565295Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7583838Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7601783Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7619981Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7637916Z test_nvfuser_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7656080Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7674629Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7692659Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7717213Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7735058Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7753219Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7771126Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7789351Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7808058Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7825967Z test_nvfuser_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7843667Z test_nvfuser_correctness_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7862054Z test_nvfuser_correctness_minimum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7880046Z test_nvfuser_correctness_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7898416Z test_nvfuser_correctness_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7916436Z test_nvfuser_correctness_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7940655Z test_nvfuser_correctness_minimum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7958676Z test_nvfuser_correctness_minimum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7976810Z test_nvfuser_correctness_minimum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.7995067Z test_nvfuser_correctness_minimum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8013126Z test_nvfuser_correctness_minimum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8031310Z test_nvfuser_correctness_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8049579Z test_nvfuser_correctness_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8068068Z test_nvfuser_correctness_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8085718Z test_nvfuser_correctness_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8104305Z test_nvfuser_correctness_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8122192Z test_nvfuser_correctness_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8140506Z test_nvfuser_correctness_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8166342Z test_nvfuser_correctness_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8184536Z test_nvfuser_correctness_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8202388Z test_nvfuser_correctness_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8221185Z test_nvfuser_correctness_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8239086Z test_nvfuser_correctness_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8257382Z test_nvfuser_correctness_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8275400Z test_nvfuser_correctness_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8293414Z test_nvfuser_correctness_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8311547Z test_nvfuser_correctness_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8329824Z test_nvfuser_correctness_movedim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8348603Z test_nvfuser_correctness_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8366628Z test_nvfuser_correctness_movedim_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8390812Z test_nvfuser_correctness_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8408487Z test_nvfuser_correctness_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8428064Z test_nvfuser_correctness_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8446259Z test_nvfuser_correctness_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8464664Z test_nvfuser_correctness_movedim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8482614Z test_nvfuser_correctness_movedim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8501062Z test_nvfuser_correctness_movedim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8519126Z test_nvfuser_correctness_movedim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8537565Z test_nvfuser_correctness_movedim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8555708Z test_nvfuser_correctness_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8574002Z test_nvfuser_correctness_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8598380Z test_nvfuser_correctness_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8616458Z test_nvfuser_correctness_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8634826Z test_nvfuser_correctness_msort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8652993Z test_nvfuser_correctness_msort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8671243Z test_nvfuser_correctness_msort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8689283Z test_nvfuser_correctness_msort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8707490Z test_nvfuser_correctness_msort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8725821Z test_nvfuser_correctness_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8743955Z test_nvfuser_correctness_mul_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8762042Z test_nvfuser_correctness_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8780651Z test_nvfuser_correctness_mul_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8798624Z test_nvfuser_correctness_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8823042Z test_nvfuser_correctness_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8841131Z test_nvfuser_correctness_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8859732Z test_nvfuser_correctness_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8877968Z test_nvfuser_correctness_mul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8895943Z test_nvfuser_correctness_mul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8914209Z test_nvfuser_correctness_mul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8932348Z test_nvfuser_correctness_mul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8950590Z test_nvfuser_correctness_mul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8968824Z test_nvfuser_correctness_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.8987247Z test_nvfuser_correctness_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9005512Z test_nvfuser_correctness_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9023871Z test_nvfuser_correctness_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9047894Z test_nvfuser_correctness_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9066194Z test_nvfuser_correctness_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9084417Z test_nvfuser_correctness_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9102679Z test_nvfuser_correctness_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9121016Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9139548Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9157491Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9175642Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9194006Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9212401Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9230626Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9248964Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9273407Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9291182Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9309634Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9327637Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9346018Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9364042Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9382477Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9400535Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9418942Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9437102Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9455491Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9479803Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9498222Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9516298Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9534238Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9552544Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9570586Z test_nvfuser_correctness_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9588917Z test_nvfuser_correctness_nan_to_num_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9607115Z test_nvfuser_correctness_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9625347Z test_nvfuser_correctness_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9643511Z test_nvfuser_correctness_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9662069Z test_nvfuser_correctness_nan_to_num_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9680265Z test_nvfuser_correctness_nan_to_num_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9704707Z test_nvfuser_correctness_nan_to_num_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9722563Z test_nvfuser_correctness_nan_to_num_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9741085Z test_nvfuser_correctness_nan_to_num_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9759251Z test_nvfuser_correctness_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9777788Z test_nvfuser_correctness_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9795591Z test_nvfuser_correctness_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9813761Z test_nvfuser_correctness_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9832037Z test_nvfuser_correctness_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9850133Z test_nvfuser_correctness_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9868653Z test_nvfuser_correctness_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9886524Z test_nvfuser_correctness_nanmedian_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9905065Z test_nvfuser_correctness_nanmedian_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9928771Z test_nvfuser_correctness_nanmedian_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9947123Z test_nvfuser_correctness_nanmedian_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9965281Z test_nvfuser_correctness_nanmedian_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:31.9983771Z test_nvfuser_correctness_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0001757Z test_nvfuser_correctness_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0020096Z test_nvfuser_correctness_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0038254Z test_nvfuser_correctness_nansum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0056664Z test_nvfuser_correctness_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0074938Z test_nvfuser_correctness_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0093013Z test_nvfuser_correctness_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0111647Z test_nvfuser_correctness_nansum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0129826Z test_nvfuser_correctness_nansum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0153900Z test_nvfuser_correctness_nansum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0171875Z test_nvfuser_correctness_nansum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0190128Z test_nvfuser_correctness_nansum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0208284Z test_nvfuser_correctness_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0226611Z test_nvfuser_correctness_narrow_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0244744Z test_nvfuser_correctness_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0263043Z test_nvfuser_correctness_narrow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0281066Z test_nvfuser_correctness_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0299751Z test_nvfuser_correctness_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0317842Z test_nvfuser_correctness_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0336126Z test_nvfuser_correctness_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0360544Z test_nvfuser_correctness_narrow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0378803Z test_nvfuser_correctness_narrow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0396793Z test_nvfuser_correctness_narrow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0415018Z test_nvfuser_correctness_narrow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0432895Z test_nvfuser_correctness_narrow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0451128Z test_nvfuser_correctness_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0469440Z test_nvfuser_correctness_ne_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0487505Z test_nvfuser_correctness_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0505908Z test_nvfuser_correctness_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0523816Z test_nvfuser_correctness_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0542288Z test_nvfuser_correctness_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0560365Z test_nvfuser_correctness_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0584912Z test_nvfuser_correctness_ne_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0602830Z test_nvfuser_correctness_ne_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0621035Z test_nvfuser_correctness_ne_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0639051Z test_nvfuser_correctness_ne_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0657440Z test_nvfuser_correctness_ne_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0675516Z test_nvfuser_correctness_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0693646Z test_nvfuser_correctness_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0712012Z test_nvfuser_correctness_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0730178Z test_nvfuser_correctness_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0748674Z test_nvfuser_correctness_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0766815Z test_nvfuser_correctness_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0785491Z test_nvfuser_correctness_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0810682Z test_nvfuser_correctness_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0828937Z test_nvfuser_correctness_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0847098Z test_nvfuser_correctness_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0865571Z test_nvfuser_correctness_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0883525Z test_nvfuser_correctness_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.0894190Z test_nvfuser_correctness_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0905580Z test_nvfuser_correctness_new_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0916475Z test_nvfuser_correctness_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0928023Z test_nvfuser_correctness_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0940038Z test_nvfuser_correctness_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0950664Z test_nvfuser_correctness_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0962348Z test_nvfuser_correctness_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0973660Z test_nvfuser_correctness_new_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0985073Z test_nvfuser_correctness_new_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.0996085Z test_nvfuser_correctness_new_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.1007298Z test_nvfuser_correctness_new_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.1018538Z test_nvfuser_correctness_new_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.1037267Z test_nvfuser_correctness_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1055276Z test_nvfuser_correctness_new_full_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1073458Z test_nvfuser_correctness_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1091503Z test_nvfuser_correctness_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1109830Z test_nvfuser_correctness_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1128007Z test_nvfuser_correctness_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1146527Z test_nvfuser_correctness_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1170594Z test_nvfuser_correctness_new_full_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1188799Z test_nvfuser_correctness_new_full_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1206801Z test_nvfuser_correctness_new_full_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1225106Z test_nvfuser_correctness_new_full_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1243159Z test_nvfuser_correctness_new_full_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1261831Z test_nvfuser_correctness_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1279600Z test_nvfuser_correctness_new_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1298096Z test_nvfuser_correctness_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1316297Z test_nvfuser_correctness_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1334506Z test_nvfuser_correctness_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1353177Z test_nvfuser_correctness_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1377112Z test_nvfuser_correctness_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1395166Z test_nvfuser_correctness_new_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1413380Z test_nvfuser_correctness_new_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1431984Z test_nvfuser_correctness_new_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1450039Z test_nvfuser_correctness_new_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1468306Z test_nvfuser_correctness_new_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1486450Z test_nvfuser_correctness_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1504822Z test_nvfuser_correctness_new_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1522982Z test_nvfuser_correctness_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1541167Z test_nvfuser_correctness_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1559390Z test_nvfuser_correctness_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1577980Z test_nvfuser_correctness_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1602010Z test_nvfuser_correctness_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1620592Z test_nvfuser_correctness_new_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1638712Z test_nvfuser_correctness_new_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1656678Z test_nvfuser_correctness_new_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1674926Z test_nvfuser_correctness_new_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1693074Z test_nvfuser_correctness_new_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1711614Z test_nvfuser_correctness_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1729433Z test_nvfuser_correctness_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1747905Z test_nvfuser_correctness_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1766061Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1784425Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1802488Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1826898Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1846040Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1865080Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1883287Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1901560Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1919717Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1938017Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1956395Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1974418Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.1993367Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2011489Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2030001Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2053996Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2072412Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2090343Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2108448Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2126496Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2144813Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2163220Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2181432Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2199661Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2218102Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2236399Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2260697Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2278695Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2297030Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2315273Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2333438Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2351913Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2369837Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2388276Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2406459Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2424640Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2443071Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2461576Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2485609Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2503880Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2522537Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2541237Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2559695Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2578662Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2596627Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2614677Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2633300Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2644389Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.2655550Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.2667076Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.2677895Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:32.2696883Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2715272Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2733489Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2757542Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2775628Z test_nvfuser_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2793929Z test_nvfuser_correctness_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2811926Z test_nvfuser_correctness_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2830125Z test_nvfuser_correctness_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2848316Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2866588Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2884623Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2902922Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2920942Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2939295Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2958039Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.2982176Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3000255Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3018635Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3036741Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3054873Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3073383Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3091344Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3109804Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3127864Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3138800Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-05-18T04:09:32.3150513Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-05-18T04:09:32.3161607Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-05-18T04:09:32.3180731Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3198871Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3223254Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3241127Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3259588Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3277698Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3295559Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3313776Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3331849Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3350312Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3368506Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3386881Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3405213Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3423731Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3447343Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3465524Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3483528Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3501838Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3519822Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3538101Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3556282Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3574498Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3592687Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3610762Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3629089Z test_nvfuser_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3647563Z test_nvfuser_correctness_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3673262Z test_nvfuser_correctness_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3691389Z test_nvfuser_correctness_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3709781Z test_nvfuser_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3727995Z test_nvfuser_correctness_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3746180Z test_nvfuser_correctness_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3764375Z test_nvfuser_correctness_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3783022Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3800760Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3819155Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3837289Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3856322Z test_nvfuser_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3874738Z test_nvfuser_correctness_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3898692Z test_nvfuser_correctness_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3916657Z test_nvfuser_correctness_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3934925Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3953357Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3971493Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.3989923Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4007965Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4026422Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4044564Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4062976Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4081053Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4104996Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4122879Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4141207Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4159207Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4177459Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4195398Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4213538Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4231790Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4250006Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4268544Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4286652Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4304944Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4328795Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4347212Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4365211Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4383458Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4401599Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4420021Z test_nvfuser_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4438273Z test_nvfuser_correctness_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4456414Z test_nvfuser_correctness_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4474684Z test_nvfuser_correctness_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4492766Z test_nvfuser_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4511271Z test_nvfuser_correctness_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4529648Z test_nvfuser_correctness_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4553502Z test_nvfuser_correctness_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4571752Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4590047Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4608078Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4626304Z test_nvfuser_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4644344Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4662859Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4680916Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4699190Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4717287Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4735549Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4753949Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4778021Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4796028Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4813923Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4832185Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4850461Z test_nvfuser_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4868687Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4886806Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4904781Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4923025Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4941487Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4959672Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.4983903Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5001908Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5020557Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5038380Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5056676Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5074988Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5093011Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5111337Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5129376Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5147683Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5165698Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5184341Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5208249Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5226351Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5244517Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5263004Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5280980Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5299616Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5317724Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5335848Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5354254Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5372415Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5390920Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5409385Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5433262Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5451348Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5469708Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5487863Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5506359Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5524578Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5542900Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5561138Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5579438Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5597496Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5615666Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5634134Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5658323Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5676386Z test_nvfuser_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5694489Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5712894Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5731032Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5749481Z test_nvfuser_correctness_nn_functional_kl_div_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5767562Z test_nvfuser_correctness_nn_functional_kl_div_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5785981Z test_nvfuser_correctness_nn_functional_kl_div_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5804127Z test_nvfuser_correctness_nn_functional_kl_div_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5822309Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5840541Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5865030Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5882705Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5901127Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5919296Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5937692Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5955740Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5974110Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.5992475Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6010525Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6029625Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6047801Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6066284Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6090052Z test_nvfuser_correctness_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6108356Z test_nvfuser_correctness_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6126707Z test_nvfuser_correctness_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6144992Z test_nvfuser_correctness_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6163303Z test_nvfuser_correctness_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6181713Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6200105Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6218498Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6236593Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6254811Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6273109Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6291495Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6317124Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6335146Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6353521Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6371673Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6389978Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6408110Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6426610Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6444604Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6463998Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6474648Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Works on some conifgs (0.001s) 2022-05-18T04:09:32.6492807Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6511359Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6529427Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6553534Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6571584Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6589691Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6607816Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6626110Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6644239Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6662914Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6681012Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6699717Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6717926Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6736108Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6759949Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6778020Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6796102Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6814608Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6833054Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6851937Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6871015Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6889121Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6907501Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6925504Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6943777Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6961877Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.6986263Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7004072Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7022622Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7040355Z test_nvfuser_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7059001Z test_nvfuser_correctness_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7076986Z test_nvfuser_correctness_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7095221Z test_nvfuser_correctness_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7113372Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7131386Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7149681Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7167883Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7186241Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7210072Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7228770Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7246820Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7265100Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7283482Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7301709Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7319823Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7338198Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7356333Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7374849Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7392976Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7411106Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7435079Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7453120Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7471325Z test_nvfuser_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7489457Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7507640Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7525650Z test_nvfuser_correctness_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7543887Z test_nvfuser_correctness_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7562186Z test_nvfuser_correctness_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7580370Z test_nvfuser_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7598440Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7616589Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7640395Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7658888Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7676794Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7695308Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7712950Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7731125Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7749801Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7767676Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7786205Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7804150Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7822647Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7840999Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7865315Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7883460Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7901886Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7919940Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7938294Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7956439Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7974477Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.7992689Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8010772Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8028871Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8047091Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8065277Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8088917Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8107226Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8125314Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8143782Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8162109Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8180585Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8198681Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8217772Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8235643Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8253789Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8272080Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8290474Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8314520Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8332578Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8350676Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8368685Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8387156Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8405148Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8423455Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8441363Z test_nvfuser_correctness_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8459921Z test_nvfuser_correctness_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8477965Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8496279Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8520191Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8538646Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8556667Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8574763Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8593161Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8611048Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8629343Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8647498Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8665835Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8683917Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8702434Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8720633Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8744841Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8762830Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8781251Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8799595Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8818230Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8835767Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8853848Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8872104Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8890171Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8908580Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8926887Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8945318Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8970974Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.8989198Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9007350Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9025638Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9043639Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9062122Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9080169Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9098616Z test_nvfuser_correctness_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9116619Z test_nvfuser_correctness_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9134676Z test_nvfuser_correctness_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9153175Z test_nvfuser_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9171212Z test_nvfuser_correctness_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9195410Z test_nvfuser_correctness_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9213323Z test_nvfuser_correctness_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9231592Z test_nvfuser_correctness_nn_functional_relu6_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9249674Z test_nvfuser_correctness_nn_functional_relu6_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9267959Z test_nvfuser_correctness_nn_functional_relu6_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9285997Z test_nvfuser_correctness_nn_functional_relu6_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9304419Z test_nvfuser_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9322483Z test_nvfuser_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9341042Z test_nvfuser_correctness_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9359016Z test_nvfuser_correctness_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9377612Z test_nvfuser_correctness_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9401404Z test_nvfuser_correctness_nn_functional_relu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9419794Z test_nvfuser_correctness_nn_functional_relu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9437655Z test_nvfuser_correctness_nn_functional_relu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9455899Z test_nvfuser_correctness_nn_functional_relu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9474472Z test_nvfuser_correctness_nn_functional_relu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9492207Z test_nvfuser_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9510637Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9528583Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9547096Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9565454Z test_nvfuser_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9583714Z test_nvfuser_correctness_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9601724Z test_nvfuser_correctness_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9625930Z test_nvfuser_correctness_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9644063Z test_nvfuser_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9662403Z test_nvfuser_correctness_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9680782Z test_nvfuser_correctness_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9699049Z test_nvfuser_correctness_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9716982Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9734968Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9753395Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9771465Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9789871Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9808158Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9826694Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9850411Z test_nvfuser_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9868801Z test_nvfuser_correctness_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9886912Z test_nvfuser_correctness_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9905233Z test_nvfuser_correctness_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9923216Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9941734Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9959992Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9978288Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:32.9996312Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0014571Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0032968Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0051223Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0075577Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0093409Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0111857Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0129779Z test_nvfuser_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0147995Z test_nvfuser_correctness_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0165982Z test_nvfuser_correctness_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0184267Z test_nvfuser_correctness_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0202559Z test_nvfuser_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0220738Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0238712Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0257017Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0281381Z test_nvfuser_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0299941Z test_nvfuser_correctness_nn_functional_softsign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0317822Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0335957Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0354256Z test_nvfuser_correctness_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0372269Z test_nvfuser_correctness_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0390473Z test_nvfuser_correctness_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0408395Z test_nvfuser_correctness_nn_functional_softsign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0426705Z test_nvfuser_correctness_nn_functional_softsign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0444816Z test_nvfuser_correctness_nn_functional_softsign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0463316Z test_nvfuser_correctness_nn_functional_softsign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0481465Z test_nvfuser_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0505994Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0524056Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0542240Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0560378Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0578777Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0596963Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0615089Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0633381Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0651829Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0670261Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0688345Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0706890Z test_nvfuser_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0730649Z test_nvfuser_correctness_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0749246Z test_nvfuser_correctness_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0767432Z test_nvfuser_correctness_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0785689Z test_nvfuser_correctness_nn_functional_threshold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0803729Z test_nvfuser_correctness_nn_functional_threshold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0822077Z test_nvfuser_correctness_nn_functional_threshold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0840302Z test_nvfuser_correctness_nn_functional_threshold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0858805Z test_nvfuser_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0876895Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0895073Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0913581Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0931945Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0956290Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0974261Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.0992678Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1010772Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1029076Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1047121Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1065546Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1083721Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1102253Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1120464Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1138900Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1163193Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1181747Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1199756Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1218073Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1235882Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1254041Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1272371Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1290448Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1308787Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1326916Z test_nvfuser_correctness_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1345360Z test_nvfuser_correctness_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1363620Z test_nvfuser_correctness_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1387990Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1405938Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1424380Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1442537Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1460840Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1479050Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1497640Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1515355Z test_nvfuser_correctness_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1533483Z test_nvfuser_correctness_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1552018Z test_nvfuser_correctness_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1570050Z test_nvfuser_correctness_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1588615Z test_nvfuser_correctness_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1613957Z test_nvfuser_correctness_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1632148Z test_nvfuser_correctness_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1650276Z test_nvfuser_correctness_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1668428Z test_nvfuser_correctness_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1686327Z test_nvfuser_correctness_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1704643Z test_nvfuser_correctness_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1722564Z test_nvfuser_correctness_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1741085Z test_nvfuser_correctness_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1759038Z test_nvfuser_correctness_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1777172Z test_nvfuser_correctness_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1795256Z test_nvfuser_correctness_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1813435Z test_nvfuser_correctness_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1838425Z test_nvfuser_correctness_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1856960Z test_nvfuser_correctness_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1875492Z test_nvfuser_correctness_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1893670Z test_nvfuser_correctness_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1912096Z test_nvfuser_correctness_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1930075Z test_nvfuser_correctness_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1948374Z test_nvfuser_correctness_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1966708Z test_nvfuser_correctness_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.1984935Z test_nvfuser_correctness_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2003021Z test_nvfuser_correctness_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2021651Z test_nvfuser_correctness_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2045423Z test_nvfuser_correctness_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2063827Z test_nvfuser_correctness_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2081845Z test_nvfuser_correctness_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2100556Z test_nvfuser_correctness_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2118559Z test_nvfuser_correctness_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2136520Z test_nvfuser_correctness_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2154928Z test_nvfuser_correctness_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2172950Z test_nvfuser_correctness_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2191198Z test_nvfuser_correctness_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2209191Z test_nvfuser_correctness_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2227603Z test_nvfuser_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2245771Z test_nvfuser_correctness_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2270060Z test_nvfuser_correctness_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2287980Z test_nvfuser_correctness_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2306171Z test_nvfuser_correctness_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2324308Z test_nvfuser_correctness_ones_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2342598Z test_nvfuser_correctness_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2360630Z test_nvfuser_correctness_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2378962Z test_nvfuser_correctness_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2397359Z test_nvfuser_correctness_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2415384Z test_nvfuser_correctness_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2433446Z test_nvfuser_correctness_ones_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2451802Z test_nvfuser_correctness_ones_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2470152Z test_nvfuser_correctness_ones_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2493632Z test_nvfuser_correctness_ones_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2511792Z test_nvfuser_correctness_ones_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2529982Z test_nvfuser_correctness_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2548465Z test_nvfuser_correctness_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2566454Z test_nvfuser_correctness_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2584865Z test_nvfuser_correctness_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2602821Z test_nvfuser_correctness_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2621372Z test_nvfuser_correctness_outer_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2639353Z test_nvfuser_correctness_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2657736Z test_nvfuser_correctness_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2676086Z test_nvfuser_correctness_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2694133Z test_nvfuser_correctness_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2718124Z test_nvfuser_correctness_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2736158Z test_nvfuser_correctness_outer_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2754475Z test_nvfuser_correctness_outer_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2772539Z test_nvfuser_correctness_outer_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2790750Z test_nvfuser_correctness_outer_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2808875Z test_nvfuser_correctness_outer_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2827656Z test_nvfuser_correctness_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2846194Z test_nvfuser_correctness_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2864525Z test_nvfuser_correctness_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2882596Z test_nvfuser_correctness_permute_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2901124Z test_nvfuser_correctness_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2924989Z test_nvfuser_correctness_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2943060Z test_nvfuser_correctness_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2961541Z test_nvfuser_correctness_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2979637Z test_nvfuser_correctness_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.2997752Z test_nvfuser_correctness_permute_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3015582Z test_nvfuser_correctness_permute_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3033840Z test_nvfuser_correctness_permute_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3052143Z test_nvfuser_correctness_permute_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3070344Z test_nvfuser_correctness_permute_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3088480Z test_nvfuser_correctness_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3107083Z test_nvfuser_correctness_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3125291Z test_nvfuser_correctness_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3149571Z test_nvfuser_correctness_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3167504Z test_nvfuser_correctness_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3185880Z test_nvfuser_correctness_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3203936Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3222394Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3240431Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3258775Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3276683Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3294925Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3313201Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3331297Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3349826Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3373449Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3391671Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3409795Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3427827Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3446047Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3464378Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3482334Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3500671Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3518726Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3536720Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3555231Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3573592Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3597756Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3615635Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3633805Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3651827Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3669958Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3687934Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3706478Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3724497Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3743033Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3761263Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3779731Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3803618Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3821805Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3839758Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3858144Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3876026Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3894087Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3912411Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3930406Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3948634Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3967155Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.3985348Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4003314Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4027529Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4045403Z test_nvfuser_correctness_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4063757Z test_nvfuser_correctness_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4081992Z test_nvfuser_correctness_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4100142Z test_nvfuser_correctness_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4118017Z test_nvfuser_correctness_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4135983Z test_nvfuser_correctness_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4154226Z test_nvfuser_correctness_positive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4172409Z test_nvfuser_correctness_positive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4191183Z test_nvfuser_correctness_positive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4209236Z test_nvfuser_correctness_positive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4227738Z test_nvfuser_correctness_positive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4252904Z test_nvfuser_correctness_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4271130Z test_nvfuser_correctness_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4289173Z test_nvfuser_correctness_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4307430Z test_nvfuser_correctness_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4325316Z test_nvfuser_correctness_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4343953Z test_nvfuser_correctness_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4361761Z test_nvfuser_correctness_pow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4380041Z test_nvfuser_correctness_pow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4397943Z test_nvfuser_correctness_pow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4416013Z test_nvfuser_correctness_pow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4434299Z test_nvfuser_correctness_pow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4452535Z test_nvfuser_correctness_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4476849Z test_nvfuser_correctness_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4494987Z test_nvfuser_correctness_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4513099Z test_nvfuser_correctness_prod_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4531220Z test_nvfuser_correctness_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4549559Z test_nvfuser_correctness_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4567572Z test_nvfuser_correctness_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4585979Z test_nvfuser_correctness_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4603965Z test_nvfuser_correctness_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4622237Z test_nvfuser_correctness_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4640264Z test_nvfuser_correctness_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4658703Z test_nvfuser_correctness_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4682597Z test_nvfuser_correctness_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4700942Z test_nvfuser_correctness_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4718956Z test_nvfuser_correctness_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4737305Z test_nvfuser_correctness_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4755451Z test_nvfuser_correctness_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4773655Z test_nvfuser_correctness_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4792014Z test_nvfuser_correctness_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4810063Z test_nvfuser_correctness_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4828241Z test_nvfuser_correctness_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4846277Z test_nvfuser_correctness_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4864679Z test_nvfuser_correctness_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4882773Z test_nvfuser_correctness_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4907361Z test_nvfuser_correctness_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4924963Z test_nvfuser_correctness_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4943508Z test_nvfuser_correctness_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4961372Z test_nvfuser_correctness_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4979766Z test_nvfuser_correctness_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.4997718Z test_nvfuser_correctness_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5015919Z test_nvfuser_correctness_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5034113Z test_nvfuser_correctness_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5052361Z test_nvfuser_correctness_rad2deg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5070850Z test_nvfuser_correctness_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5088931Z test_nvfuser_correctness_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5107312Z test_nvfuser_correctness_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5130979Z test_nvfuser_correctness_rad2deg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5149552Z test_nvfuser_correctness_rad2deg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5167618Z test_nvfuser_correctness_rad2deg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5186580Z test_nvfuser_correctness_rad2deg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5204113Z test_nvfuser_correctness_rad2deg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5222612Z test_nvfuser_correctness_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5240486Z test_nvfuser_correctness_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5259032Z test_nvfuser_correctness_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5277107Z test_nvfuser_correctness_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5295289Z test_nvfuser_correctness_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5313709Z test_nvfuser_correctness_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5331629Z test_nvfuser_correctness_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5356149Z test_nvfuser_correctness_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5374263Z test_nvfuser_correctness_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5392427Z test_nvfuser_correctness_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5410842Z test_nvfuser_correctness_randint_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5428860Z test_nvfuser_correctness_randint_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5446902Z test_nvfuser_correctness_randint_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5465254Z test_nvfuser_correctness_randint_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5483438Z test_nvfuser_correctness_randint_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5501830Z test_nvfuser_correctness_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5519872Z test_nvfuser_correctness_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5538222Z test_nvfuser_correctness_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5562287Z test_nvfuser_correctness_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5580734Z test_nvfuser_correctness_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5598603Z test_nvfuser_correctness_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5616565Z test_nvfuser_correctness_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5634753Z test_nvfuser_correctness_ravel_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5653209Z test_nvfuser_correctness_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5671284Z test_nvfuser_correctness_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5689387Z test_nvfuser_correctness_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5707808Z test_nvfuser_correctness_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5725771Z test_nvfuser_correctness_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5744395Z test_nvfuser_correctness_ravel_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5762527Z test_nvfuser_correctness_ravel_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5786753Z test_nvfuser_correctness_ravel_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5804783Z test_nvfuser_correctness_ravel_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5823061Z test_nvfuser_correctness_ravel_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5841206Z test_nvfuser_correctness_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5859587Z test_nvfuser_correctness_real_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5877747Z test_nvfuser_correctness_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5895818Z test_nvfuser_correctness_real_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5914288Z test_nvfuser_correctness_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5932087Z test_nvfuser_correctness_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5951811Z test_nvfuser_correctness_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5970189Z test_nvfuser_correctness_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.5988697Z test_nvfuser_correctness_real_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6012401Z test_nvfuser_correctness_real_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6030631Z test_nvfuser_correctness_real_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6048922Z test_nvfuser_correctness_real_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6067351Z test_nvfuser_correctness_real_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6085308Z test_nvfuser_correctness_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6103855Z test_nvfuser_correctness_reciprocal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6121841Z test_nvfuser_correctness_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6140298Z test_nvfuser_correctness_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6158535Z test_nvfuser_correctness_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6176651Z test_nvfuser_correctness_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6195176Z test_nvfuser_correctness_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6214604Z test_nvfuser_correctness_reciprocal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6238202Z test_nvfuser_correctness_reciprocal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6256572Z test_nvfuser_correctness_reciprocal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6274852Z test_nvfuser_correctness_reciprocal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6292885Z test_nvfuser_correctness_reciprocal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6311171Z test_nvfuser_correctness_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6329501Z test_nvfuser_correctness_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6347746Z test_nvfuser_correctness_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6365841Z test_nvfuser_correctness_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6384098Z test_nvfuser_correctness_remainder_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6402217Z test_nvfuser_correctness_remainder_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6420554Z test_nvfuser_correctness_remainder_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6444657Z test_nvfuser_correctness_remainder_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6462852Z test_nvfuser_correctness_remainder_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6480662Z test_nvfuser_correctness_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6499087Z test_nvfuser_correctness_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6516869Z test_nvfuser_correctness_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6534874Z test_nvfuser_correctness_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6553249Z test_nvfuser_correctness_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6571256Z test_nvfuser_correctness_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6589653Z test_nvfuser_correctness_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6608132Z test_nvfuser_correctness_repeat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6626007Z test_nvfuser_correctness_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6644347Z test_nvfuser_correctness_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6668758Z test_nvfuser_correctness_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6686892Z test_nvfuser_correctness_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6705116Z test_nvfuser_correctness_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6723160Z test_nvfuser_correctness_repeat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6741708Z test_nvfuser_correctness_repeat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6759903Z test_nvfuser_correctness_repeat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6779068Z test_nvfuser_correctness_repeat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6796886Z test_nvfuser_correctness_repeat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6814931Z test_nvfuser_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6834134Z test_nvfuser_correctness_repeat_interleave_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6853196Z test_nvfuser_correctness_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6871740Z test_nvfuser_correctness_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6897375Z test_nvfuser_correctness_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6915252Z test_nvfuser_correctness_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6933111Z test_nvfuser_correctness_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6951488Z test_nvfuser_correctness_repeat_interleave_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6969628Z test_nvfuser_correctness_repeat_interleave_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.6987798Z test_nvfuser_correctness_repeat_interleave_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7005783Z test_nvfuser_correctness_repeat_interleave_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7023848Z test_nvfuser_correctness_repeat_interleave_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7041902Z test_nvfuser_correctness_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7060343Z test_nvfuser_correctness_reshape_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7078423Z test_nvfuser_correctness_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7096550Z test_nvfuser_correctness_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7120488Z test_nvfuser_correctness_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7138873Z test_nvfuser_correctness_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7156918Z test_nvfuser_correctness_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7175437Z test_nvfuser_correctness_reshape_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7193515Z test_nvfuser_correctness_reshape_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7211432Z test_nvfuser_correctness_reshape_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7229526Z test_nvfuser_correctness_reshape_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7247844Z test_nvfuser_correctness_reshape_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7266275Z test_nvfuser_correctness_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7284440Z test_nvfuser_correctness_reshape_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7303126Z test_nvfuser_correctness_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7326852Z test_nvfuser_correctness_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7345124Z test_nvfuser_correctness_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7363225Z test_nvfuser_correctness_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7381847Z test_nvfuser_correctness_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7399583Z test_nvfuser_correctness_reshape_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7417870Z test_nvfuser_correctness_reshape_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7435903Z test_nvfuser_correctness_reshape_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7454072Z test_nvfuser_correctness_reshape_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7472357Z test_nvfuser_correctness_reshape_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7490375Z test_nvfuser_correctness_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7508513Z test_nvfuser_correctness_resize__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7526867Z test_nvfuser_correctness_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7551120Z test_nvfuser_correctness_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7569137Z test_nvfuser_correctness_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7587495Z test_nvfuser_correctness_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7605645Z test_nvfuser_correctness_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7623797Z test_nvfuser_correctness_resize__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7641771Z test_nvfuser_correctness_resize__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7660177Z test_nvfuser_correctness_resize__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7678275Z test_nvfuser_correctness_resize__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7696494Z test_nvfuser_correctness_resize__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7714918Z test_nvfuser_correctness_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7733215Z test_nvfuser_correctness_resize_as__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7751386Z test_nvfuser_correctness_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7775464Z test_nvfuser_correctness_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7793572Z test_nvfuser_correctness_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7811771Z test_nvfuser_correctness_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7830003Z test_nvfuser_correctness_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7848133Z test_nvfuser_correctness_resize_as__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7866602Z test_nvfuser_correctness_resize_as__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7884813Z test_nvfuser_correctness_resize_as__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7903371Z test_nvfuser_correctness_resize_as__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7921410Z test_nvfuser_correctness_resize_as__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7939711Z test_nvfuser_correctness_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7957964Z test_nvfuser_correctness_resolve_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.7976353Z test_nvfuser_correctness_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8000334Z test_nvfuser_correctness_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8018784Z test_nvfuser_correctness_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8036905Z test_nvfuser_correctness_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8054895Z test_nvfuser_correctness_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8073433Z test_nvfuser_correctness_resolve_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8091392Z test_nvfuser_correctness_resolve_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8109742Z test_nvfuser_correctness_resolve_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8127598Z test_nvfuser_correctness_resolve_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8146019Z test_nvfuser_correctness_resolve_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8164230Z test_nvfuser_correctness_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8182699Z test_nvfuser_correctness_resolve_neg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8206676Z test_nvfuser_correctness_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8224998Z test_nvfuser_correctness_resolve_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8242963Z test_nvfuser_correctness_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8261748Z test_nvfuser_correctness_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8279603Z test_nvfuser_correctness_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8297979Z test_nvfuser_correctness_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8316232Z test_nvfuser_correctness_resolve_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8334250Z test_nvfuser_correctness_resolve_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8352711Z test_nvfuser_correctness_resolve_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8370941Z test_nvfuser_correctness_resolve_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8389597Z test_nvfuser_correctness_resolve_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8407581Z test_nvfuser_correctness_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8431840Z test_nvfuser_correctness_roll_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8449908Z test_nvfuser_correctness_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8468323Z test_nvfuser_correctness_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8486710Z test_nvfuser_correctness_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8504914Z test_nvfuser_correctness_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8522814Z test_nvfuser_correctness_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8541241Z test_nvfuser_correctness_roll_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8559319Z test_nvfuser_correctness_roll_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8577665Z test_nvfuser_correctness_roll_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8595815Z test_nvfuser_correctness_roll_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8614069Z test_nvfuser_correctness_roll_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8632658Z test_nvfuser_correctness_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8656568Z test_nvfuser_correctness_rot90_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8674916Z test_nvfuser_correctness_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8693184Z test_nvfuser_correctness_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8711611Z test_nvfuser_correctness_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8729603Z test_nvfuser_correctness_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8748068Z test_nvfuser_correctness_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8766219Z test_nvfuser_correctness_rot90_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8784721Z test_nvfuser_correctness_rot90_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8802684Z test_nvfuser_correctness_rot90_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8821249Z test_nvfuser_correctness_rot90_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8839237Z test_nvfuser_correctness_rot90_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8857990Z test_nvfuser_correctness_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8882072Z test_nvfuser_correctness_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8900500Z test_nvfuser_correctness_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8918349Z test_nvfuser_correctness_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8936619Z test_nvfuser_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8954856Z test_nvfuser_correctness_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8973120Z test_nvfuser_correctness_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.8991496Z test_nvfuser_correctness_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9009758Z test_nvfuser_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9028136Z test_nvfuser_correctness_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9046283Z test_nvfuser_correctness_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9064827Z test_nvfuser_correctness_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9089074Z test_nvfuser_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9107395Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9125587Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9143751Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9161937Z test_nvfuser_correctness_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9180377Z test_nvfuser_correctness_rsqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9198428Z test_nvfuser_correctness_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9216787Z test_nvfuser_correctness_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9234957Z test_nvfuser_correctness_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9252859Z test_nvfuser_correctness_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9271564Z test_nvfuser_correctness_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9289564Z test_nvfuser_correctness_rsqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9313814Z test_nvfuser_correctness_rsqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9331859Z test_nvfuser_correctness_rsqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9350236Z test_nvfuser_correctness_rsqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9368321Z test_nvfuser_correctness_rsqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9386656Z test_nvfuser_correctness_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9404635Z test_nvfuser_correctness_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9422999Z test_nvfuser_correctness_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9441084Z test_nvfuser_correctness_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9459495Z test_nvfuser_correctness_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9477570Z test_nvfuser_correctness_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9495788Z test_nvfuser_correctness_rsub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9514177Z test_nvfuser_correctness_rsub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9539645Z test_nvfuser_correctness_rsub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9557646Z test_nvfuser_correctness_rsub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9575946Z test_nvfuser_correctness_rsub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9594288Z test_nvfuser_correctness_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9612209Z test_nvfuser_correctness_scatter_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9630646Z test_nvfuser_correctness_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9648903Z test_nvfuser_correctness_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9667263Z test_nvfuser_correctness_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9685690Z test_nvfuser_correctness_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9704012Z test_nvfuser_correctness_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9722213Z test_nvfuser_correctness_scatter_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9740774Z test_nvfuser_correctness_scatter_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9764498Z test_nvfuser_correctness_scatter_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9782991Z test_nvfuser_correctness_scatter_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9800674Z test_nvfuser_correctness_scatter_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9819023Z test_nvfuser_correctness_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9837001Z test_nvfuser_correctness_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9855139Z test_nvfuser_correctness_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9873447Z test_nvfuser_correctness_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9891804Z test_nvfuser_correctness_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9910152Z test_nvfuser_correctness_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9928454Z test_nvfuser_correctness_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9946937Z test_nvfuser_correctness_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9971111Z test_nvfuser_correctness_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:33.9989401Z test_nvfuser_correctness_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0007382Z test_nvfuser_correctness_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0025714Z test_nvfuser_correctness_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0044009Z test_nvfuser_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0062430Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0080584Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0098994Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0116879Z test_nvfuser_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0135050Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0153420Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0171612Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0195535Z test_nvfuser_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0214160Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0232535Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0250603Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0269066Z test_nvfuser_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0287105Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0305437Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0323554Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0342098Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0360204Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0378453Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0396642Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0420756Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0438847Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0457248Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0475511Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0514469Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0515332Z test_nvfuser_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0530050Z test_nvfuser_correctness_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0548249Z test_nvfuser_correctness_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0566232Z test_nvfuser_correctness_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0584701Z test_nvfuser_correctness_searchsorted_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0602865Z test_nvfuser_correctness_searchsorted_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0621898Z test_nvfuser_correctness_searchsorted_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0645381Z test_nvfuser_correctness_searchsorted_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0663857Z test_nvfuser_correctness_searchsorted_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0681835Z test_nvfuser_correctness_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0700298Z test_nvfuser_correctness_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0718330Z test_nvfuser_correctness_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0736548Z test_nvfuser_correctness_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0754785Z test_nvfuser_correctness_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0773032Z test_nvfuser_correctness_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0791660Z test_nvfuser_correctness_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0809772Z test_nvfuser_correctness_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0828291Z test_nvfuser_correctness_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0852429Z test_nvfuser_correctness_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0870916Z test_nvfuser_correctness_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0888603Z test_nvfuser_correctness_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0907070Z test_nvfuser_correctness_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0925182Z test_nvfuser_correctness_select_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0943266Z test_nvfuser_correctness_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0961358Z test_nvfuser_correctness_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0979765Z test_nvfuser_correctness_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.0997667Z test_nvfuser_correctness_select_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1015706Z test_nvfuser_correctness_select_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1034105Z test_nvfuser_correctness_select_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1052458Z test_nvfuser_correctness_select_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1076608Z test_nvfuser_correctness_select_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1094616Z test_nvfuser_correctness_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1112968Z test_nvfuser_correctness_sgn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1131024Z test_nvfuser_correctness_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1149418Z test_nvfuser_correctness_sgn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1167541Z test_nvfuser_correctness_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1185954Z test_nvfuser_correctness_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1204084Z test_nvfuser_correctness_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1222851Z test_nvfuser_correctness_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1240576Z test_nvfuser_correctness_sgn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1259096Z test_nvfuser_correctness_sgn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1277390Z test_nvfuser_correctness_sgn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1301683Z test_nvfuser_correctness_sgn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1319544Z test_nvfuser_correctness_sgn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1337978Z test_nvfuser_correctness_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1356375Z test_nvfuser_correctness_short_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1374346Z test_nvfuser_correctness_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1392706Z test_nvfuser_correctness_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1410744Z test_nvfuser_correctness_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1429088Z test_nvfuser_correctness_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1447323Z test_nvfuser_correctness_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1466168Z test_nvfuser_correctness_short_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1484588Z test_nvfuser_correctness_short_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1503095Z test_nvfuser_correctness_short_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1526932Z test_nvfuser_correctness_short_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1545263Z test_nvfuser_correctness_short_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1563468Z test_nvfuser_correctness_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1581785Z test_nvfuser_correctness_sigmoid_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1599913Z test_nvfuser_correctness_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1618333Z test_nvfuser_correctness_sigmoid_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1636510Z test_nvfuser_correctness_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1654853Z test_nvfuser_correctness_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1673150Z test_nvfuser_correctness_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1691419Z test_nvfuser_correctness_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1709807Z test_nvfuser_correctness_sigmoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1733837Z test_nvfuser_correctness_sigmoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1752400Z test_nvfuser_correctness_sigmoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1770354Z test_nvfuser_correctness_sigmoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1788620Z test_nvfuser_correctness_sigmoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1806741Z test_nvfuser_correctness_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1825069Z test_nvfuser_correctness_sign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1843208Z test_nvfuser_correctness_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1862822Z test_nvfuser_correctness_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1881726Z test_nvfuser_correctness_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1900317Z test_nvfuser_correctness_sign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1918384Z test_nvfuser_correctness_sign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1936650Z test_nvfuser_correctness_sign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1960888Z test_nvfuser_correctness_sign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1979555Z test_nvfuser_correctness_sign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.1997371Z test_nvfuser_correctness_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2015593Z test_nvfuser_correctness_signbit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2033744Z test_nvfuser_correctness_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2051881Z test_nvfuser_correctness_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2070260Z test_nvfuser_correctness_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2088336Z test_nvfuser_correctness_signbit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2106794Z test_nvfuser_correctness_signbit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2124929Z test_nvfuser_correctness_signbit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2143517Z test_nvfuser_correctness_signbit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2161865Z test_nvfuser_correctness_signbit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2187371Z test_nvfuser_correctness_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2205383Z test_nvfuser_correctness_sin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2223964Z test_nvfuser_correctness_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2241848Z test_nvfuser_correctness_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2260221Z test_nvfuser_correctness_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2278437Z test_nvfuser_correctness_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2296705Z test_nvfuser_correctness_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2314831Z test_nvfuser_correctness_sin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2332756Z test_nvfuser_correctness_sin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2351470Z test_nvfuser_correctness_sin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2369479Z test_nvfuser_correctness_sin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2387957Z test_nvfuser_correctness_sin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2411758Z test_nvfuser_correctness_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2430055Z test_nvfuser_correctness_sinc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2448146Z test_nvfuser_correctness_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2466571Z test_nvfuser_correctness_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2484980Z test_nvfuser_correctness_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2502863Z test_nvfuser_correctness_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2520941Z test_nvfuser_correctness_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2539362Z test_nvfuser_correctness_sinc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2557383Z test_nvfuser_correctness_sinc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2575798Z test_nvfuser_correctness_sinc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2594367Z test_nvfuser_correctness_sinc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2618467Z test_nvfuser_correctness_sinc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2636624Z test_nvfuser_correctness_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2654702Z test_nvfuser_correctness_sinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2673121Z test_nvfuser_correctness_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2691279Z test_nvfuser_correctness_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2709410Z test_nvfuser_correctness_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2727719Z test_nvfuser_correctness_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2745971Z test_nvfuser_correctness_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2764090Z test_nvfuser_correctness_sinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2782543Z test_nvfuser_correctness_sinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2800797Z test_nvfuser_correctness_sinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2819103Z test_nvfuser_correctness_sinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2842860Z test_nvfuser_correctness_sinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2861289Z test_nvfuser_correctness_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2879440Z test_nvfuser_correctness_slice_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2897848Z test_nvfuser_correctness_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2915771Z test_nvfuser_correctness_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2933861Z test_nvfuser_correctness_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2952252Z test_nvfuser_correctness_slice_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2970580Z test_nvfuser_correctness_slice_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.2988880Z test_nvfuser_correctness_slice_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3006787Z test_nvfuser_correctness_slice_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3025277Z test_nvfuser_correctness_slice_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3043440Z test_nvfuser_correctness_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3067579Z test_nvfuser_correctness_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3085606Z test_nvfuser_correctness_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3103996Z test_nvfuser_correctness_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3122028Z test_nvfuser_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3140444Z test_nvfuser_correctness_softmax_with_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3158614Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3176688Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3195025Z test_nvfuser_correctness_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3213383Z test_nvfuser_correctness_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3231734Z test_nvfuser_correctness_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3250187Z test_nvfuser_correctness_softmax_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3268965Z test_nvfuser_correctness_softmax_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3292369Z test_nvfuser_correctness_softmax_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3310503Z test_nvfuser_correctness_softmax_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3328777Z test_nvfuser_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3346830Z test_nvfuser_correctness_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3365067Z test_nvfuser_correctness_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3383324Z test_nvfuser_correctness_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3401420Z test_nvfuser_correctness_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3420323Z test_nvfuser_correctness_sort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3437856Z test_nvfuser_correctness_sort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3456505Z test_nvfuser_correctness_sort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3474670Z test_nvfuser_correctness_sort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3499035Z test_nvfuser_correctness_sort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3517306Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:09:34.3535235Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:09:34.3553643Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:09:34.3571741Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:09:34.3590134Z test_nvfuser_correctness_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3608098Z test_nvfuser_correctness_special_entr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3626572Z test_nvfuser_correctness_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3644675Z test_nvfuser_correctness_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3663391Z test_nvfuser_correctness_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3681364Z test_nvfuser_correctness_special_entr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3699895Z test_nvfuser_correctness_special_entr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3723906Z test_nvfuser_correctness_special_entr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3742246Z test_nvfuser_correctness_special_entr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3760176Z test_nvfuser_correctness_special_entr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3778592Z test_nvfuser_correctness_special_erfcx_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3796588Z test_nvfuser_correctness_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3814803Z test_nvfuser_correctness_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3833075Z test_nvfuser_correctness_special_erfcx_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3851134Z test_nvfuser_correctness_special_erfcx_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3869644Z test_nvfuser_correctness_special_erfcx_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3887793Z test_nvfuser_correctness_special_erfcx_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3906326Z test_nvfuser_correctness_special_erfcx_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3924522Z test_nvfuser_correctness_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3948605Z test_nvfuser_correctness_special_i0e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3966791Z test_nvfuser_correctness_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.3985229Z test_nvfuser_correctness_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4003154Z test_nvfuser_correctness_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4021438Z test_nvfuser_correctness_special_i0e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4039425Z test_nvfuser_correctness_special_i0e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4058465Z test_nvfuser_correctness_special_i0e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4076038Z test_nvfuser_correctness_special_i0e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4094130Z test_nvfuser_correctness_special_i0e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4112781Z test_nvfuser_correctness_special_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4130843Z test_nvfuser_correctness_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4149627Z test_nvfuser_correctness_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4173592Z test_nvfuser_correctness_special_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4191795Z test_nvfuser_correctness_special_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4210011Z test_nvfuser_correctness_special_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4228281Z test_nvfuser_correctness_special_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4246379Z test_nvfuser_correctness_special_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4265029Z test_nvfuser_correctness_special_i1e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4283031Z test_nvfuser_correctness_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4301457Z test_nvfuser_correctness_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4319547Z test_nvfuser_correctness_special_i1e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4337990Z test_nvfuser_correctness_special_i1e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4356314Z test_nvfuser_correctness_special_i1e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4380907Z test_nvfuser_correctness_special_i1e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4398832Z test_nvfuser_correctness_special_i1e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4416825Z test_nvfuser_correctness_special_log_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4435037Z test_nvfuser_correctness_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4453343Z test_nvfuser_correctness_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4471510Z test_nvfuser_correctness_special_log_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4489706Z test_nvfuser_correctness_special_log_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4507933Z test_nvfuser_correctness_special_log_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4526140Z test_nvfuser_correctness_special_log_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4544246Z test_nvfuser_correctness_special_log_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4562421Z test_nvfuser_correctness_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4580917Z test_nvfuser_correctness_special_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4604889Z test_nvfuser_correctness_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4623085Z test_nvfuser_correctness_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4641131Z test_nvfuser_correctness_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4659622Z test_nvfuser_correctness_special_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4677726Z test_nvfuser_correctness_special_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4695856Z test_nvfuser_correctness_special_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4714113Z test_nvfuser_correctness_special_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4732215Z test_nvfuser_correctness_special_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4750611Z test_nvfuser_correctness_special_ndtri_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4768809Z test_nvfuser_correctness_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4787231Z test_nvfuser_correctness_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4805470Z test_nvfuser_correctness_special_ndtri_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4831136Z test_nvfuser_correctness_special_ndtri_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4849321Z test_nvfuser_correctness_special_ndtri_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4867655Z test_nvfuser_correctness_special_ndtri_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4885657Z test_nvfuser_correctness_special_ndtri_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4904052Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4922128Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4940425Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4958237Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4976386Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.4994763Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5012757Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5030987Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5054910Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5073198Z test_nvfuser_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5091218Z test_nvfuser_correctness_special_xlog1py_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5109459Z test_nvfuser_correctness_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5127617Z test_nvfuser_correctness_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5145900Z test_nvfuser_correctness_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5164130Z test_nvfuser_correctness_special_xlog1py_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5182411Z test_nvfuser_correctness_special_xlog1py_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5200681Z test_nvfuser_correctness_special_xlog1py_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5219337Z test_nvfuser_correctness_special_xlog1py_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5237831Z test_nvfuser_correctness_special_xlog1py_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5262207Z test_nvfuser_correctness_special_zeta_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5280264Z test_nvfuser_correctness_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5298800Z test_nvfuser_correctness_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5316633Z test_nvfuser_correctness_special_zeta_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5334822Z test_nvfuser_correctness_special_zeta_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5352906Z test_nvfuser_correctness_special_zeta_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5370955Z test_nvfuser_correctness_special_zeta_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5389807Z test_nvfuser_correctness_special_zeta_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5407556Z test_nvfuser_correctness_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5425838Z test_nvfuser_correctness_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5444107Z test_nvfuser_correctness_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5463249Z test_nvfuser_correctness_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5486779Z test_nvfuser_correctness_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5505145Z test_nvfuser_correctness_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5523115Z test_nvfuser_correctness_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5541728Z test_nvfuser_correctness_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5559412Z test_nvfuser_correctness_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5577943Z test_nvfuser_correctness_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5596068Z test_nvfuser_correctness_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5614753Z test_nvfuser_correctness_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5632472Z test_nvfuser_correctness_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5650548Z test_nvfuser_correctness_split_list_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5669242Z test_nvfuser_correctness_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5687168Z test_nvfuser_correctness_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5711245Z test_nvfuser_correctness_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5729341Z test_nvfuser_correctness_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5747514Z test_nvfuser_correctness_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5765605Z test_nvfuser_correctness_split_list_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5784081Z test_nvfuser_correctness_split_list_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5802316Z test_nvfuser_correctness_split_list_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5820550Z test_nvfuser_correctness_split_list_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5838404Z test_nvfuser_correctness_split_list_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5856719Z test_nvfuser_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5875072Z test_nvfuser_correctness_split_with_sizes_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5893394Z test_nvfuser_correctness_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5911652Z test_nvfuser_correctness_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5935709Z test_nvfuser_correctness_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5953683Z test_nvfuser_correctness_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5971893Z test_nvfuser_correctness_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.5990443Z test_nvfuser_correctness_split_with_sizes_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6008257Z test_nvfuser_correctness_split_with_sizes_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6026555Z test_nvfuser_correctness_split_with_sizes_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6044553Z test_nvfuser_correctness_split_with_sizes_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6062940Z test_nvfuser_correctness_split_with_sizes_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6081081Z test_nvfuser_correctness_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6099453Z test_nvfuser_correctness_sqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6117602Z test_nvfuser_correctness_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6142194Z test_nvfuser_correctness_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6160478Z test_nvfuser_correctness_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6178864Z test_nvfuser_correctness_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6196931Z test_nvfuser_correctness_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6215310Z test_nvfuser_correctness_sqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6233496Z test_nvfuser_correctness_sqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6251457Z test_nvfuser_correctness_sqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6270022Z test_nvfuser_correctness_sqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6287961Z test_nvfuser_correctness_sqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6306293Z test_nvfuser_correctness_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6324405Z test_nvfuser_correctness_square_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6342864Z test_nvfuser_correctness_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6367143Z test_nvfuser_correctness_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6385175Z test_nvfuser_correctness_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6403395Z test_nvfuser_correctness_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6421609Z test_nvfuser_correctness_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6439794Z test_nvfuser_correctness_square_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6458082Z test_nvfuser_correctness_square_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6476292Z test_nvfuser_correctness_square_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6494712Z test_nvfuser_correctness_square_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6512699Z test_nvfuser_correctness_square_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6530786Z test_nvfuser_correctness_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6549236Z test_nvfuser_correctness_squeeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6567584Z test_nvfuser_correctness_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6591935Z test_nvfuser_correctness_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6609692Z test_nvfuser_correctness_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6627897Z test_nvfuser_correctness_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6646113Z test_nvfuser_correctness_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6664525Z test_nvfuser_correctness_squeeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6682527Z test_nvfuser_correctness_squeeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6700911Z test_nvfuser_correctness_squeeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6719073Z test_nvfuser_correctness_squeeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6737535Z test_nvfuser_correctness_squeeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6755530Z test_nvfuser_correctness_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6773808Z test_nvfuser_correctness_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6792579Z test_nvfuser_correctness_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6816497Z test_nvfuser_correctness_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6834720Z test_nvfuser_correctness_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6852723Z test_nvfuser_correctness_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6872598Z test_nvfuser_correctness_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6890576Z test_nvfuser_correctness_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6909416Z test_nvfuser_correctness_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6927214Z test_nvfuser_correctness_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6945459Z test_nvfuser_correctness_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6963484Z test_nvfuser_correctness_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.6982044Z test_nvfuser_correctness_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7000041Z test_nvfuser_correctness_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7024514Z test_nvfuser_correctness_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7042546Z test_nvfuser_correctness_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7060927Z test_nvfuser_correctness_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7079040Z test_nvfuser_correctness_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7097291Z test_nvfuser_correctness_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7115291Z test_nvfuser_correctness_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7133394Z test_nvfuser_correctness_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7151678Z test_nvfuser_correctness_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7169788Z test_nvfuser_correctness_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7188239Z test_nvfuser_correctness_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7206683Z test_nvfuser_correctness_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7224845Z test_nvfuser_correctness_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7249011Z test_nvfuser_correctness_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7267379Z test_nvfuser_correctness_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7285505Z test_nvfuser_correctness_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7303745Z test_nvfuser_correctness_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7321887Z test_nvfuser_correctness_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7340715Z test_nvfuser_correctness_sub_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7358676Z test_nvfuser_correctness_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7377084Z test_nvfuser_correctness_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7395155Z test_nvfuser_correctness_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7413276Z test_nvfuser_correctness_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7431667Z test_nvfuser_correctness_sub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7449852Z test_nvfuser_correctness_sub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7475623Z test_nvfuser_correctness_sub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7493719Z test_nvfuser_correctness_sub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7512312Z test_nvfuser_correctness_sub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7530248Z test_nvfuser_correctness_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7548493Z test_nvfuser_correctness_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7566701Z test_nvfuser_correctness_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7585005Z test_nvfuser_correctness_sum_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7602996Z test_nvfuser_correctness_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7621349Z test_nvfuser_correctness_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7639521Z test_nvfuser_correctness_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7657984Z test_nvfuser_correctness_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7676031Z test_nvfuser_correctness_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7700156Z test_nvfuser_correctness_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7718237Z test_nvfuser_correctness_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7736303Z test_nvfuser_correctness_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7754539Z test_nvfuser_correctness_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7772726Z test_nvfuser_correctness_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7791179Z test_nvfuser_correctness_sum_to_size_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7809507Z test_nvfuser_correctness_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7827847Z test_nvfuser_correctness_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7846031Z test_nvfuser_correctness_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7864594Z test_nvfuser_correctness_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7882783Z test_nvfuser_correctness_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7907076Z test_nvfuser_correctness_sum_to_size_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7925008Z test_nvfuser_correctness_sum_to_size_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7943331Z test_nvfuser_correctness_sum_to_size_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7961549Z test_nvfuser_correctness_sum_to_size_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7980032Z test_nvfuser_correctness_sum_to_size_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.7998565Z test_nvfuser_correctness_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8017247Z test_nvfuser_correctness_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8035846Z test_nvfuser_correctness_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8054319Z test_nvfuser_correctness_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8073036Z test_nvfuser_correctness_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8091438Z test_nvfuser_correctness_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8109901Z test_nvfuser_correctness_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8133651Z test_nvfuser_correctness_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8151943Z test_nvfuser_correctness_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8169920Z test_nvfuser_correctness_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8188325Z test_nvfuser_correctness_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8206346Z test_nvfuser_correctness_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8224748Z test_nvfuser_correctness_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8243068Z test_nvfuser_correctness_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8261543Z test_nvfuser_correctness_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8279703Z test_nvfuser_correctness_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8298431Z test_nvfuser_correctness_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8316445Z test_nvfuser_correctness_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8334699Z test_nvfuser_correctness_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8358981Z test_nvfuser_correctness_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8377258Z test_nvfuser_correctness_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8395265Z test_nvfuser_correctness_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8413512Z test_nvfuser_correctness_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8431730Z test_nvfuser_correctness_take_along_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8449818Z test_nvfuser_correctness_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8468318Z test_nvfuser_correctness_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8486366Z test_nvfuser_correctness_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8506231Z test_nvfuser_correctness_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8522934Z test_nvfuser_correctness_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8541483Z test_nvfuser_correctness_take_along_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8559867Z test_nvfuser_correctness_take_along_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8584069Z test_nvfuser_correctness_take_along_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8602088Z test_nvfuser_correctness_take_along_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8620461Z test_nvfuser_correctness_take_along_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8638517Z test_nvfuser_correctness_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8656750Z test_nvfuser_correctness_take_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8674964Z test_nvfuser_correctness_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8692935Z test_nvfuser_correctness_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8711437Z test_nvfuser_correctness_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8729470Z test_nvfuser_correctness_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8748005Z test_nvfuser_correctness_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8766072Z test_nvfuser_correctness_take_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8790439Z test_nvfuser_correctness_take_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8808389Z test_nvfuser_correctness_take_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8826878Z test_nvfuser_correctness_take_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8845020Z test_nvfuser_correctness_take_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8863361Z test_nvfuser_correctness_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8881540Z test_nvfuser_correctness_tan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8900178Z test_nvfuser_correctness_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8918278Z test_nvfuser_correctness_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8936502Z test_nvfuser_correctness_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8954850Z test_nvfuser_correctness_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8973193Z test_nvfuser_correctness_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.8991605Z test_nvfuser_correctness_tan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9015724Z test_nvfuser_correctness_tan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9033742Z test_nvfuser_correctness_tan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9052007Z test_nvfuser_correctness_tan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9070220Z test_nvfuser_correctness_tan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9088299Z test_nvfuser_correctness_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9106827Z test_nvfuser_correctness_tanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9124768Z test_nvfuser_correctness_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9143204Z test_nvfuser_correctness_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9161453Z test_nvfuser_correctness_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9180011Z test_nvfuser_correctness_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9198379Z test_nvfuser_correctness_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9216935Z test_nvfuser_correctness_tanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9240723Z test_nvfuser_correctness_tanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9259275Z test_nvfuser_correctness_tanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9277394Z test_nvfuser_correctness_tanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9295725Z test_nvfuser_correctness_tanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9313694Z test_nvfuser_correctness_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9331908Z test_nvfuser_correctness_tensor_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9350137Z test_nvfuser_correctness_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9368262Z test_nvfuser_correctness_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9386742Z test_nvfuser_correctness_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9404780Z test_nvfuser_correctness_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9423215Z test_nvfuser_correctness_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9441646Z test_nvfuser_correctness_tensor_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9467496Z test_nvfuser_correctness_tensor_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9484758Z test_nvfuser_correctness_tensor_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9502665Z test_nvfuser_correctness_tensor_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9520530Z test_nvfuser_correctness_tensor_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9539005Z test_nvfuser_correctness_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9557096Z test_nvfuser_correctness_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9575292Z test_nvfuser_correctness_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9593672Z test_nvfuser_correctness_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9611857Z test_nvfuser_correctness_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9630242Z test_nvfuser_correctness_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9648366Z test_nvfuser_correctness_tile_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9673174Z test_nvfuser_correctness_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9691108Z test_nvfuser_correctness_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9709362Z test_nvfuser_correctness_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9727496Z test_nvfuser_correctness_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9745963Z test_nvfuser_correctness_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9763982Z test_nvfuser_correctness_tile_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9782329Z test_nvfuser_correctness_tile_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9800487Z test_nvfuser_correctness_tile_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9818772Z test_nvfuser_correctness_tile_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9836831Z test_nvfuser_correctness_tile_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9855201Z test_nvfuser_correctness_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9873613Z test_nvfuser_correctness_to_sparse_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9897983Z test_nvfuser_correctness_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9915975Z test_nvfuser_correctness_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9934062Z test_nvfuser_correctness_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9952479Z test_nvfuser_correctness_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9970850Z test_nvfuser_correctness_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:34.9988884Z test_nvfuser_correctness_to_sparse_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0007010Z test_nvfuser_correctness_to_sparse_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0025349Z test_nvfuser_correctness_to_sparse_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0043282Z test_nvfuser_correctness_to_sparse_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0061897Z test_nvfuser_correctness_to_sparse_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0080032Z test_nvfuser_correctness_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0098667Z test_nvfuser_correctness_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0124069Z test_nvfuser_correctness_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0142569Z test_nvfuser_correctness_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0160791Z test_nvfuser_correctness_topk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0179096Z test_nvfuser_correctness_topk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0197224Z test_nvfuser_correctness_topk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0215597Z test_nvfuser_correctness_topk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0233481Z test_nvfuser_correctness_topk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0251697Z test_nvfuser_correctness_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0269861Z test_nvfuser_correctness_trace_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0288023Z test_nvfuser_correctness_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0306420Z test_nvfuser_correctness_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0324386Z test_nvfuser_correctness_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0348835Z test_nvfuser_correctness_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0366997Z test_nvfuser_correctness_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0385152Z test_nvfuser_correctness_trace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0403310Z test_nvfuser_correctness_trace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0421644Z test_nvfuser_correctness_trace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0439791Z test_nvfuser_correctness_trace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0458213Z test_nvfuser_correctness_trace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0476328Z test_nvfuser_correctness_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0494421Z test_nvfuser_correctness_transpose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0512628Z test_nvfuser_correctness_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0531033Z test_nvfuser_correctness_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0555189Z test_nvfuser_correctness_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0572950Z test_nvfuser_correctness_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0591551Z test_nvfuser_correctness_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0609370Z test_nvfuser_correctness_transpose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0627786Z test_nvfuser_correctness_transpose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0645925Z test_nvfuser_correctness_transpose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0664311Z test_nvfuser_correctness_transpose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0682451Z test_nvfuser_correctness_transpose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0700928Z test_nvfuser_correctness_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0718897Z test_nvfuser_correctness_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0737067Z test_nvfuser_correctness_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0755411Z test_nvfuser_correctness_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0779574Z test_nvfuser_correctness_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0797544Z test_nvfuser_correctness_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0815420Z test_nvfuser_correctness_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0833955Z test_nvfuser_correctness_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0851643Z test_nvfuser_correctness_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0869943Z test_nvfuser_correctness_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0887977Z test_nvfuser_correctness_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0906253Z test_nvfuser_correctness_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0924278Z test_nvfuser_correctness_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0942900Z test_nvfuser_correctness_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0961060Z test_nvfuser_correctness_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.0979471Z test_nvfuser_correctness_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1003297Z test_nvfuser_correctness_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1021571Z test_nvfuser_correctness_trapz_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1039723Z test_nvfuser_correctness_trapz_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1058152Z test_nvfuser_correctness_trapz_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1076252Z test_nvfuser_correctness_trapz_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1094386Z test_nvfuser_correctness_trapz_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1112091Z test_nvfuser_correctness_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1129584Z test_nvfuser_correctness_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1147498Z test_nvfuser_correctness_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1165240Z test_nvfuser_correctness_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1183640Z test_nvfuser_correctness_tril_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1201813Z test_nvfuser_correctness_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1226191Z test_nvfuser_correctness_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1244372Z test_nvfuser_correctness_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1262627Z test_nvfuser_correctness_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1280661Z test_nvfuser_correctness_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1298979Z test_nvfuser_correctness_tril_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1317100Z test_nvfuser_correctness_tril_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1334930Z test_nvfuser_correctness_tril_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1353464Z test_nvfuser_correctness_tril_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1371367Z test_nvfuser_correctness_tril_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1389714Z test_nvfuser_correctness_triu_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1408077Z test_nvfuser_correctness_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1432249Z test_nvfuser_correctness_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1450336Z test_nvfuser_correctness_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1468617Z test_nvfuser_correctness_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1486888Z test_nvfuser_correctness_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1505187Z test_nvfuser_correctness_triu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1522924Z test_nvfuser_correctness_triu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1541602Z test_nvfuser_correctness_triu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1559843Z test_nvfuser_correctness_triu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1577634Z test_nvfuser_correctness_triu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1595673Z test_nvfuser_correctness_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1613786Z test_nvfuser_correctness_true_divide_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1632446Z test_nvfuser_correctness_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1656354Z test_nvfuser_correctness_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1674654Z test_nvfuser_correctness_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1692740Z test_nvfuser_correctness_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1710890Z test_nvfuser_correctness_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1729036Z test_nvfuser_correctness_true_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1747377Z test_nvfuser_correctness_true_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1765537Z test_nvfuser_correctness_true_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1784074Z test_nvfuser_correctness_true_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1801931Z test_nvfuser_correctness_true_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1820479Z test_nvfuser_correctness_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1838618Z test_nvfuser_correctness_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1856801Z test_nvfuser_correctness_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1881412Z test_nvfuser_correctness_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1900522Z test_nvfuser_correctness_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1918896Z test_nvfuser_correctness_unfold_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1937151Z test_nvfuser_correctness_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1955199Z test_nvfuser_correctness_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1973270Z test_nvfuser_correctness_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.1991720Z test_nvfuser_correctness_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2009878Z test_nvfuser_correctness_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2028368Z test_nvfuser_correctness_unfold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2046447Z test_nvfuser_correctness_unfold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2064954Z test_nvfuser_correctness_unfold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2083464Z test_nvfuser_correctness_unfold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2107453Z test_nvfuser_correctness_unfold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2125510Z test_nvfuser_correctness_unique_consecutive_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2143780Z test_nvfuser_correctness_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2161937Z test_nvfuser_correctness_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2180133Z test_nvfuser_correctness_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2198223Z test_nvfuser_correctness_unique_consecutive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2216597Z test_nvfuser_correctness_unique_consecutive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2234624Z test_nvfuser_correctness_unique_consecutive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2252828Z test_nvfuser_correctness_unique_consecutive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2271234Z test_nvfuser_correctness_unique_consecutive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2289404Z test_nvfuser_correctness_unique_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2313619Z test_nvfuser_correctness_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2331682Z test_nvfuser_correctness_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2349945Z test_nvfuser_correctness_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2368218Z test_nvfuser_correctness_unique_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2386264Z test_nvfuser_correctness_unique_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2404367Z test_nvfuser_correctness_unique_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2422825Z test_nvfuser_correctness_unique_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2440463Z test_nvfuser_correctness_unique_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2458913Z test_nvfuser_correctness_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2476954Z test_nvfuser_correctness_unsqueeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2495158Z test_nvfuser_correctness_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2513406Z test_nvfuser_correctness_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2537708Z test_nvfuser_correctness_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2555593Z test_nvfuser_correctness_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2573461Z test_nvfuser_correctness_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2591652Z test_nvfuser_correctness_unsqueeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2609566Z test_nvfuser_correctness_unsqueeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2627786Z test_nvfuser_correctness_unsqueeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2646077Z test_nvfuser_correctness_unsqueeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2664083Z test_nvfuser_correctness_unsqueeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2682282Z test_nvfuser_correctness_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2700571Z test_nvfuser_correctness_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2718762Z test_nvfuser_correctness_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2737122Z test_nvfuser_correctness_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2762560Z test_nvfuser_correctness_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2780948Z test_nvfuser_correctness_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2799065Z test_nvfuser_correctness_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2817501Z test_nvfuser_correctness_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2835579Z test_nvfuser_correctness_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2853628Z test_nvfuser_correctness_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2872082Z test_nvfuser_correctness_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2890107Z test_nvfuser_correctness_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2908619Z test_nvfuser_correctness_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2926835Z test_nvfuser_correctness_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2945418Z test_nvfuser_correctness_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2963310Z test_nvfuser_correctness_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2987606Z test_nvfuser_correctness_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.2998975Z test_nvfuser_correctness_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:09:35.3017384Z test_nvfuser_correctness_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3035410Z test_nvfuser_correctness_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3053420Z test_nvfuser_correctness_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3071863Z test_nvfuser_correctness_view_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3089923Z test_nvfuser_correctness_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3108191Z test_nvfuser_correctness_view_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3126396Z test_nvfuser_correctness_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3144648Z test_nvfuser_correctness_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3162862Z test_nvfuser_correctness_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3181266Z test_nvfuser_correctness_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3204995Z test_nvfuser_correctness_view_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3223640Z test_nvfuser_correctness_view_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3241633Z test_nvfuser_correctness_view_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3259791Z test_nvfuser_correctness_view_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3277659Z test_nvfuser_correctness_view_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3295725Z test_nvfuser_correctness_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3313939Z test_nvfuser_correctness_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3331727Z test_nvfuser_correctness_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3350020Z test_nvfuser_correctness_view_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3368074Z test_nvfuser_correctness_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3386451Z test_nvfuser_correctness_view_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3404460Z test_nvfuser_correctness_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3428845Z test_nvfuser_correctness_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3446597Z test_nvfuser_correctness_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3465108Z test_nvfuser_correctness_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3483131Z test_nvfuser_correctness_view_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3501506Z test_nvfuser_correctness_view_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3519571Z test_nvfuser_correctness_view_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3537620Z test_nvfuser_correctness_view_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3555570Z test_nvfuser_correctness_view_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3573663Z test_nvfuser_correctness_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3592230Z test_nvfuser_correctness_vsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3610451Z test_nvfuser_correctness_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3628679Z test_nvfuser_correctness_vsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3652398Z test_nvfuser_correctness_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3670741Z test_nvfuser_correctness_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3688791Z test_nvfuser_correctness_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3707214Z test_nvfuser_correctness_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3725187Z test_nvfuser_correctness_vsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3743493Z test_nvfuser_correctness_vsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3761548Z test_nvfuser_correctness_vsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3779956Z test_nvfuser_correctness_vsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3798185Z test_nvfuser_correctness_vsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3816174Z test_nvfuser_correctness_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3834366Z test_nvfuser_correctness_vstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3852522Z test_nvfuser_correctness_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3876715Z test_nvfuser_correctness_vstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3894579Z test_nvfuser_correctness_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3912920Z test_nvfuser_correctness_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3930959Z test_nvfuser_correctness_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3949110Z test_nvfuser_correctness_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3967204Z test_nvfuser_correctness_vstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.3985804Z test_nvfuser_correctness_vstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4003752Z test_nvfuser_correctness_vstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4022083Z test_nvfuser_correctness_vstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4040109Z test_nvfuser_correctness_vstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4058561Z test_nvfuser_correctness_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4082589Z test_nvfuser_correctness_where_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4100760Z test_nvfuser_correctness_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4118660Z test_nvfuser_correctness_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4136995Z test_nvfuser_correctness_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4154965Z test_nvfuser_correctness_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4173003Z test_nvfuser_correctness_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4191069Z test_nvfuser_correctness_where_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4209099Z test_nvfuser_correctness_where_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4227932Z test_nvfuser_correctness_where_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4246293Z test_nvfuser_correctness_where_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4264880Z test_nvfuser_correctness_where_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4282965Z test_nvfuser_correctness_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4307279Z test_nvfuser_correctness_xlogy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4325244Z test_nvfuser_correctness_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4343577Z test_nvfuser_correctness_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4361490Z test_nvfuser_correctness_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4380053Z test_nvfuser_correctness_xlogy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4398007Z test_nvfuser_correctness_xlogy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4416027Z test_nvfuser_correctness_xlogy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4434511Z test_nvfuser_correctness_xlogy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4452331Z test_nvfuser_correctness_xlogy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4470717Z test_nvfuser_correctness_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4488826Z test_nvfuser_correctness_zero__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4507214Z test_nvfuser_correctness_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4530832Z test_nvfuser_correctness_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4549110Z test_nvfuser_correctness_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4567144Z test_nvfuser_correctness_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4585513Z test_nvfuser_correctness_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4603631Z test_nvfuser_correctness_zero__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4621951Z test_nvfuser_correctness_zero__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4640049Z test_nvfuser_correctness_zero__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4658723Z test_nvfuser_correctness_zero__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4676703Z test_nvfuser_correctness_zero__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4694540Z test_nvfuser_correctness_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4712922Z test_nvfuser_correctness_zeros_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4731363Z test_nvfuser_correctness_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4755252Z test_nvfuser_correctness_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4773356Z test_nvfuser_correctness_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4791671Z test_nvfuser_correctness_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4809627Z test_nvfuser_correctness_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4828121Z test_nvfuser_correctness_zeros_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4846237Z test_nvfuser_correctness_zeros_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4864633Z test_nvfuser_correctness_zeros_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4882553Z test_nvfuser_correctness_zeros_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4900904Z test_nvfuser_correctness_zeros_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:09:35.4936489Z test_nvfuser_extremal_values_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.4972835Z test_nvfuser_extremal_values_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5014849Z test_nvfuser_extremal_values_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5050353Z test_nvfuser_extremal_values_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5086624Z test_nvfuser_extremal_values_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5122608Z test_nvfuser_extremal_values_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5158194Z test_nvfuser_extremal_values_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5194197Z test_nvfuser_extremal_values_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5230579Z test_nvfuser_extremal_values_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5266673Z test_nvfuser_extremal_values_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5302392Z test_nvfuser_extremal_values_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5338374Z test_nvfuser_extremal_values_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5373962Z test_nvfuser_extremal_values___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5410102Z test_nvfuser_extremal_values___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5451930Z test_nvfuser_extremal_values___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5487748Z test_nvfuser_extremal_values___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5523330Z test_nvfuser_extremal_values___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5558967Z test_nvfuser_extremal_values___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5594502Z test_nvfuser_extremal_values___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5630401Z test_nvfuser_extremal_values___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5666029Z test_nvfuser_extremal_values___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5701851Z test_nvfuser_extremal_values___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5737817Z test_nvfuser_extremal_values___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5773501Z test_nvfuser_extremal_values___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5809601Z test_nvfuser_extremal_values___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5845711Z test_nvfuser_extremal_values___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5888876Z test_nvfuser_extremal_values___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.5924635Z test_nvfuser_extremal_values___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5960626Z test_nvfuser_extremal_values___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.5996362Z test_nvfuser_extremal_values___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6032409Z test_nvfuser_extremal_values___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6068351Z test_nvfuser_extremal_values___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6104422Z test_nvfuser_extremal_values___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6140479Z test_nvfuser_extremal_values___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6176241Z test_nvfuser_extremal_values___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6212609Z test_nvfuser_extremal_values___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6248791Z test_nvfuser_extremal_values___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6284956Z test_nvfuser_extremal_values___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6326946Z test_nvfuser_extremal_values___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6362341Z test_nvfuser_extremal_values___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6398468Z test_nvfuser_extremal_values___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6434428Z test_nvfuser_extremal_values___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6470295Z test_nvfuser_extremal_values___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6506242Z test_nvfuser_extremal_values___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6542135Z test_nvfuser_extremal_values___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6578359Z test_nvfuser_extremal_values___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6614211Z test_nvfuser_extremal_values___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6650225Z test_nvfuser_extremal_values___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6686603Z test_nvfuser_extremal_values___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6727945Z test_nvfuser_extremal_values___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6763601Z test_nvfuser_extremal_values___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6799564Z test_nvfuser_extremal_values___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6835004Z test_nvfuser_extremal_values___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6871884Z test_nvfuser_extremal_values___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6908042Z test_nvfuser_extremal_values___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.6943862Z test_nvfuser_extremal_values___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.6979975Z test_nvfuser_extremal_values___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7015261Z test_nvfuser_extremal_values__masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7050961Z test_nvfuser_extremal_values__masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7086997Z test_nvfuser_extremal_values__masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7123012Z test_nvfuser_extremal_values__masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7164957Z test_nvfuser_extremal_values__masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7201134Z test_nvfuser_extremal_values__masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7237343Z test_nvfuser_extremal_values__masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7273079Z test_nvfuser_extremal_values__masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7309537Z test_nvfuser_extremal_values__masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7345281Z test_nvfuser_extremal_values__masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7381435Z test_nvfuser_extremal_values__masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7421486Z test_nvfuser_extremal_values__masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7457273Z test_nvfuser_extremal_values__masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7493168Z test_nvfuser_extremal_values__masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7529050Z test_nvfuser_extremal_values__masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7565027Z test_nvfuser_extremal_values__masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7606868Z test_nvfuser_extremal_values__masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7642973Z test_nvfuser_extremal_values__masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7679217Z test_nvfuser_extremal_values__masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7715241Z test_nvfuser_extremal_values__masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7751056Z test_nvfuser_extremal_values__masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7787468Z test_nvfuser_extremal_values__masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7823118Z test_nvfuser_extremal_values__masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7858984Z test_nvfuser_extremal_values__masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7894542Z test_nvfuser_extremal_values__masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.7930664Z test_nvfuser_extremal_values__masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.7967042Z test_nvfuser_extremal_values__masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8002737Z test_nvfuser_extremal_values__masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8044437Z test_nvfuser_extremal_values__masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8080378Z test_nvfuser_extremal_values__masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8116653Z test_nvfuser_extremal_values__masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8152388Z test_nvfuser_extremal_values__masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8188099Z test_nvfuser_extremal_values__masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8223634Z test_nvfuser_extremal_values__masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8259814Z test_nvfuser_extremal_values__masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8295573Z test_nvfuser_extremal_values__masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8331043Z test_nvfuser_extremal_values__masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8367371Z test_nvfuser_extremal_values__masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8403237Z test_nvfuser_extremal_values__masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8445299Z test_nvfuser_extremal_values__masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8481365Z test_nvfuser_extremal_values__masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8517375Z test_nvfuser_extremal_values__masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8553465Z test_nvfuser_extremal_values__masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8589308Z test_nvfuser_extremal_values__masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8625299Z test_nvfuser_extremal_values__masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8661359Z test_nvfuser_extremal_values__masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8697556Z test_nvfuser_extremal_values__masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8733065Z test_nvfuser_extremal_values__masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8769193Z test_nvfuser_extremal_values__masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8805287Z test_nvfuser_extremal_values__masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8841415Z test_nvfuser_extremal_values__masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8883360Z test_nvfuser_extremal_values__masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.8918875Z test_nvfuser_extremal_values__masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8954773Z test_nvfuser_extremal_values__masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.8990706Z test_nvfuser_extremal_values__masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9026412Z test_nvfuser_extremal_values__masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9062225Z test_nvfuser_extremal_values__masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9098805Z test_nvfuser_extremal_values__masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9134395Z test_nvfuser_extremal_values__masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9170844Z test_nvfuser_extremal_values__masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9206701Z test_nvfuser_extremal_values__masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9243186Z test_nvfuser_extremal_values__masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9279311Z test_nvfuser_extremal_values__masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9320982Z test_nvfuser_extremal_values__masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9357060Z test_nvfuser_extremal_values__masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9393472Z test_nvfuser_extremal_values__masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9429189Z test_nvfuser_extremal_values_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9465208Z test_nvfuser_extremal_values_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9501342Z test_nvfuser_extremal_values_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9536996Z test_nvfuser_extremal_values_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9573173Z test_nvfuser_extremal_values_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9609202Z test_nvfuser_extremal_values_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9645458Z test_nvfuser_extremal_values_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9681845Z test_nvfuser_extremal_values_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9718228Z test_nvfuser_extremal_values_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9760054Z test_nvfuser_extremal_values_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:35.9796084Z test_nvfuser_extremal_values_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9832091Z test_nvfuser_extremal_values_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9868075Z test_nvfuser_extremal_values_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9903717Z test_nvfuser_extremal_values_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9939705Z test_nvfuser_extremal_values_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:35.9975525Z test_nvfuser_extremal_values_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0011550Z test_nvfuser_extremal_values_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0048160Z test_nvfuser_extremal_values_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0084156Z test_nvfuser_extremal_values_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0120480Z test_nvfuser_extremal_values_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0162900Z test_nvfuser_extremal_values_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0198574Z test_nvfuser_extremal_values_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0234379Z test_nvfuser_extremal_values_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0270510Z test_nvfuser_extremal_values_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0306869Z test_nvfuser_extremal_values_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0342739Z test_nvfuser_extremal_values_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0378747Z test_nvfuser_extremal_values_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0414424Z test_nvfuser_extremal_values_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0450384Z test_nvfuser_extremal_values_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0486543Z test_nvfuser_extremal_values_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0522627Z test_nvfuser_extremal_values_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0558564Z test_nvfuser_extremal_values_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0600555Z test_nvfuser_extremal_values_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0636428Z test_nvfuser_extremal_values_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0672330Z test_nvfuser_extremal_values_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0708509Z test_nvfuser_extremal_values_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0744487Z test_nvfuser_extremal_values_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0780458Z test_nvfuser_extremal_values_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0816102Z test_nvfuser_extremal_values_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0851862Z test_nvfuser_extremal_values_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.0888059Z test_nvfuser_extremal_values_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0924070Z test_nvfuser_extremal_values_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0960251Z test_nvfuser_extremal_values_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.0996358Z test_nvfuser_extremal_values_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1039588Z test_nvfuser_extremal_values_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1075776Z test_nvfuser_extremal_values_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1111581Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1147312Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1183402Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1219327Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1254960Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1291036Z test_nvfuser_extremal_values_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1327135Z test_nvfuser_extremal_values_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1363054Z test_nvfuser_extremal_values_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1398970Z test_nvfuser_extremal_values_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1434966Z test_nvfuser_extremal_values_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1476809Z test_nvfuser_extremal_values_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1512650Z test_nvfuser_extremal_values_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1548364Z test_nvfuser_extremal_values_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1584162Z test_nvfuser_extremal_values_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1620013Z test_nvfuser_extremal_values_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1655537Z test_nvfuser_extremal_values_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1691614Z test_nvfuser_extremal_values_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1727763Z test_nvfuser_extremal_values_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1764123Z test_nvfuser_extremal_values_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1800362Z test_nvfuser_extremal_values_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1836405Z test_nvfuser_extremal_values_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.1879078Z test_nvfuser_extremal_values_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.1907683Z test_nvfuser_extremal_values_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.1936731Z test_nvfuser_extremal_values_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.1965818Z test_nvfuser_extremal_values_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.1994637Z test_nvfuser_extremal_values_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.2023466Z test_nvfuser_extremal_values_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.2051961Z test_nvfuser_extremal_values_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.2088438Z test_nvfuser_extremal_values_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2124630Z test_nvfuser_extremal_values_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.2160263Z test_nvfuser_extremal_values_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2196459Z test_nvfuser_extremal_values_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2232218Z test_nvfuser_extremal_values_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2268229Z test_nvfuser_extremal_values_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2304290Z test_nvfuser_extremal_values_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2339881Z test_nvfuser_extremal_values_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2375854Z test_nvfuser_extremal_values_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2411480Z test_nvfuser_extremal_values_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2447616Z test_nvfuser_extremal_values_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.2489708Z test_nvfuser_extremal_values_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.2525372Z test_nvfuser_extremal_values_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2561230Z test_nvfuser_extremal_values_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2596897Z test_nvfuser_extremal_values_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2632594Z test_nvfuser_extremal_values_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2668410Z test_nvfuser_extremal_values_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2704632Z test_nvfuser_extremal_values_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.2740607Z test_nvfuser_extremal_values_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2776178Z test_nvfuser_extremal_values_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2812136Z test_nvfuser_extremal_values_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.2848328Z test_nvfuser_extremal_values_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.2884376Z test_nvfuser_extremal_values_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2925962Z test_nvfuser_extremal_values_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.2961949Z test_nvfuser_extremal_values_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.2997926Z test_nvfuser_extremal_values_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3033900Z test_nvfuser_extremal_values_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3070054Z test_nvfuser_extremal_values_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3105612Z test_nvfuser_extremal_values_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3141623Z test_nvfuser_extremal_values_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3177330Z test_nvfuser_extremal_values_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3212840Z test_nvfuser_extremal_values_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3249284Z test_nvfuser_extremal_values_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.3285199Z test_nvfuser_extremal_values_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3321235Z test_nvfuser_extremal_values_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3363178Z test_nvfuser_extremal_values_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.3398633Z test_nvfuser_extremal_values_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3434542Z test_nvfuser_extremal_values_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3470675Z test_nvfuser_extremal_values_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.3506176Z test_nvfuser_extremal_values_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3542119Z test_nvfuser_extremal_values_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3577878Z test_nvfuser_extremal_values_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3613562Z test_nvfuser_extremal_values_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3649697Z test_nvfuser_extremal_values_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3685288Z test_nvfuser_extremal_values_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3721258Z test_nvfuser_extremal_values_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3762687Z test_nvfuser_extremal_values_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.3798601Z test_nvfuser_extremal_values_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3834618Z test_nvfuser_extremal_values_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3870420Z test_nvfuser_extremal_values_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3906532Z test_nvfuser_extremal_values_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.3942413Z test_nvfuser_extremal_values_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.3978341Z test_nvfuser_extremal_values_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4013808Z test_nvfuser_extremal_values_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4049659Z test_nvfuser_extremal_values_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4085610Z test_nvfuser_extremal_values_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4121510Z test_nvfuser_extremal_values_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4157726Z test_nvfuser_extremal_values_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.4199596Z test_nvfuser_extremal_values_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.4235400Z test_nvfuser_extremal_values_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4270999Z test_nvfuser_extremal_values_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4307008Z test_nvfuser_extremal_values_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4342775Z test_nvfuser_extremal_values_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4378785Z test_nvfuser_extremal_values_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.4414480Z test_nvfuser_extremal_values_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4450531Z test_nvfuser_extremal_values_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4486887Z test_nvfuser_extremal_values_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.4522786Z test_nvfuser_extremal_values_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4558658Z test_nvfuser_extremal_values_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4594944Z test_nvfuser_extremal_values_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.4636427Z test_nvfuser_extremal_values_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.4672383Z test_nvfuser_extremal_values_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4708508Z test_nvfuser_extremal_values_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.4744486Z test_nvfuser_extremal_values_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4780567Z test_nvfuser_extremal_values_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4816330Z test_nvfuser_extremal_values_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4852039Z test_nvfuser_extremal_values_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4887790Z test_nvfuser_extremal_values_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4923504Z test_nvfuser_extremal_values_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4959366Z test_nvfuser_extremal_values_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.4995338Z test_nvfuser_extremal_values_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5031267Z test_nvfuser_extremal_values_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5072910Z test_nvfuser_extremal_values_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5108958Z test_nvfuser_extremal_values_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5144896Z test_nvfuser_extremal_values_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5181093Z test_nvfuser_extremal_values_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5216904Z test_nvfuser_extremal_values_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5252874Z test_nvfuser_extremal_values_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5288700Z test_nvfuser_extremal_values_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5324502Z test_nvfuser_extremal_values_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5360829Z test_nvfuser_extremal_values_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5397051Z test_nvfuser_extremal_values_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5432667Z test_nvfuser_extremal_values_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5474630Z test_nvfuser_extremal_values_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5510395Z test_nvfuser_extremal_values_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5546576Z test_nvfuser_extremal_values_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5582528Z test_nvfuser_extremal_values_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5610627Z test_nvfuser_extremal_values_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.5639564Z test_nvfuser_extremal_values_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.5668447Z test_nvfuser_extremal_values_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.5697432Z test_nvfuser_extremal_values_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:36.5733607Z test_nvfuser_extremal_values_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5769836Z test_nvfuser_extremal_values_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5806113Z test_nvfuser_extremal_values_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5842001Z test_nvfuser_extremal_values_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5877907Z test_nvfuser_extremal_values_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5914319Z test_nvfuser_extremal_values_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.5949914Z test_nvfuser_extremal_values_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.5986530Z test_nvfuser_extremal_values_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6028454Z test_nvfuser_extremal_values_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6064525Z test_nvfuser_extremal_values_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6101040Z test_nvfuser_extremal_values_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6136631Z test_nvfuser_extremal_values_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6172822Z test_nvfuser_extremal_values_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6208991Z test_nvfuser_extremal_values_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6245344Z test_nvfuser_extremal_values_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6281268Z test_nvfuser_extremal_values_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6317441Z test_nvfuser_extremal_values_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6353224Z test_nvfuser_extremal_values_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6389273Z test_nvfuser_extremal_values_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6425471Z test_nvfuser_extremal_values_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6468817Z test_nvfuser_extremal_values_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6504926Z test_nvfuser_extremal_values_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6540793Z test_nvfuser_extremal_values_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6577030Z test_nvfuser_extremal_values_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6612773Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6648964Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6685123Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6720946Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6756914Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6792807Z test_nvfuser_extremal_values_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6828998Z test_nvfuser_extremal_values_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6864903Z test_nvfuser_extremal_values_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6907457Z test_nvfuser_extremal_values_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.6943003Z test_nvfuser_extremal_values_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.6979238Z test_nvfuser_extremal_values_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7014736Z test_nvfuser_extremal_values_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7051067Z test_nvfuser_extremal_values_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7086889Z test_nvfuser_extremal_values_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7122841Z test_nvfuser_extremal_values_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7158927Z test_nvfuser_extremal_values_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7195015Z test_nvfuser_extremal_values_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7231154Z test_nvfuser_extremal_values_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7267099Z test_nvfuser_extremal_values_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7308332Z test_nvfuser_extremal_values_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7344347Z test_nvfuser_extremal_values_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7380476Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7415894Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7451721Z test_nvfuser_extremal_values_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7488271Z test_nvfuser_extremal_values_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7524544Z test_nvfuser_extremal_values_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7560528Z test_nvfuser_extremal_values_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7596491Z test_nvfuser_extremal_values_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7632589Z test_nvfuser_extremal_values_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7668414Z test_nvfuser_extremal_values_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7704361Z test_nvfuser_extremal_values_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7746263Z test_nvfuser_extremal_values_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7782316Z test_nvfuser_extremal_values_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7818111Z test_nvfuser_extremal_values_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7853845Z test_nvfuser_extremal_values_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7890204Z test_nvfuser_extremal_values_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.7926015Z test_nvfuser_extremal_values_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7962087Z test_nvfuser_extremal_values_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.7998131Z test_nvfuser_extremal_values_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8034279Z test_nvfuser_extremal_values_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8070323Z test_nvfuser_extremal_values_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8106285Z test_nvfuser_extremal_values_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8142436Z test_nvfuser_extremal_values_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8183692Z test_nvfuser_extremal_values_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8219529Z test_nvfuser_extremal_values_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8255657Z test_nvfuser_extremal_values_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8291578Z test_nvfuser_extremal_values_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8327565Z test_nvfuser_extremal_values_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8364080Z test_nvfuser_extremal_values_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8400188Z test_nvfuser_extremal_values_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8435571Z test_nvfuser_extremal_values_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8471207Z test_nvfuser_extremal_values_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8506666Z test_nvfuser_extremal_values_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8542486Z test_nvfuser_extremal_values_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8578093Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8619120Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8654402Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8689868Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8725464Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8761022Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8796476Z test_nvfuser_extremal_values_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8831687Z test_nvfuser_extremal_values_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8867692Z test_nvfuser_extremal_values_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8903902Z test_nvfuser_extremal_values_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.8939889Z test_nvfuser_extremal_values_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.8975615Z test_nvfuser_extremal_values_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9016833Z test_nvfuser_extremal_values_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9052847Z test_nvfuser_extremal_values_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9089226Z test_nvfuser_extremal_values_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9125163Z test_nvfuser_extremal_values_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9161305Z test_nvfuser_extremal_values_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9197495Z test_nvfuser_extremal_values_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9233505Z test_nvfuser_extremal_values_clamp_scalar_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9269544Z test_nvfuser_extremal_values_clamp_scalar_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9305432Z test_nvfuser_extremal_values_clamp_scalar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9341914Z test_nvfuser_extremal_values_clamp_scalar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9378064Z test_nvfuser_extremal_values_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9413689Z test_nvfuser_extremal_values_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9455236Z test_nvfuser_extremal_values_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9491548Z test_nvfuser_extremal_values_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9527745Z test_nvfuser_extremal_values_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9564032Z test_nvfuser_extremal_values_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9599934Z test_nvfuser_extremal_values_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9635975Z test_nvfuser_extremal_values_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9671978Z test_nvfuser_extremal_values_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9707830Z test_nvfuser_extremal_values_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9743926Z test_nvfuser_extremal_values_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9779731Z test_nvfuser_extremal_values_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9815382Z test_nvfuser_extremal_values_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9851353Z test_nvfuser_extremal_values_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:36.9893207Z test_nvfuser_extremal_values_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9929362Z test_nvfuser_extremal_values_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:36.9965473Z test_nvfuser_extremal_values_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0002026Z test_nvfuser_extremal_values_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0038031Z test_nvfuser_extremal_values_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0074211Z test_nvfuser_extremal_values_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0110121Z test_nvfuser_extremal_values_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0146151Z test_nvfuser_extremal_values_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0182600Z test_nvfuser_extremal_values_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0218456Z test_nvfuser_extremal_values_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0254131Z test_nvfuser_extremal_values_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0290340Z test_nvfuser_extremal_values_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0331595Z test_nvfuser_extremal_values_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0367675Z test_nvfuser_extremal_values_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0403725Z test_nvfuser_extremal_values_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0439765Z test_nvfuser_extremal_values_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0476030Z test_nvfuser_extremal_values_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0512167Z test_nvfuser_extremal_values_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0547710Z test_nvfuser_extremal_values_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0583581Z test_nvfuser_extremal_values_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0619521Z test_nvfuser_extremal_values_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0655117Z test_nvfuser_extremal_values_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0691167Z test_nvfuser_extremal_values_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0733071Z test_nvfuser_extremal_values_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0768788Z test_nvfuser_extremal_values_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0804443Z test_nvfuser_extremal_values_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0840101Z test_nvfuser_extremal_values_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0876492Z test_nvfuser_extremal_values_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0912503Z test_nvfuser_extremal_values_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.0948838Z test_nvfuser_extremal_values_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.0984539Z test_nvfuser_extremal_values_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1020405Z test_nvfuser_extremal_values_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1056283Z test_nvfuser_extremal_values_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1092500Z test_nvfuser_extremal_values_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1128621Z test_nvfuser_extremal_values_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1170236Z test_nvfuser_extremal_values_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1206018Z test_nvfuser_extremal_values_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1242122Z test_nvfuser_extremal_values_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1278236Z test_nvfuser_extremal_values_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1314321Z test_nvfuser_extremal_values_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1350373Z test_nvfuser_extremal_values_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1386664Z test_nvfuser_extremal_values_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1422511Z test_nvfuser_extremal_values_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1458505Z test_nvfuser_extremal_values_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1495046Z test_nvfuser_extremal_values_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1531368Z test_nvfuser_extremal_values_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1567861Z test_nvfuser_extremal_values_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1611022Z test_nvfuser_extremal_values_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1647102Z test_nvfuser_extremal_values_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1683030Z test_nvfuser_extremal_values_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1719115Z test_nvfuser_extremal_values_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.1755155Z test_nvfuser_extremal_values_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1783832Z test_nvfuser_extremal_values_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.1812770Z test_nvfuser_extremal_values_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.1842069Z test_nvfuser_extremal_values_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.1871555Z test_nvfuser_extremal_values_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.1900997Z test_nvfuser_extremal_values_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.1936503Z test_nvfuser_extremal_values_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.1972790Z test_nvfuser_extremal_values_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.2009186Z test_nvfuser_extremal_values_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2045056Z test_nvfuser_extremal_values_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.2081062Z test_nvfuser_extremal_values_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.2117504Z test_nvfuser_extremal_values_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2153850Z test_nvfuser_extremal_values_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2195847Z test_nvfuser_extremal_values_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2232102Z test_nvfuser_extremal_values_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2268940Z test_nvfuser_extremal_values_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2305012Z test_nvfuser_extremal_values_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2341324Z test_nvfuser_extremal_values_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2377911Z test_nvfuser_extremal_values_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2414346Z test_nvfuser_extremal_values_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2450407Z test_nvfuser_extremal_values_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2486388Z test_nvfuser_extremal_values_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.2522858Z test_nvfuser_extremal_values_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2560084Z test_nvfuser_extremal_values_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2601694Z test_nvfuser_extremal_values_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2637809Z test_nvfuser_extremal_values_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.2673910Z test_nvfuser_extremal_values_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2710249Z test_nvfuser_extremal_values_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2745860Z test_nvfuser_extremal_values_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2782181Z test_nvfuser_extremal_values_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2818338Z test_nvfuser_extremal_values_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2853932Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.2890137Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2926380Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2962786Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.2999042Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3040382Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3076711Z test_nvfuser_extremal_values_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3112668Z test_nvfuser_extremal_values_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3148650Z test_nvfuser_extremal_values_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3184575Z test_nvfuser_extremal_values_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3221163Z test_nvfuser_extremal_values_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3256777Z test_nvfuser_extremal_values_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3292505Z test_nvfuser_extremal_values_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3328807Z test_nvfuser_extremal_values_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3364866Z test_nvfuser_extremal_values_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3400827Z test_nvfuser_extremal_values_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3436859Z test_nvfuser_extremal_values_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3478373Z test_nvfuser_extremal_values_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3513885Z test_nvfuser_extremal_values_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3549759Z test_nvfuser_extremal_values_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3585626Z test_nvfuser_extremal_values_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3621410Z test_nvfuser_extremal_values_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3656704Z test_nvfuser_extremal_values_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3692700Z test_nvfuser_extremal_values_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3728999Z test_nvfuser_extremal_values_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3765170Z test_nvfuser_extremal_values_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3801448Z test_nvfuser_extremal_values_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3837799Z test_nvfuser_extremal_values_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3873876Z test_nvfuser_extremal_values_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.3915778Z test_nvfuser_extremal_values_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3951811Z test_nvfuser_extremal_values_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.3988004Z test_nvfuser_extremal_values_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4023971Z test_nvfuser_extremal_values_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4060399Z test_nvfuser_extremal_values_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4096509Z test_nvfuser_extremal_values_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4132348Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4168056Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4206962Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4243181Z test_nvfuser_extremal_values_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4279188Z test_nvfuser_extremal_values_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4320878Z test_nvfuser_extremal_values_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4357016Z test_nvfuser_extremal_values_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4393241Z test_nvfuser_extremal_values_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4429281Z test_nvfuser_extremal_values_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4465177Z test_nvfuser_extremal_values_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4501149Z test_nvfuser_extremal_values_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4537259Z test_nvfuser_extremal_values_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4573031Z test_nvfuser_extremal_values_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4608974Z test_nvfuser_extremal_values_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4644839Z test_nvfuser_extremal_values_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4680888Z test_nvfuser_extremal_values_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4716932Z test_nvfuser_extremal_values_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4758745Z test_nvfuser_extremal_values_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4795207Z test_nvfuser_extremal_values_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4831294Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4867519Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4903349Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.4939574Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.4975338Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5011309Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5047499Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5083277Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5119214Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5155509Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5197346Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5233540Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5269721Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5305649Z test_nvfuser_extremal_values_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5341389Z test_nvfuser_extremal_values_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5377024Z test_nvfuser_extremal_values_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5412939Z test_nvfuser_extremal_values_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5448974Z test_nvfuser_extremal_values_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5484883Z test_nvfuser_extremal_values_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5521341Z test_nvfuser_extremal_values_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5557395Z test_nvfuser_extremal_values_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5593617Z test_nvfuser_extremal_values_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5635423Z test_nvfuser_extremal_values_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5671407Z test_nvfuser_extremal_values_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5707897Z test_nvfuser_extremal_values_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5743995Z test_nvfuser_extremal_values_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5780233Z test_nvfuser_extremal_values_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5815921Z test_nvfuser_extremal_values_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5851972Z test_nvfuser_extremal_values_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5888194Z test_nvfuser_extremal_values_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5924240Z test_nvfuser_extremal_values_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.5960387Z test_nvfuser_extremal_values_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.5996498Z test_nvfuser_extremal_values_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6038299Z test_nvfuser_extremal_values_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6073926Z test_nvfuser_extremal_values_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6110191Z test_nvfuser_extremal_values_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6145965Z test_nvfuser_extremal_values_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6181910Z test_nvfuser_extremal_values_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6217277Z test_nvfuser_extremal_values_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6252762Z test_nvfuser_extremal_values_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6288740Z test_nvfuser_extremal_values_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6324518Z test_nvfuser_extremal_values_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6360806Z test_nvfuser_extremal_values_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6396826Z test_nvfuser_extremal_values_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6432712Z test_nvfuser_extremal_values_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6461353Z test_nvfuser_extremal_values_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.6490589Z test_nvfuser_extremal_values_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.6519416Z test_nvfuser_extremal_values_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.6548356Z test_nvfuser_extremal_values_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.6577286Z test_nvfuser_extremal_values_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.6606940Z test_nvfuser_extremal_values_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:37.6648934Z test_nvfuser_extremal_values_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6684633Z test_nvfuser_extremal_values_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6720920Z test_nvfuser_extremal_values_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6756860Z test_nvfuser_extremal_values_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6792495Z test_nvfuser_extremal_values_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6828577Z test_nvfuser_extremal_values_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6864742Z test_nvfuser_extremal_values_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6901846Z test_nvfuser_extremal_values_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.6937486Z test_nvfuser_extremal_values_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.6973362Z test_nvfuser_extremal_values_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7009441Z test_nvfuser_extremal_values_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7045814Z test_nvfuser_extremal_values_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7088887Z test_nvfuser_extremal_values_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7124754Z test_nvfuser_extremal_values_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7161037Z test_nvfuser_extremal_values_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7197060Z test_nvfuser_extremal_values_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7233202Z test_nvfuser_extremal_values_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7269690Z test_nvfuser_extremal_values_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7305861Z test_nvfuser_extremal_values_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7342177Z test_nvfuser_extremal_values_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7378313Z test_nvfuser_extremal_values_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7414180Z test_nvfuser_extremal_values_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7450329Z test_nvfuser_extremal_values_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7486786Z test_nvfuser_extremal_values_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7528287Z test_nvfuser_extremal_values_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7564294Z test_nvfuser_extremal_values_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7600310Z test_nvfuser_extremal_values_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7636532Z test_nvfuser_extremal_values_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7672905Z test_nvfuser_extremal_values_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7709002Z test_nvfuser_extremal_values_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7745126Z test_nvfuser_extremal_values_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7781150Z test_nvfuser_extremal_values_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7817817Z test_nvfuser_extremal_values_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7853288Z test_nvfuser_extremal_values_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7889289Z test_nvfuser_extremal_values_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.7930852Z test_nvfuser_extremal_values_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.7967350Z test_nvfuser_extremal_values_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8002991Z test_nvfuser_extremal_values_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8039069Z test_nvfuser_extremal_values_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8075213Z test_nvfuser_extremal_values_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8111377Z test_nvfuser_extremal_values_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8147157Z test_nvfuser_extremal_values_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8182938Z test_nvfuser_extremal_values_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8219123Z test_nvfuser_extremal_values_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8254421Z test_nvfuser_extremal_values_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8290367Z test_nvfuser_extremal_values_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8326170Z test_nvfuser_extremal_values_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8368036Z test_nvfuser_extremal_values_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8404002Z test_nvfuser_extremal_values_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8440391Z test_nvfuser_extremal_values_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8476711Z test_nvfuser_extremal_values_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8512804Z test_nvfuser_extremal_values_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8549197Z test_nvfuser_extremal_values_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8584767Z test_nvfuser_extremal_values_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8620863Z test_nvfuser_extremal_values_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8656946Z test_nvfuser_extremal_values_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8692745Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.8729058Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8765090Z test_nvfuser_extremal_values_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8806674Z test_nvfuser_extremal_values_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8843232Z test_nvfuser_extremal_values_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8879597Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8915762Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8952070Z test_nvfuser_extremal_values_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.8987957Z test_nvfuser_extremal_values_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9024318Z test_nvfuser_extremal_values_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9060364Z test_nvfuser_extremal_values_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9096255Z test_nvfuser_extremal_values_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9132269Z test_nvfuser_extremal_values_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9168596Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9204462Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9246442Z test_nvfuser_extremal_values_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9282233Z test_nvfuser_extremal_values_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9318389Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9354351Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9390296Z test_nvfuser_extremal_values_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9426298Z test_nvfuser_extremal_values_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9462300Z test_nvfuser_extremal_values_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9498465Z test_nvfuser_extremal_values_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9534029Z test_nvfuser_extremal_values_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9569837Z test_nvfuser_extremal_values_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9605915Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9647680Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9683432Z test_nvfuser_extremal_values_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9719299Z test_nvfuser_extremal_values_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9755615Z test_nvfuser_extremal_values_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9791619Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:37.9827327Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9863167Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9899149Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9934800Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:37.9971009Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0007223Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0043492Z test_nvfuser_extremal_values_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0085243Z test_nvfuser_extremal_values_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0120997Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0156729Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0193012Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0229113Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0265305Z test_nvfuser_extremal_values_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0301421Z test_nvfuser_extremal_values_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0337234Z test_nvfuser_extremal_values_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0372852Z test_nvfuser_extremal_values_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0408859Z test_nvfuser_extremal_values_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0444848Z test_nvfuser_extremal_values_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0480907Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0522632Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0558486Z test_nvfuser_extremal_values_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0594296Z test_nvfuser_extremal_values_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0630292Z test_nvfuser_extremal_values_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0666438Z test_nvfuser_extremal_values_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0702544Z test_nvfuser_extremal_values_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0738446Z test_nvfuser_extremal_values_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0774182Z test_nvfuser_extremal_values_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0810137Z test_nvfuser_extremal_values_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0846223Z test_nvfuser_extremal_values_fill__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0882391Z test_nvfuser_extremal_values_fill__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.0918437Z test_nvfuser_extremal_values_fill__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0960110Z test_nvfuser_extremal_values_fill__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.0995414Z test_nvfuser_extremal_values_fill__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1031067Z test_nvfuser_extremal_values_fill__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1067209Z test_nvfuser_extremal_values_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1102946Z test_nvfuser_extremal_values_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1138549Z test_nvfuser_extremal_values_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1174509Z test_nvfuser_extremal_values_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1210417Z test_nvfuser_extremal_values_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1246767Z test_nvfuser_extremal_values_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1283026Z test_nvfuser_extremal_values_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1319194Z test_nvfuser_extremal_values_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1360848Z test_nvfuser_extremal_values_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1396413Z test_nvfuser_extremal_values_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1432502Z test_nvfuser_extremal_values_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1468531Z test_nvfuser_extremal_values_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1504330Z test_nvfuser_extremal_values_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1540420Z test_nvfuser_extremal_values_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1576315Z test_nvfuser_extremal_values_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1612147Z test_nvfuser_extremal_values_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1648067Z test_nvfuser_extremal_values_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1684029Z test_nvfuser_extremal_values_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1720254Z test_nvfuser_extremal_values_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1756431Z test_nvfuser_extremal_values_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1798392Z test_nvfuser_extremal_values_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1833942Z test_nvfuser_extremal_values_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1870327Z test_nvfuser_extremal_values_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1906482Z test_nvfuser_extremal_values_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.1942136Z test_nvfuser_extremal_values_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.1977730Z test_nvfuser_extremal_values_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2013318Z test_nvfuser_extremal_values_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2049405Z test_nvfuser_extremal_values_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2085803Z test_nvfuser_extremal_values_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2121466Z test_nvfuser_extremal_values_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2157543Z test_nvfuser_extremal_values_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2193442Z test_nvfuser_extremal_values_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2236524Z test_nvfuser_extremal_values_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2272366Z test_nvfuser_extremal_values_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2308217Z test_nvfuser_extremal_values_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2344465Z test_nvfuser_extremal_values_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2380566Z test_nvfuser_extremal_values_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2415807Z test_nvfuser_extremal_values_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2451804Z test_nvfuser_extremal_values_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2487632Z test_nvfuser_extremal_values_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2523759Z test_nvfuser_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2559546Z test_nvfuser_extremal_values_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2595627Z test_nvfuser_extremal_values_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2631421Z test_nvfuser_extremal_values_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2673114Z test_nvfuser_extremal_values_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2708555Z test_nvfuser_extremal_values_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2744488Z test_nvfuser_extremal_values_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2780457Z test_nvfuser_extremal_values_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2815945Z test_nvfuser_extremal_values_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2851798Z test_nvfuser_extremal_values_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2887672Z test_nvfuser_extremal_values_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2923786Z test_nvfuser_extremal_values_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.2962299Z test_nvfuser_extremal_values_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.2998496Z test_nvfuser_extremal_values_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3034599Z test_nvfuser_extremal_values_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.3076579Z test_nvfuser_extremal_values_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.3112143Z test_nvfuser_extremal_values_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3147937Z test_nvfuser_extremal_values_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3183747Z test_nvfuser_extremal_values_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3219443Z test_nvfuser_extremal_values_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3255126Z test_nvfuser_extremal_values_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3290757Z test_nvfuser_extremal_values_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3327013Z test_nvfuser_extremal_values_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3362656Z test_nvfuser_extremal_values_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3398488Z test_nvfuser_extremal_values_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3434439Z test_nvfuser_extremal_values_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3470419Z test_nvfuser_extremal_values_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3512104Z test_nvfuser_extremal_values_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.3548246Z test_nvfuser_extremal_values_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3583960Z test_nvfuser_extremal_values_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3620117Z test_nvfuser_extremal_values_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3655570Z test_nvfuser_extremal_values_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3691393Z test_nvfuser_extremal_values_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3727193Z test_nvfuser_extremal_values_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3763267Z test_nvfuser_extremal_values_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3798812Z test_nvfuser_extremal_values_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3834750Z test_nvfuser_extremal_values_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3870792Z test_nvfuser_extremal_values_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3906729Z test_nvfuser_extremal_values_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.3948181Z test_nvfuser_extremal_values_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.3983949Z test_nvfuser_extremal_values_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4020290Z test_nvfuser_extremal_values_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.4048441Z test_nvfuser_extremal_values_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4077071Z test_nvfuser_extremal_values_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4106030Z test_nvfuser_extremal_values_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4134265Z test_nvfuser_extremal_values_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4163185Z test_nvfuser_extremal_values_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4191902Z test_nvfuser_extremal_values_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4227621Z test_nvfuser_extremal_values_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4263358Z test_nvfuser_extremal_values_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4299543Z test_nvfuser_extremal_values_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.4335654Z test_nvfuser_extremal_values_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4371606Z test_nvfuser_extremal_values_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.4407653Z test_nvfuser_extremal_values_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4443569Z test_nvfuser_extremal_values_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4479391Z test_nvfuser_extremal_values_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4515335Z test_nvfuser_extremal_values_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4556886Z test_nvfuser_extremal_values_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.4592869Z test_nvfuser_extremal_values_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4628744Z test_nvfuser_extremal_values_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4664787Z test_nvfuser_extremal_values_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4700948Z test_nvfuser_extremal_values_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4728986Z test_nvfuser_extremal_values_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4758167Z test_nvfuser_extremal_values_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.4794624Z test_nvfuser_extremal_values_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4830276Z test_nvfuser_extremal_values_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4866276Z test_nvfuser_extremal_values_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4902235Z test_nvfuser_extremal_values_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4938228Z test_nvfuser_extremal_values_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.4974096Z test_nvfuser_extremal_values_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5015643Z test_nvfuser_extremal_values_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5051318Z test_nvfuser_extremal_values_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5087099Z test_nvfuser_extremal_values_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5122902Z test_nvfuser_extremal_values_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5159388Z test_nvfuser_extremal_values_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5195450Z test_nvfuser_extremal_values_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5231429Z test_nvfuser_extremal_values_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5267959Z test_nvfuser_extremal_values_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5304146Z test_nvfuser_extremal_values_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5340255Z test_nvfuser_extremal_values_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5376259Z test_nvfuser_extremal_values_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5412556Z test_nvfuser_extremal_values_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5454162Z test_nvfuser_extremal_values_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5489784Z test_nvfuser_extremal_values_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5525792Z test_nvfuser_extremal_values_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5561558Z test_nvfuser_extremal_values_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5597723Z test_nvfuser_extremal_values_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5633695Z test_nvfuser_extremal_values_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5669560Z test_nvfuser_extremal_values_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5705601Z test_nvfuser_extremal_values_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5741722Z test_nvfuser_extremal_values_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5777403Z test_nvfuser_extremal_values_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5813164Z test_nvfuser_extremal_values_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5849352Z test_nvfuser_extremal_values_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5890543Z test_nvfuser_extremal_values_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.5926510Z test_nvfuser_extremal_values_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5962525Z test_nvfuser_extremal_values_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.5997945Z test_nvfuser_extremal_values_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6033591Z test_nvfuser_extremal_values_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6069399Z test_nvfuser_extremal_values_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6105485Z test_nvfuser_extremal_values_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6141477Z test_nvfuser_extremal_values_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6177802Z test_nvfuser_extremal_values_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6213669Z test_nvfuser_extremal_values_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6249764Z test_nvfuser_extremal_values_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6285940Z test_nvfuser_extremal_values_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6327324Z test_nvfuser_extremal_values_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6362941Z test_nvfuser_extremal_values_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6398739Z test_nvfuser_extremal_values_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6434699Z test_nvfuser_extremal_values_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6470906Z test_nvfuser_extremal_values_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6506952Z test_nvfuser_extremal_values_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6542858Z test_nvfuser_extremal_values_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6578838Z test_nvfuser_extremal_values_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6614771Z test_nvfuser_extremal_values_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6650698Z test_nvfuser_extremal_values_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6687033Z test_nvfuser_extremal_values_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6728854Z test_nvfuser_extremal_values_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6764528Z test_nvfuser_extremal_values_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6800260Z test_nvfuser_extremal_values_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6835986Z test_nvfuser_extremal_values_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6871885Z test_nvfuser_extremal_values_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6908587Z test_nvfuser_extremal_values_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.6944168Z test_nvfuser_extremal_values_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.6980218Z test_nvfuser_extremal_values_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7016279Z test_nvfuser_extremal_values_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7051918Z test_nvfuser_extremal_values_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7087978Z test_nvfuser_extremal_values_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7123771Z test_nvfuser_extremal_values_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7165657Z test_nvfuser_extremal_values_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.7201559Z test_nvfuser_extremal_values_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7237604Z test_nvfuser_extremal_values_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7273549Z test_nvfuser_extremal_values_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7309289Z test_nvfuser_extremal_values_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7345360Z test_nvfuser_extremal_values_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7381050Z test_nvfuser_extremal_values_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7416564Z test_nvfuser_extremal_values_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7452509Z test_nvfuser_extremal_values_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7488382Z test_nvfuser_extremal_values_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7524723Z test_nvfuser_extremal_values_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.7560713Z test_nvfuser_extremal_values_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7603857Z test_nvfuser_extremal_values_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.7639880Z test_nvfuser_extremal_values_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7675670Z test_nvfuser_extremal_values_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7711575Z test_nvfuser_extremal_values_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7747409Z test_nvfuser_extremal_values_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7783235Z test_nvfuser_extremal_values_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7819225Z test_nvfuser_extremal_values_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7854669Z test_nvfuser_extremal_values_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7890728Z test_nvfuser_extremal_values_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7926563Z test_nvfuser_extremal_values_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.7962727Z test_nvfuser_extremal_values_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.7998869Z test_nvfuser_extremal_values_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8040346Z test_nvfuser_extremal_values_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8076032Z test_nvfuser_extremal_values_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8112203Z test_nvfuser_extremal_values_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8148258Z test_nvfuser_extremal_values_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8184328Z test_nvfuser_extremal_values_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8220560Z test_nvfuser_extremal_values_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8256018Z test_nvfuser_extremal_values_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8292106Z test_nvfuser_extremal_values_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8327953Z test_nvfuser_extremal_values_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8364133Z test_nvfuser_extremal_values_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8400326Z test_nvfuser_extremal_values_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8441827Z test_nvfuser_extremal_values_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8477366Z test_nvfuser_extremal_values_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8513130Z test_nvfuser_extremal_values_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8548854Z test_nvfuser_extremal_values_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8584918Z test_nvfuser_extremal_values_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8620751Z test_nvfuser_extremal_values_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8657953Z test_nvfuser_extremal_values_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8692514Z test_nvfuser_extremal_values_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8728334Z test_nvfuser_extremal_values_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8764450Z test_nvfuser_extremal_values_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8800652Z test_nvfuser_extremal_values_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8836774Z test_nvfuser_extremal_values_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8878491Z test_nvfuser_extremal_values_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.8914405Z test_nvfuser_extremal_values_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8950335Z test_nvfuser_extremal_values_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.8986337Z test_nvfuser_extremal_values_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.9022614Z test_nvfuser_extremal_values_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.9059176Z test_nvfuser_extremal_values_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.9094480Z test_nvfuser_extremal_values_istft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9130469Z test_nvfuser_extremal_values_istft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9158930Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9188538Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9217867Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9246099Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9274977Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9303798Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9333023Z test_nvfuser_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9361649Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9390724Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9419553Z test_nvfuser_extremal_values_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9448240Z test_nvfuser_extremal_values_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9477443Z test_nvfuser_extremal_values_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9506772Z test_nvfuser_extremal_values_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9535235Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9564139Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9593269Z test_nvfuser_extremal_values_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9622383Z test_nvfuser_extremal_values_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9650770Z test_nvfuser_extremal_values_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:38.9687291Z test_nvfuser_extremal_values_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9723094Z test_nvfuser_extremal_values_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9759136Z test_nvfuser_extremal_values_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9795508Z test_nvfuser_extremal_values_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.9836857Z test_nvfuser_extremal_values_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:38.9872790Z test_nvfuser_extremal_values_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9908608Z test_nvfuser_extremal_values_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9944517Z test_nvfuser_extremal_values_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:38.9980735Z test_nvfuser_extremal_values_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.0016169Z test_nvfuser_extremal_values_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0052016Z test_nvfuser_extremal_values_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0088274Z test_nvfuser_extremal_values_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0124112Z test_nvfuser_extremal_values_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.0159834Z test_nvfuser_extremal_values_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0195866Z test_nvfuser_extremal_values_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0237298Z test_nvfuser_extremal_values_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.0273397Z test_nvfuser_extremal_values_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.0309362Z test_nvfuser_extremal_values_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0345367Z test_nvfuser_extremal_values_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0381298Z test_nvfuser_extremal_values_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0417468Z test_nvfuser_extremal_values_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0453181Z test_nvfuser_extremal_values_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0489117Z test_nvfuser_extremal_values_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0524797Z test_nvfuser_extremal_values_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0560993Z test_nvfuser_extremal_values_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0596958Z test_nvfuser_extremal_values_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0633084Z test_nvfuser_extremal_values_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.0675011Z test_nvfuser_extremal_values_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.0710670Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0746488Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0782192Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0817982Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0853803Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0889739Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0925809Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.0961820Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.0998446Z test_nvfuser_extremal_values_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.1034957Z test_nvfuser_extremal_values_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.1071299Z test_nvfuser_extremal_values_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.1112964Z test_nvfuser_extremal_values_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.1149011Z test_nvfuser_extremal_values_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1185007Z test_nvfuser_extremal_values_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.1220980Z test_nvfuser_extremal_values_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1256574Z test_nvfuser_extremal_values_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1292654Z test_nvfuser_extremal_values_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1328189Z test_nvfuser_extremal_values_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1363425Z test_nvfuser_extremal_values_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1398695Z test_nvfuser_extremal_values_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1434261Z test_nvfuser_extremal_values_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1470034Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1505519Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1547027Z test_nvfuser_extremal_values_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.1582469Z test_nvfuser_extremal_values_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1618320Z test_nvfuser_extremal_values_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1654003Z test_nvfuser_extremal_values_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1689782Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1725432Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1761368Z test_nvfuser_extremal_values_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1797520Z test_nvfuser_extremal_values_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.1825928Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:39.1854962Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:39.1885131Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:39.1913622Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:39.1950038Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.1985611Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2020842Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2062026Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2098084Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2133897Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2169988Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2206078Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2241925Z test_nvfuser_extremal_values_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2277918Z test_nvfuser_extremal_values_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2314081Z test_nvfuser_extremal_values_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2350551Z test_nvfuser_extremal_values_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2386337Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2422869Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2458867Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2500994Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2536722Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2572798Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2608902Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2644343Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2680600Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.2716486Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2752542Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2788294Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.2824596Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:09:39.2860899Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:09:39.2896952Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.003s) 2022-05-18T04:09:39.2938283Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:09:39.2973355Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3008935Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3044348Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3079734Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3115608Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3150710Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3186170Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3221097Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3256798Z test_nvfuser_extremal_values_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3293180Z test_nvfuser_extremal_values_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3329262Z test_nvfuser_extremal_values_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3372441Z test_nvfuser_extremal_values_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3408249Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3444395Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3480165Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3515869Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3551693Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3587474Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3623210Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3659336Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3695683Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3731848Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3774140Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3810623Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.3846760Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3883294Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3919576Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3955692Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.3991569Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4028194Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4064592Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4100782Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4136287Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4172208Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4214334Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4250097Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4286112Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4321852Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4357735Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4393889Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4429924Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4465783Z test_nvfuser_extremal_values_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4502031Z test_nvfuser_extremal_values_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4537939Z test_nvfuser_extremal_values_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4574008Z test_nvfuser_extremal_values_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4610136Z test_nvfuser_extremal_values_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4651682Z test_nvfuser_extremal_values_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4687430Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4723670Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4759797Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4795697Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4831421Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4867817Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4903914Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.4940064Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.4975817Z test_nvfuser_extremal_values_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5011631Z test_nvfuser_extremal_values_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5046987Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5088014Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.5123397Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5158821Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5194472Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5230605Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5266586Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5302720Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5338523Z test_nvfuser_extremal_values_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5374094Z test_nvfuser_extremal_values_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5410049Z test_nvfuser_extremal_values_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5446284Z test_nvfuser_extremal_values_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.5482013Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5523245Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.5558618Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5594412Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5629724Z test_nvfuser_extremal_values_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5664924Z test_nvfuser_extremal_values_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5700320Z test_nvfuser_extremal_values_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5735464Z test_nvfuser_extremal_values_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5771421Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5807406Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5843264Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.5879717Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.5921820Z test_nvfuser_extremal_values_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.5958237Z test_nvfuser_extremal_values_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.5994311Z test_nvfuser_extremal_values_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6030739Z test_nvfuser_extremal_values_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6067166Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6103867Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6140464Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6177369Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6213159Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6249485Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6285274Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6321411Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6362998Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6399248Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6435094Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6471111Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6506935Z test_nvfuser_extremal_values_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6542940Z test_nvfuser_extremal_values_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6578891Z test_nvfuser_extremal_values_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6614447Z test_nvfuser_extremal_values_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6649766Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6685600Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6721438Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6757178Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6798056Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6833470Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6869814Z test_nvfuser_extremal_values_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6906271Z test_nvfuser_extremal_values_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.6942365Z test_nvfuser_extremal_values_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.6978048Z test_nvfuser_extremal_values_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7013797Z test_nvfuser_extremal_values_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7049988Z test_nvfuser_extremal_values_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7085856Z test_nvfuser_extremal_values_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7121836Z test_nvfuser_extremal_values_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7158031Z test_nvfuser_extremal_values_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7194364Z test_nvfuser_extremal_values_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7235674Z test_nvfuser_extremal_values_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7271641Z test_nvfuser_extremal_values_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7307978Z test_nvfuser_extremal_values_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7343804Z test_nvfuser_extremal_values_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7379754Z test_nvfuser_extremal_values_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7415408Z test_nvfuser_extremal_values_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7451075Z test_nvfuser_extremal_values_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7487075Z test_nvfuser_extremal_values_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7522930Z test_nvfuser_extremal_values_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7558837Z test_nvfuser_extremal_values_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7594673Z test_nvfuser_extremal_values_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7636142Z test_nvfuser_extremal_values_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7672124Z test_nvfuser_extremal_values_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7708261Z test_nvfuser_extremal_values_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7743913Z test_nvfuser_extremal_values_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7780009Z test_nvfuser_extremal_values_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7815791Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7851672Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.7887899Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7923970Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7960119Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.7996343Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8032410Z test_nvfuser_extremal_values_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8074161Z test_nvfuser_extremal_values_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8109831Z test_nvfuser_extremal_values_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8145835Z test_nvfuser_extremal_values_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8181681Z test_nvfuser_extremal_values_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8217487Z test_nvfuser_extremal_values_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8252708Z test_nvfuser_extremal_values_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8288440Z test_nvfuser_extremal_values_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8324146Z test_nvfuser_extremal_values_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8360151Z test_nvfuser_extremal_values_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8395536Z test_nvfuser_extremal_values_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8431176Z test_nvfuser_extremal_values_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8467299Z test_nvfuser_extremal_values_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8510499Z test_nvfuser_extremal_values_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8545764Z test_nvfuser_extremal_values_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8581668Z test_nvfuser_extremal_values_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8617810Z test_nvfuser_extremal_values_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8653675Z test_nvfuser_extremal_values_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8689557Z test_nvfuser_extremal_values_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8725404Z test_nvfuser_extremal_values_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8761265Z test_nvfuser_extremal_values_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8797147Z test_nvfuser_extremal_values_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8833280Z test_nvfuser_extremal_values_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8869180Z test_nvfuser_extremal_values_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.8905445Z test_nvfuser_extremal_values_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8947184Z test_nvfuser_extremal_values_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.8982754Z test_nvfuser_extremal_values_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9018465Z test_nvfuser_extremal_values_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9053871Z test_nvfuser_extremal_values_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9089983Z test_nvfuser_extremal_values_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9125921Z test_nvfuser_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9161829Z test_nvfuser_extremal_values_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9197836Z test_nvfuser_extremal_values_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9233504Z test_nvfuser_extremal_values_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9269301Z test_nvfuser_extremal_values_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9305333Z test_nvfuser_extremal_values_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9346711Z test_nvfuser_extremal_values_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9382823Z test_nvfuser_extremal_values_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9418767Z test_nvfuser_extremal_values_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9454488Z test_nvfuser_extremal_values_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9490566Z test_nvfuser_extremal_values_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9526355Z test_nvfuser_extremal_values_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9562162Z test_nvfuser_extremal_values_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9598067Z test_nvfuser_extremal_values_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9633995Z test_nvfuser_extremal_values_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9669913Z test_nvfuser_extremal_values_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9706200Z test_nvfuser_extremal_values_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9742330Z test_nvfuser_extremal_values_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9783931Z test_nvfuser_extremal_values_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9820179Z test_nvfuser_extremal_values_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:39.9855648Z test_nvfuser_extremal_values_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9891245Z test_nvfuser_extremal_values_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9927145Z test_nvfuser_extremal_values_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9963330Z test_nvfuser_extremal_values_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:39.9999193Z test_nvfuser_extremal_values_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0035223Z test_nvfuser_extremal_values_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0071222Z test_nvfuser_extremal_values_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0107520Z test_nvfuser_extremal_values_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0143356Z test_nvfuser_extremal_values_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0179287Z test_nvfuser_extremal_values_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0220879Z test_nvfuser_extremal_values_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.0256672Z test_nvfuser_extremal_values_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0292648Z test_nvfuser_extremal_values_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0328590Z test_nvfuser_extremal_values_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0364698Z test_nvfuser_extremal_values_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0400580Z test_nvfuser_extremal_values_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0436799Z test_nvfuser_extremal_values_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.0472585Z test_nvfuser_extremal_values_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0508659Z test_nvfuser_extremal_values_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0544803Z test_nvfuser_extremal_values_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.0581397Z test_nvfuser_extremal_values_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.0617195Z test_nvfuser_extremal_values_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0659185Z test_nvfuser_extremal_values_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.0694626Z test_nvfuser_extremal_values_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0730893Z test_nvfuser_extremal_values_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0766824Z test_nvfuser_extremal_values_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.0802755Z test_nvfuser_extremal_values_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0838609Z test_nvfuser_extremal_values_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0874507Z test_nvfuser_extremal_values_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0910574Z test_nvfuser_extremal_values_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.0946760Z test_nvfuser_extremal_values_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.0982675Z test_nvfuser_extremal_values_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1018930Z test_nvfuser_extremal_values_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.1060667Z test_nvfuser_extremal_values_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.1096285Z test_nvfuser_extremal_values_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1131706Z test_nvfuser_extremal_values_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1167228Z test_nvfuser_extremal_values_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1203272Z test_nvfuser_extremal_values_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1239230Z test_nvfuser_extremal_values_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1275353Z test_nvfuser_extremal_values_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1311291Z test_nvfuser_extremal_values_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1347396Z test_nvfuser_extremal_values_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.1383120Z test_nvfuser_extremal_values_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1419076Z test_nvfuser_extremal_values_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1454879Z test_nvfuser_extremal_values_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1497088Z test_nvfuser_extremal_values_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.1532649Z test_nvfuser_extremal_values_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1568605Z test_nvfuser_extremal_values_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1604353Z test_nvfuser_extremal_values_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1640290Z test_nvfuser_extremal_values_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1676085Z test_nvfuser_extremal_values_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1704799Z test_nvfuser_extremal_values_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.1733685Z test_nvfuser_extremal_values_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.1762829Z test_nvfuser_extremal_values_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.1791492Z test_nvfuser_extremal_values_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.1820782Z test_nvfuser_extremal_values_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.1856942Z test_nvfuser_extremal_values_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.1893421Z test_nvfuser_extremal_values_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.1929857Z test_nvfuser_extremal_values_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.1965862Z test_nvfuser_extremal_values_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2002016Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2038173Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2079954Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2115864Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2152057Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2188039Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2224296Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2260682Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2296236Z test_nvfuser_extremal_values_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2332021Z test_nvfuser_extremal_values_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2367871Z test_nvfuser_extremal_values_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2404377Z test_nvfuser_extremal_values_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2440101Z test_nvfuser_extremal_values_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2476602Z test_nvfuser_extremal_values_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2518170Z test_nvfuser_extremal_values_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2553969Z test_nvfuser_extremal_values_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2589892Z test_nvfuser_extremal_values_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2625423Z test_nvfuser_extremal_values_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2661210Z test_nvfuser_extremal_values_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2696844Z test_nvfuser_extremal_values_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2732791Z test_nvfuser_extremal_values_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2768761Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2804784Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2840913Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2877220Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2918923Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.2955013Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.2990927Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3026956Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3063108Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3099272Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3135129Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3171289Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3207058Z test_nvfuser_extremal_values_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3243091Z test_nvfuser_extremal_values_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3279631Z test_nvfuser_extremal_values_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3315748Z test_nvfuser_extremal_values_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3357626Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3393595Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3429479Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3465386Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3501829Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3537624Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3573444Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3609583Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3645441Z test_nvfuser_extremal_values_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3681386Z test_nvfuser_extremal_values_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3717135Z test_nvfuser_extremal_values_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3753225Z test_nvfuser_extremal_values_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3796439Z test_nvfuser_extremal_values_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.3832333Z test_nvfuser_extremal_values_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3868299Z test_nvfuser_extremal_values_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3904248Z test_nvfuser_extremal_values_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3940225Z test_nvfuser_extremal_values_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.3975615Z test_nvfuser_extremal_values_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4011358Z test_nvfuser_extremal_values_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4047310Z test_nvfuser_extremal_values_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4083183Z test_nvfuser_extremal_values_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4119156Z test_nvfuser_extremal_values_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4155317Z test_nvfuser_extremal_values_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4191095Z test_nvfuser_extremal_values_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4232849Z test_nvfuser_extremal_values_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4268698Z test_nvfuser_extremal_values_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4304376Z test_nvfuser_extremal_values_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4340739Z test_nvfuser_extremal_values_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4376376Z test_nvfuser_extremal_values_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4412319Z test_nvfuser_extremal_values_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4448430Z test_nvfuser_extremal_values_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4484330Z test_nvfuser_extremal_values_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4520469Z test_nvfuser_extremal_values_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4556468Z test_nvfuser_extremal_values_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4592657Z test_nvfuser_extremal_values_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4634289Z test_nvfuser_extremal_values_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4670294Z test_nvfuser_extremal_values_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4706403Z test_nvfuser_extremal_values_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4742516Z test_nvfuser_extremal_values_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4778831Z test_nvfuser_extremal_values_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.4814582Z test_nvfuser_extremal_values_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4850606Z test_nvfuser_extremal_values_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4886528Z test_nvfuser_extremal_values_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4922603Z test_nvfuser_extremal_values_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4958197Z test_nvfuser_extremal_values_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.4994155Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5030235Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.5071922Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.5107637Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5143458Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5179365Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5215492Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5250918Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.5287079Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.5322973Z test_nvfuser_extremal_values_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5358752Z test_nvfuser_extremal_values_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5394598Z test_nvfuser_extremal_values_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5430576Z test_nvfuser_extremal_values_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5466627Z test_nvfuser_extremal_values_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.5508293Z test_nvfuser_extremal_values_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.5543983Z test_nvfuser_extremal_values_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5580046Z test_nvfuser_extremal_values_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5615563Z test_nvfuser_extremal_values_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5651397Z test_nvfuser_extremal_values_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5687388Z test_nvfuser_extremal_values_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5715861Z test_nvfuser_extremal_values_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.5744785Z test_nvfuser_extremal_values_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.5781359Z test_nvfuser_extremal_values_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5816871Z test_nvfuser_extremal_values_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5853012Z test_nvfuser_extremal_values_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5889284Z test_nvfuser_extremal_values_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.5925246Z test_nvfuser_extremal_values_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.5961354Z test_nvfuser_extremal_values_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6002805Z test_nvfuser_extremal_values_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6038621Z test_nvfuser_extremal_values_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6074733Z test_nvfuser_extremal_values_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6110765Z test_nvfuser_extremal_values_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6146589Z test_nvfuser_extremal_values_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6183047Z test_nvfuser_extremal_values_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6219479Z test_nvfuser_extremal_values_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6255016Z test_nvfuser_extremal_values_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6291020Z test_nvfuser_extremal_values_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6326923Z test_nvfuser_extremal_values_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6363141Z test_nvfuser_extremal_values_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6404889Z test_nvfuser_extremal_values_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6440588Z test_nvfuser_extremal_values_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6476488Z test_nvfuser_extremal_values_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6512359Z test_nvfuser_extremal_values_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6548297Z test_nvfuser_extremal_values_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6577554Z test_nvfuser_extremal_values_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.6606218Z test_nvfuser_extremal_values_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.6635086Z test_nvfuser_extremal_values_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.6663622Z test_nvfuser_extremal_values_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.6692376Z test_nvfuser_extremal_values_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.6721777Z test_nvfuser_extremal_values_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.6757909Z test_nvfuser_extremal_values_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6793553Z test_nvfuser_extremal_values_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6829537Z test_nvfuser_extremal_values_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6867307Z test_nvfuser_extremal_values_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6902538Z test_nvfuser_extremal_values_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.6938529Z test_nvfuser_extremal_values_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.6974617Z test_nvfuser_extremal_values_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7016555Z test_nvfuser_extremal_values_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7052607Z test_nvfuser_extremal_values_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7088331Z test_nvfuser_extremal_values_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7124074Z test_nvfuser_extremal_values_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7160096Z test_nvfuser_extremal_values_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7195762Z test_nvfuser_extremal_values_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7231769Z test_nvfuser_extremal_values_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7267917Z test_nvfuser_extremal_values_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7304046Z test_nvfuser_extremal_values_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7340005Z test_nvfuser_extremal_values_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7375933Z test_nvfuser_extremal_values_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7412243Z test_nvfuser_extremal_values_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7454117Z test_nvfuser_extremal_values_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7490058Z test_nvfuser_extremal_values_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7525820Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7561946Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7597831Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7633488Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7669579Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7705425Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7741507Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.7777581Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7813833Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7850218Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7891804Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7928128Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.7964278Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8000361Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8036830Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8073328Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8109553Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8145597Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8181945Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8218098Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8253857Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8296495Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8332340Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8368279Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8404319Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8440620Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8476473Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8512255Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8548356Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8584378Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8620316Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8656815Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8692673Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8734348Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8770448Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8806309Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8842580Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8878649Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.8914503Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8950263Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.8987226Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9023714Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9059707Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9095736Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9132012Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9176031Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9211574Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9240769Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.9269554Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.9298089Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.9326509Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:40.9362869Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9398552Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9434604Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9470537Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9506486Z test_nvfuser_extremal_values_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9542613Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9578354Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9613916Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9650209Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9685954Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9727388Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9763194Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9799362Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9835394Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:40.9871650Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9907605Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9943783Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:40.9979955Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0015786Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0051955Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0088040Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0129974Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0165928Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0201724Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0231433Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-05-18T04:09:41.0259515Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-05-18T04:09:41.0287882Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-05-18T04:09:41.0324097Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0360252Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0396363Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0432457Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0468514Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0504675Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0541203Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0577508Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0613199Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0655246Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0690811Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0726531Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0762732Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0798613Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0835016Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0870904Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0907220Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.0943352Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.0979822Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1015817Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1051297Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1092927Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1128965Z test_nvfuser_extremal_values_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1164593Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1200545Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1236370Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1272345Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1308323Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1344518Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1381021Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1417244Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1453082Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1489571Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1531411Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1567527Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1603515Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1639652Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1675648Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1711555Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1747410Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1783406Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1819733Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1855324Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.1891813Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1934182Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.1970206Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2005921Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2041806Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2078106Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2114047Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2149885Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2185751Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2221616Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2257076Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2292877Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2328677Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2370733Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2406398Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2442615Z test_nvfuser_extremal_values_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2478660Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2514433Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2550761Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2586670Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2622663Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2658831Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2694606Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2731013Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2767098Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2808447Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2844537Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.2880356Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2916381Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2952305Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.2988581Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3024480Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3060604Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3096453Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3132668Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3169270Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3205527Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3247013Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3282956Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3318700Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3355395Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3391227Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3427178Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3462891Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3498924Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3534959Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3571151Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3606907Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3648813Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3684902Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3720575Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3756414Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3792789Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3828917Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3865071Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.3900944Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3936927Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.3972954Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4009359Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4045247Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4086950Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4123020Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4159170Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4194864Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4230996Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4266982Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4302760Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4338603Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4374886Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4410864Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4446962Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4483184Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4527282Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4562928Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4598440Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4634158Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4670064Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4706042Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4741855Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4777735Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4813047Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4849253Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.4885129Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4921146Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4963081Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.4998878Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5034409Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5070709Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.5106780Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5142640Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5178216Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5214387Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5249738Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5285680Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5321831Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5363321Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.5399108Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5434974Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5470587Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5506544Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5542427Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.5578578Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.5614527Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5650502Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5686498Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5722628Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5758639Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5800294Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.5836415Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.5872481Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.5908114Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5944123Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.5980386Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6016499Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6052057Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6088586Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6125049Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6161647Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6197699Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6239645Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6275574Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6311277Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6347433Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6383557Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6419590Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6455344Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6491558Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6527701Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6563818Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6600148Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6636248Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6678187Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6713859Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6749927Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6785466Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6821477Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6857809Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6894828Z test_nvfuser_extremal_values_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.6930669Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.6966514Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7002398Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7038465Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7080411Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7116497Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7152591Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7189105Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7224627Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7260746Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7296807Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7332422Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7368675Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7405075Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7441676Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7477673Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7519383Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7555215Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7590805Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7626593Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7662522Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7698359Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7734173Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7770366Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7806261Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7842516Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7878414Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7914365Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.7956087Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.7991971Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8027905Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8063736Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8099452Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8135259Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8171434Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8207997Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8243736Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8279758Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8316043Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8352732Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8394421Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8430312Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8466255Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8502378Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8538364Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8573792Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8609722Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8646101Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8681932Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8718041Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8754093Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8796180Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8831809Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8867706Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8903720Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.8940002Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.8975575Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9011492Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9047610Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9083516Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9119348Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9155242Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9191647Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9233614Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9269521Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9305235Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9341342Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9377588Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9412934Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9448881Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9484859Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9521091Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9557695Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9593418Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9629341Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9672933Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9708440Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9743970Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9779869Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9815400Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9851388Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9887581Z test_nvfuser_extremal_values_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9923291Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:41.9959308Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:41.9995608Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0031397Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0067651Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0108996Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0144977Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0181130Z test_nvfuser_extremal_values_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0216778Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0252452Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0288249Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0324216Z test_nvfuser_extremal_values_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0360308Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0396263Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0432632Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0469318Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0510750Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0546489Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0582228Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0618470Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0653978Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0689952Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0726168Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0762355Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0797993Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0833693Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0869808Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0905607Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.0947294Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.0982989Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1018947Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1054855Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1090986Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1126540Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1162582Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1198559Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1234482Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1270993Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1307024Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1342861Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1384365Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1423966Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1456068Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1491991Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1528250Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1564285Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1600114Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1636050Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1672175Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1708215Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1744483Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1780869Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1822583Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1858195Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1894669Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.1930496Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.1966404Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2002360Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2038514Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2074503Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2110475Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2146303Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2182672Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2224857Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2260534Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2295826Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2332204Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2367912Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2404278Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2440428Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2476305Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2512735Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2548742Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2584711Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2621049Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2662919Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2698646Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2739791Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2775261Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2811225Z test_nvfuser_extremal_values_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2847136Z test_nvfuser_extremal_values_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2883522Z test_nvfuser_extremal_values_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2919460Z test_nvfuser_extremal_values_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.2955763Z test_nvfuser_extremal_values_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.2992094Z test_nvfuser_extremal_values_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3028381Z test_nvfuser_extremal_values_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3064464Z test_nvfuser_extremal_values_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3106211Z test_nvfuser_extremal_values_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3142208Z test_nvfuser_extremal_values_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3178271Z test_nvfuser_extremal_values_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3214416Z test_nvfuser_extremal_values_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3250215Z test_nvfuser_extremal_values_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3285909Z test_nvfuser_extremal_values_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3321721Z test_nvfuser_extremal_values_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3357803Z test_nvfuser_extremal_values_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3394177Z test_nvfuser_extremal_values_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3430407Z test_nvfuser_extremal_values_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3466588Z test_nvfuser_extremal_values_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3502702Z test_nvfuser_extremal_values_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3544576Z test_nvfuser_extremal_values_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3580398Z test_nvfuser_extremal_values_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3616076Z test_nvfuser_extremal_values_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3651857Z test_nvfuser_extremal_values_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3687943Z test_nvfuser_extremal_values_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.3724044Z test_nvfuser_extremal_values_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3760402Z test_nvfuser_extremal_values_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3796743Z test_nvfuser_extremal_values_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3832726Z test_nvfuser_extremal_values_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3869276Z test_nvfuser_extremal_values_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3905191Z test_nvfuser_extremal_values_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3946744Z test_nvfuser_extremal_values_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.3982833Z test_nvfuser_extremal_values_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4018633Z test_nvfuser_extremal_values_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4054235Z test_nvfuser_extremal_values_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4090038Z test_nvfuser_extremal_values_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4125699Z test_nvfuser_extremal_values_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4161739Z test_nvfuser_extremal_values_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4197943Z test_nvfuser_extremal_values_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4234014Z test_nvfuser_extremal_values_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4269972Z test_nvfuser_extremal_values_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4305948Z test_nvfuser_extremal_values_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4342439Z test_nvfuser_extremal_values_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4384496Z test_nvfuser_extremal_values_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4420123Z test_nvfuser_extremal_values_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4456055Z test_nvfuser_extremal_values_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4491891Z test_nvfuser_extremal_values_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4527477Z test_nvfuser_extremal_values_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4564015Z test_nvfuser_extremal_values_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4599699Z test_nvfuser_extremal_values_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4635912Z test_nvfuser_extremal_values_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4671486Z test_nvfuser_extremal_values_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4708102Z test_nvfuser_extremal_values_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4744367Z test_nvfuser_extremal_values_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4780298Z test_nvfuser_extremal_values_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4823662Z test_nvfuser_extremal_values_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.4859604Z test_nvfuser_extremal_values_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4895183Z test_nvfuser_extremal_values_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4931195Z test_nvfuser_extremal_values_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.4966821Z test_nvfuser_extremal_values_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5002920Z test_nvfuser_extremal_values_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5039176Z test_nvfuser_extremal_values_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5075180Z test_nvfuser_extremal_values_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5111409Z test_nvfuser_extremal_values_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5147426Z test_nvfuser_extremal_values_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5183138Z test_nvfuser_extremal_values_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5219428Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5261315Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5296967Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5332503Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5368268Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5403934Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5439904Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5476056Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5511920Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5548102Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5584126Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5620350Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5662396Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5698132Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5734071Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5769951Z test_nvfuser_extremal_values_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5805824Z test_nvfuser_extremal_values_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5841971Z test_nvfuser_extremal_values_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5877926Z test_nvfuser_extremal_values_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5914270Z test_nvfuser_extremal_values_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.5950180Z test_nvfuser_extremal_values_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.5986532Z test_nvfuser_extremal_values_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6022434Z test_nvfuser_extremal_values_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6058782Z test_nvfuser_extremal_values_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6100685Z test_nvfuser_extremal_values_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6135823Z test_nvfuser_extremal_values_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6171904Z test_nvfuser_extremal_values_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6207637Z test_nvfuser_extremal_values_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6243486Z test_nvfuser_extremal_values_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6279754Z test_nvfuser_extremal_values_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6315749Z test_nvfuser_extremal_values_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6351962Z test_nvfuser_extremal_values_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6387760Z test_nvfuser_extremal_values_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6423986Z test_nvfuser_extremal_values_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6460055Z test_nvfuser_extremal_values_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6495818Z test_nvfuser_extremal_values_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6537517Z test_nvfuser_extremal_values_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6572952Z test_nvfuser_extremal_values_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6609319Z test_nvfuser_extremal_values_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6645320Z test_nvfuser_extremal_values_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6693168Z test_nvfuser_extremal_values_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6717048Z test_nvfuser_extremal_values_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6753188Z test_nvfuser_extremal_values_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6781455Z test_nvfuser_extremal_values_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:42.6810217Z test_nvfuser_extremal_values_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:42.6846999Z test_nvfuser_extremal_values_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.6884296Z test_nvfuser_extremal_values_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6920450Z test_nvfuser_extremal_values_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6956499Z test_nvfuser_extremal_values_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.6992839Z test_nvfuser_extremal_values_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7034632Z test_nvfuser_extremal_values_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7070431Z test_nvfuser_extremal_values_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7106123Z test_nvfuser_extremal_values_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7142064Z test_nvfuser_extremal_values_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7177901Z test_nvfuser_extremal_values_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7213516Z test_nvfuser_extremal_values_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7249672Z test_nvfuser_extremal_values_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7286124Z test_nvfuser_extremal_values_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7322194Z test_nvfuser_extremal_values_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7358127Z test_nvfuser_extremal_values_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7393986Z test_nvfuser_extremal_values_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7435650Z test_nvfuser_extremal_values_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7471494Z test_nvfuser_extremal_values_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7507280Z test_nvfuser_extremal_values_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7542822Z test_nvfuser_extremal_values_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7579008Z test_nvfuser_extremal_values_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7614264Z test_nvfuser_extremal_values_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7650335Z test_nvfuser_extremal_values_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7686281Z test_nvfuser_extremal_values_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7722367Z test_nvfuser_extremal_values_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7758219Z test_nvfuser_extremal_values_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7794269Z test_nvfuser_extremal_values_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7830282Z test_nvfuser_extremal_values_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7872314Z test_nvfuser_extremal_values_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7908024Z test_nvfuser_extremal_values_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.7944463Z test_nvfuser_extremal_values_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.7980145Z test_nvfuser_extremal_values_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8015861Z test_nvfuser_extremal_values_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8051650Z test_nvfuser_extremal_values_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8087190Z test_nvfuser_extremal_values_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8123190Z test_nvfuser_extremal_values_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8159060Z test_nvfuser_extremal_values_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8195168Z test_nvfuser_extremal_values_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8231105Z test_nvfuser_extremal_values_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8266974Z test_nvfuser_extremal_values_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8308598Z test_nvfuser_extremal_values_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.8344486Z test_nvfuser_extremal_values_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8380494Z test_nvfuser_extremal_values_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8416468Z test_nvfuser_extremal_values_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8451987Z test_nvfuser_extremal_values_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8487859Z test_nvfuser_extremal_values_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8523527Z test_nvfuser_extremal_values_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8559771Z test_nvfuser_extremal_values_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8595516Z test_nvfuser_extremal_values_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8631449Z test_nvfuser_extremal_values_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8667573Z test_nvfuser_extremal_values_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.8703592Z test_nvfuser_extremal_values_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8745519Z test_nvfuser_extremal_values_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.8781384Z test_nvfuser_extremal_values_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8817204Z test_nvfuser_extremal_values_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8852528Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8888391Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8924370Z test_nvfuser_extremal_values_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8960114Z test_nvfuser_extremal_values_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.8995852Z test_nvfuser_extremal_values_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9031440Z test_nvfuser_extremal_values_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9067151Z test_nvfuser_extremal_values_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9103142Z test_nvfuser_extremal_values_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9144992Z test_nvfuser_extremal_values_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.9180767Z test_nvfuser_extremal_values_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9216583Z test_nvfuser_extremal_values_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9251937Z test_nvfuser_extremal_values_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9287709Z test_nvfuser_extremal_values_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9323644Z test_nvfuser_extremal_values_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9359324Z test_nvfuser_extremal_values_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9395303Z test_nvfuser_extremal_values_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9431100Z test_nvfuser_extremal_values_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9467444Z test_nvfuser_extremal_values_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9503684Z test_nvfuser_extremal_values_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.9540032Z test_nvfuser_extremal_values_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.9581619Z test_nvfuser_extremal_values_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.9617187Z test_nvfuser_extremal_values_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9652651Z test_nvfuser_extremal_values_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9688395Z test_nvfuser_extremal_values_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9723821Z test_nvfuser_extremal_values_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9759599Z test_nvfuser_extremal_values_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9795350Z test_nvfuser_extremal_values_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9831438Z test_nvfuser_extremal_values_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.9867327Z test_nvfuser_extremal_values_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9903594Z test_nvfuser_extremal_values_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:42.9939301Z test_nvfuser_extremal_values_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:42.9975286Z test_nvfuser_extremal_values_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0018271Z test_nvfuser_extremal_values_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0053711Z test_nvfuser_extremal_values_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0089719Z test_nvfuser_extremal_values_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0125961Z test_nvfuser_extremal_values_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0161986Z test_nvfuser_extremal_values_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0198099Z test_nvfuser_extremal_values_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0233990Z test_nvfuser_extremal_values_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0269973Z test_nvfuser_extremal_values_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0305825Z test_nvfuser_extremal_values_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0342373Z test_nvfuser_extremal_values_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0378181Z test_nvfuser_extremal_values_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0413932Z test_nvfuser_extremal_values_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0455579Z test_nvfuser_extremal_values_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0491152Z test_nvfuser_extremal_values_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0527620Z test_nvfuser_extremal_values_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0563636Z test_nvfuser_extremal_values_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0599448Z test_nvfuser_extremal_values_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0635297Z test_nvfuser_extremal_values_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0671043Z test_nvfuser_extremal_values_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0707191Z test_nvfuser_extremal_values_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0743255Z test_nvfuser_extremal_values_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0779747Z test_nvfuser_extremal_values_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0815707Z test_nvfuser_extremal_values_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0857601Z test_nvfuser_extremal_values_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0893162Z test_nvfuser_extremal_values_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.0929420Z test_nvfuser_extremal_values_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.0965413Z test_nvfuser_extremal_values_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1001294Z test_nvfuser_extremal_values_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1037474Z test_nvfuser_extremal_values_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1073798Z test_nvfuser_extremal_values_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1109843Z test_nvfuser_extremal_values_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1146125Z test_nvfuser_extremal_values_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1182105Z test_nvfuser_extremal_values_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1218216Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1254497Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1296152Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1331841Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1368016Z test_nvfuser_extremal_values_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1403977Z test_nvfuser_extremal_values_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1439958Z test_nvfuser_extremal_values_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1475878Z test_nvfuser_extremal_values_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1512055Z test_nvfuser_extremal_values_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1547245Z test_nvfuser_extremal_values_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1583134Z test_nvfuser_extremal_values_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1619399Z test_nvfuser_extremal_values_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1655055Z test_nvfuser_extremal_values_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1691283Z test_nvfuser_extremal_values_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1732893Z test_nvfuser_extremal_values_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1768643Z test_nvfuser_extremal_values_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1805065Z test_nvfuser_extremal_values_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1841080Z test_nvfuser_extremal_values_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1877577Z test_nvfuser_extremal_values_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1913927Z test_nvfuser_extremal_values_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.1949899Z test_nvfuser_extremal_values_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.1985771Z test_nvfuser_extremal_values_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2021598Z test_nvfuser_extremal_values_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2057686Z test_nvfuser_extremal_values_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2093623Z test_nvfuser_extremal_values_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2129779Z test_nvfuser_extremal_values_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2171066Z test_nvfuser_extremal_values_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.2206962Z test_nvfuser_extremal_values_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2243266Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.2278871Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2314496Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2350442Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2386295Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2422287Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.2458382Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2494069Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2530376Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.2572055Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.2607780Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2643493Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2679363Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2715171Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2750809Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2786704Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2823061Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.2858888Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2894546Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2930606Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.2966700Z test_nvfuser_extremal_values_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3008401Z test_nvfuser_extremal_values_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3044160Z test_nvfuser_extremal_values_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3079941Z test_nvfuser_extremal_values_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3115971Z test_nvfuser_extremal_values_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3152100Z test_nvfuser_extremal_values_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3188026Z test_nvfuser_extremal_values_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3223870Z test_nvfuser_extremal_values_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3259812Z test_nvfuser_extremal_values_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3295303Z test_nvfuser_extremal_values_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3331396Z test_nvfuser_extremal_values_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3367735Z test_nvfuser_extremal_values_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3403457Z test_nvfuser_extremal_values_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3444908Z test_nvfuser_extremal_values_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3480837Z test_nvfuser_extremal_values_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3517092Z test_nvfuser_extremal_values_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3553170Z test_nvfuser_extremal_values_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3588722Z test_nvfuser_extremal_values_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3624766Z test_nvfuser_extremal_values_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3661109Z test_nvfuser_extremal_values_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3697009Z test_nvfuser_extremal_values_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3733139Z test_nvfuser_extremal_values_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3769252Z test_nvfuser_extremal_values_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3805417Z test_nvfuser_extremal_values_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3841536Z test_nvfuser_extremal_values_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3883131Z test_nvfuser_extremal_values_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.3919137Z test_nvfuser_extremal_values_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3954731Z test_nvfuser_extremal_values_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.3990252Z test_nvfuser_extremal_values_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4026133Z test_nvfuser_extremal_values_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4062213Z test_nvfuser_extremal_values_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.4098171Z test_nvfuser_extremal_values_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4133744Z test_nvfuser_extremal_values_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4169867Z test_nvfuser_extremal_values_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.4206021Z test_nvfuser_extremal_values_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4241802Z test_nvfuser_extremal_values_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4283266Z test_nvfuser_extremal_values_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.4319205Z test_nvfuser_extremal_values_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4354780Z test_nvfuser_extremal_values_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4390513Z test_nvfuser_extremal_values_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4426374Z test_nvfuser_extremal_values_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4462498Z test_nvfuser_extremal_values_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4498061Z test_nvfuser_extremal_values_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4533817Z test_nvfuser_extremal_values_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4569641Z test_nvfuser_extremal_values_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4605544Z test_nvfuser_extremal_values_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4641594Z test_nvfuser_extremal_values_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.4677847Z test_nvfuser_extremal_values_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.4719327Z test_nvfuser_extremal_values_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.4755022Z test_nvfuser_extremal_values_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4790677Z test_nvfuser_extremal_values_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4826377Z test_nvfuser_extremal_values_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4862227Z test_nvfuser_extremal_values_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4898498Z test_nvfuser_extremal_values_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.4934100Z test_nvfuser_extremal_values_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.4970005Z test_nvfuser_extremal_values_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5005805Z test_nvfuser_extremal_values_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5041498Z test_nvfuser_extremal_values_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5077314Z test_nvfuser_extremal_values_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5113179Z test_nvfuser_extremal_values_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5156323Z test_nvfuser_extremal_values_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.5191908Z test_nvfuser_extremal_values_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5227996Z test_nvfuser_extremal_values_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5263836Z test_nvfuser_extremal_values_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5299904Z test_nvfuser_extremal_values_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.5335674Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5371316Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5407447Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5443453Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5479463Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.5515371Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5551357Z test_nvfuser_extremal_values_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5592939Z test_nvfuser_extremal_values_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.5629020Z test_nvfuser_extremal_values_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5664900Z test_nvfuser_extremal_values_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5701079Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.004s) 2022-05-18T04:09:43.5736674Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.003s) 2022-05-18T04:09:43.5772801Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.003s) 2022-05-18T04:09:43.5808628Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.003s) 2022-05-18T04:09:43.5844792Z test_nvfuser_extremal_values_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.5880555Z test_nvfuser_extremal_values_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.5916589Z test_nvfuser_extremal_values_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.5952876Z test_nvfuser_extremal_values_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.5994741Z test_nvfuser_extremal_values_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6030598Z test_nvfuser_extremal_values_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6066371Z test_nvfuser_extremal_values_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6102635Z test_nvfuser_extremal_values_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6138565Z test_nvfuser_extremal_values_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6174452Z test_nvfuser_extremal_values_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6210311Z test_nvfuser_extremal_values_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6246324Z test_nvfuser_extremal_values_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6282066Z test_nvfuser_extremal_values_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6317970Z test_nvfuser_extremal_values_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6354265Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6390337Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6431954Z test_nvfuser_extremal_values_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6467922Z test_nvfuser_extremal_values_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6503868Z test_nvfuser_extremal_values_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6539946Z test_nvfuser_extremal_values_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6575431Z test_nvfuser_extremal_values_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6611515Z test_nvfuser_extremal_values_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6647409Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6683634Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6719627Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6755581Z test_nvfuser_extremal_values_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6791973Z test_nvfuser_extremal_values_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6828013Z test_nvfuser_extremal_values_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6870547Z test_nvfuser_extremal_values_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6906398Z test_nvfuser_extremal_values_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.6942593Z test_nvfuser_extremal_values_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.6978332Z test_nvfuser_extremal_values_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7013843Z test_nvfuser_extremal_values_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7049926Z test_nvfuser_extremal_values_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7085858Z test_nvfuser_extremal_values_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7121690Z test_nvfuser_extremal_values_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7157454Z test_nvfuser_extremal_values_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7193211Z test_nvfuser_extremal_values_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7229245Z test_nvfuser_extremal_values_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7265085Z test_nvfuser_extremal_values_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7306992Z test_nvfuser_extremal_values_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.7342651Z test_nvfuser_extremal_values_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7378788Z test_nvfuser_extremal_values_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7414159Z test_nvfuser_extremal_values_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7449970Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7485674Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7521875Z test_nvfuser_extremal_values_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.7557486Z test_nvfuser_extremal_values_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7593488Z test_nvfuser_extremal_values_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7629564Z test_nvfuser_extremal_values_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.7665816Z test_nvfuser_extremal_values_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.7707845Z test_nvfuser_extremal_values_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.7743628Z test_nvfuser_extremal_values_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7779017Z test_nvfuser_extremal_values_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7814263Z test_nvfuser_extremal_values_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7849862Z test_nvfuser_extremal_values_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7885606Z test_nvfuser_extremal_values_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7921320Z test_nvfuser_extremal_values_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7957242Z test_nvfuser_extremal_values_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.7993319Z test_nvfuser_extremal_values_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8029357Z test_nvfuser_extremal_values_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.8065585Z test_nvfuser_extremal_values_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.8101683Z test_nvfuser_extremal_values_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8143674Z test_nvfuser_extremal_values_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.8179284Z test_nvfuser_extremal_values_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8215936Z test_nvfuser_extremal_values_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8250814Z test_nvfuser_extremal_values_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8286255Z test_nvfuser_extremal_values_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8321931Z test_nvfuser_extremal_values_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8357212Z test_nvfuser_extremal_values_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8393085Z test_nvfuser_extremal_values_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8429069Z test_nvfuser_extremal_values_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8464838Z test_nvfuser_extremal_values_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8500969Z test_nvfuser_extremal_values_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.8536762Z test_nvfuser_extremal_values_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8578309Z test_nvfuser_extremal_values_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.8613475Z test_nvfuser_extremal_values_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8648832Z test_nvfuser_extremal_values_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8684334Z test_nvfuser_extremal_values_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8719844Z test_nvfuser_extremal_values_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8755418Z test_nvfuser_extremal_values_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8791307Z test_nvfuser_extremal_values_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8827148Z test_nvfuser_extremal_values_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8863102Z test_nvfuser_extremal_values_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8899180Z test_nvfuser_extremal_values_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.8935575Z test_nvfuser_extremal_values_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.8971318Z test_nvfuser_extremal_values_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9012808Z test_nvfuser_extremal_values_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9048524Z test_nvfuser_extremal_values_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9083929Z test_nvfuser_extremal_values_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9119713Z test_nvfuser_extremal_values_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9154793Z test_nvfuser_extremal_values_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9190734Z test_nvfuser_extremal_values_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9226406Z test_nvfuser_extremal_values_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9262421Z test_nvfuser_extremal_values_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9298484Z test_nvfuser_extremal_values_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9333945Z test_nvfuser_extremal_values_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9369820Z test_nvfuser_extremal_values_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9411310Z test_nvfuser_extremal_values_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9446807Z test_nvfuser_extremal_values_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9482565Z test_nvfuser_extremal_values_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9517970Z test_nvfuser_extremal_values_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9553566Z test_nvfuser_extremal_values_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9589156Z test_nvfuser_extremal_values_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9624444Z test_nvfuser_extremal_values_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9660759Z test_nvfuser_extremal_values_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9696505Z test_nvfuser_extremal_values_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9725287Z test_nvfuser_extremal_values_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9762293Z test_nvfuser_extremal_values_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9798571Z test_nvfuser_extremal_values_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9835059Z test_nvfuser_extremal_values_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9877311Z test_nvfuser_extremal_values_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:43.9912972Z test_nvfuser_extremal_values_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9948411Z test_nvfuser_extremal_values_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:43.9983270Z test_nvfuser_extremal_values_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0018298Z test_nvfuser_extremal_values_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0053490Z test_nvfuser_extremal_values_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0088859Z test_nvfuser_extremal_values_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0125008Z test_nvfuser_extremal_values_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.0160851Z test_nvfuser_extremal_values_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0196571Z test_nvfuser_extremal_values_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0232526Z test_nvfuser_extremal_values_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0268735Z test_nvfuser_extremal_values_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.0311997Z test_nvfuser_extremal_values_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.0347647Z test_nvfuser_extremal_values_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0383203Z test_nvfuser_extremal_values_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0418847Z test_nvfuser_extremal_values_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0454148Z test_nvfuser_extremal_values_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0489609Z test_nvfuser_extremal_values_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0525018Z test_nvfuser_extremal_values_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0560371Z test_nvfuser_extremal_values_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0596701Z test_nvfuser_extremal_values_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.0632878Z test_nvfuser_extremal_values_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.0669004Z test_nvfuser_extremal_values_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.0705065Z test_nvfuser_extremal_values_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0746855Z test_nvfuser_extremal_values_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.0781906Z test_nvfuser_extremal_values_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0816925Z test_nvfuser_extremal_values_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0852432Z test_nvfuser_extremal_values_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0887883Z test_nvfuser_extremal_values_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0923460Z test_nvfuser_extremal_values_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0959404Z test_nvfuser_extremal_values_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.0995322Z test_nvfuser_extremal_values_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1031430Z test_nvfuser_extremal_values_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.1067747Z test_nvfuser_extremal_values_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.1103670Z test_nvfuser_extremal_values_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1145320Z test_nvfuser_extremal_values_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.1180610Z test_nvfuser_extremal_values_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1215906Z test_nvfuser_extremal_values_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1251397Z test_nvfuser_extremal_values_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1286773Z test_nvfuser_extremal_values_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1322033Z test_nvfuser_extremal_values_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1357470Z test_nvfuser_extremal_values_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1393406Z test_nvfuser_extremal_values_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1429236Z test_nvfuser_extremal_values_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1465480Z test_nvfuser_extremal_values_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1501096Z test_nvfuser_extremal_values_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1536844Z test_nvfuser_extremal_values_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1578925Z test_nvfuser_extremal_values_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.1614212Z test_nvfuser_extremal_values_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1649705Z test_nvfuser_extremal_values_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1685133Z test_nvfuser_extremal_values_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1721011Z test_nvfuser_extremal_values_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1756516Z test_nvfuser_extremal_values_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1791971Z test_nvfuser_extremal_values_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1827954Z test_nvfuser_extremal_values_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1863812Z test_nvfuser_extremal_values_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1901049Z test_nvfuser_extremal_values_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.1936793Z test_nvfuser_extremal_values_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.1972754Z test_nvfuser_extremal_values_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2014565Z test_nvfuser_extremal_values_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2050037Z test_nvfuser_extremal_values_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2085518Z test_nvfuser_extremal_values_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2120996Z test_nvfuser_extremal_values_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2156743Z test_nvfuser_extremal_values_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2192136Z test_nvfuser_extremal_values_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2228548Z test_nvfuser_extremal_values_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2264751Z test_nvfuser_extremal_values_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2300693Z test_nvfuser_extremal_values_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2336625Z test_nvfuser_extremal_values_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2372989Z test_nvfuser_extremal_values_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2408892Z test_nvfuser_extremal_values_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2450419Z test_nvfuser_extremal_values_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2485945Z test_nvfuser_extremal_values_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2521725Z test_nvfuser_extremal_values_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2557255Z test_nvfuser_extremal_values_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2592659Z test_nvfuser_extremal_values_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2628427Z test_nvfuser_extremal_values_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2664471Z test_nvfuser_extremal_values_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2700473Z test_nvfuser_extremal_values_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2736432Z test_nvfuser_extremal_values_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2772342Z test_nvfuser_extremal_values_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2808929Z test_nvfuser_extremal_values_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2850718Z test_nvfuser_extremal_values_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.2886309Z test_nvfuser_extremal_values_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2921767Z test_nvfuser_extremal_values_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2957816Z test_nvfuser_extremal_values_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.2993389Z test_nvfuser_extremal_values_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3028206Z test_nvfuser_extremal_values_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3063608Z test_nvfuser_extremal_values_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3098944Z test_nvfuser_extremal_values_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3134095Z test_nvfuser_extremal_values_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3170250Z test_nvfuser_extremal_values_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.3206047Z test_nvfuser_extremal_values_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3242307Z test_nvfuser_extremal_values_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.3283912Z test_nvfuser_extremal_values_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.3319206Z test_nvfuser_extremal_values_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3355020Z test_nvfuser_extremal_values_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3390316Z test_nvfuser_extremal_values_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3425877Z test_nvfuser_extremal_values_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3461429Z test_nvfuser_extremal_values_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3496964Z test_nvfuser_extremal_values_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3532805Z test_nvfuser_extremal_values_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3569057Z test_nvfuser_extremal_values_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.3605410Z test_nvfuser_extremal_values_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.3641532Z test_nvfuser_extremal_values_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.3677488Z test_nvfuser_extremal_values_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3719561Z test_nvfuser_extremal_values_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.3754645Z test_nvfuser_extremal_values_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3790497Z test_nvfuser_extremal_values_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3825873Z test_nvfuser_extremal_values_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3861669Z test_nvfuser_extremal_values_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3897144Z test_nvfuser_extremal_values_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3933360Z test_nvfuser_extremal_values_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.3969226Z test_nvfuser_extremal_values_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4005320Z test_nvfuser_extremal_values_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4041355Z test_nvfuser_extremal_values_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4077567Z test_nvfuser_extremal_values_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4113667Z test_nvfuser_extremal_values_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4155306Z test_nvfuser_extremal_values_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4190750Z test_nvfuser_extremal_values_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4226262Z test_nvfuser_extremal_values_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4261993Z test_nvfuser_extremal_values_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4298129Z test_nvfuser_extremal_values_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4333414Z test_nvfuser_extremal_values_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4369577Z test_nvfuser_extremal_values_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4405325Z test_nvfuser_extremal_values_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4441129Z test_nvfuser_extremal_values_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4477455Z test_nvfuser_extremal_values_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4513400Z test_nvfuser_extremal_values_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4555136Z test_nvfuser_extremal_values_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4590606Z test_nvfuser_extremal_values_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4626024Z test_nvfuser_extremal_values_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4661720Z test_nvfuser_extremal_values_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4697579Z test_nvfuser_extremal_values_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4733638Z test_nvfuser_extremal_values_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4769163Z test_nvfuser_extremal_values_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4804691Z test_nvfuser_extremal_values_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4840599Z test_nvfuser_extremal_values_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.4876900Z test_nvfuser_extremal_values_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4912558Z test_nvfuser_extremal_values_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4949023Z test_nvfuser_extremal_values_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.4990911Z test_nvfuser_extremal_values_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.5026475Z test_nvfuser_extremal_values_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5061986Z test_nvfuser_extremal_values_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5097376Z test_nvfuser_extremal_values_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5132659Z test_nvfuser_extremal_values_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5168334Z test_nvfuser_extremal_values_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5203658Z test_nvfuser_extremal_values_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5240049Z test_nvfuser_extremal_values_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5276198Z test_nvfuser_extremal_values_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.5312221Z test_nvfuser_extremal_values_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.5348067Z test_nvfuser_extremal_values_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5384420Z test_nvfuser_extremal_values_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.5427702Z test_nvfuser_extremal_values_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.5463301Z test_nvfuser_extremal_values_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5498955Z test_nvfuser_extremal_values_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5534470Z test_nvfuser_extremal_values_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5569712Z test_nvfuser_extremal_values_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5605351Z test_nvfuser_extremal_values_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5640803Z test_nvfuser_extremal_values_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5676240Z test_nvfuser_extremal_values_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5712213Z test_nvfuser_extremal_values_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5748242Z test_nvfuser_extremal_values_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5784166Z test_nvfuser_extremal_values_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5820477Z test_nvfuser_extremal_values_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.5862374Z test_nvfuser_extremal_values_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.5897647Z test_nvfuser_extremal_values_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5932902Z test_nvfuser_extremal_values_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.5968787Z test_nvfuser_extremal_values_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6004101Z test_nvfuser_extremal_values_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6039950Z test_nvfuser_extremal_values_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6076063Z test_nvfuser_extremal_values_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6111997Z test_nvfuser_extremal_values_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6147946Z test_nvfuser_extremal_values_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6184149Z test_nvfuser_extremal_values_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6220518Z test_nvfuser_extremal_values_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6262198Z test_nvfuser_extremal_values_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6297809Z test_nvfuser_extremal_values_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6333289Z test_nvfuser_extremal_values_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6369322Z test_nvfuser_extremal_values_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6405057Z test_nvfuser_extremal_values_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6440746Z test_nvfuser_extremal_values_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6476533Z test_nvfuser_extremal_values_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6512398Z test_nvfuser_extremal_values_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6548467Z test_nvfuser_extremal_values_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6584511Z test_nvfuser_extremal_values_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6620854Z test_nvfuser_extremal_values_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6657094Z test_nvfuser_extremal_values_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6699011Z test_nvfuser_extremal_values_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6734385Z test_nvfuser_extremal_values_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6769776Z test_nvfuser_extremal_values_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6805302Z test_nvfuser_extremal_values_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6840832Z test_nvfuser_extremal_values_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6876508Z test_nvfuser_extremal_values_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6913559Z test_nvfuser_extremal_values_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.6949386Z test_nvfuser_extremal_values_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:09:44.6985355Z test_nvfuser_extremal_values_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:09:44.7126424Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.014s) 2022-05-18T04:09:44.9366355Z test_context_manager_test (__main__.TestPassManagerCudaFuser) ... ok (0.224s) 2022-05-18T04:09:44.9389817Z test_register_fuser (__main__.TestPassManagerCudaFuser) ... ok (0.002s) 2022-05-18T04:09:44.9394432Z test_register_fuser_cpu (__main__.TestPassManagerCudaFuser) ... skip: Testing on CPU only (0.000s) 2022-05-18T04:09:44.9400774Z test_register_fuser_rocm (__main__.TestPassManagerCudaFuser) ... skip: ROCM test only (0.000s) 2022-05-18T04:09:44.9402872Z 2022-05-18T04:09:44.9403639Z ---------------------------------------------------------------------- 2022-05-18T04:09:44.9404002Z Ran 7246 tests in 141.174s 2022-05-18T04:09:44.9404182Z 2022-05-18T04:09:44.9404303Z OK (skipped=7173) 2022-05-18T04:09:44.9410009Z 2022-05-18T04:09:44.9410469Z Generating XML reports... 2022-05-18T04:09:44.9615628Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220518040723.xml 2022-05-18T04:09:44.9619021Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220518040723.xml 2022-05-18T04:09:44.9626021Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestPassManagerCudaFuser-20220518040723.xml 2022-05-18T04:09:45.9219170Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuserOpInfoCUDA-20220518040723.xml 2022-05-18T04:09:46.9560937Z Running test_ops_jit ... [2022-05-18 04:09:46.955457] 2022-05-18T04:09:46.9561785Z Executing ['/opt/conda/bin/python', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:09:46.955574] 2022-05-18T04:09:50.0429386Z Test results will be stored in test-reports/python-unittest/test_ops_jit 2022-05-18T04:09:50.0615906Z 2022-05-18T04:09:50.0616385Z Running tests... 2022-05-18T04:09:50.0616887Z ---------------------------------------------------------------------- 2022-05-18T04:09:50.1960830Z test_jit_alias_remapping_abs_cuda_float32 (__main__.TestJitCUDA) ... ok (0.134s) 2022-05-18T04:09:50.2586402Z test_jit_alias_remapping_acos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.062s) 2022-05-18T04:09:50.3183912Z test_jit_alias_remapping_acosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:50.3795829Z test_jit_alias_remapping_asin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.061s) 2022-05-18T04:09:50.4401298Z test_jit_alias_remapping_asinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:50.4459192Z test_jit_alias_remapping_atan2_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:09:50.5501170Z test_jit_alias_remapping_atan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.104s) 2022-05-18T04:09:50.6103349Z test_jit_alias_remapping_atanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:50.6157767Z test_jit_alias_remapping_cat_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:09:50.7865195Z test_jit_alias_remapping_clamp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.170s) 2022-05-18T04:09:50.8490984Z test_jit_alias_remapping_clamp_scalar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.062s) 2022-05-18T04:09:50.9038869Z test_jit_alias_remapping_diagonal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.055s) 2022-05-18T04:09:51.3293051Z test_jit_alias_remapping_digamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.425s) 2022-05-18T04:09:51.3911651Z test_jit_alias_remapping_div_floor_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (0.062s) 2022-05-18T04:09:51.4517651Z test_jit_alias_remapping_div_no_rounding_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:51.5127501Z test_jit_alias_remapping_div_trunc_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (0.061s) 2022-05-18T04:09:51.5653641Z test_jit_alias_remapping_erf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.052s) 2022-05-18T04:09:51.6190897Z test_jit_alias_remapping_erfc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.054s) 2022-05-18T04:09:51.8691221Z test_jit_alias_remapping_erfinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.250s) 2022-05-18T04:09:52.0914696Z test_jit_alias_remapping_exp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.222s) 2022-05-18T04:09:52.1445632Z test_jit_alias_remapping_expm1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-05-18T04:09:52.2050580Z test_jit_alias_remapping_ge_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:52.2656487Z test_jit_alias_remapping_gt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:52.5915781Z test_jit_alias_remapping_i0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.326s) 2022-05-18T04:09:52.5970087Z test_jit_alias_remapping_igamma_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:09:52.6495362Z test_jit_alias_remapping_igammac_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.052s) 2022-05-18T04:09:52.7555308Z test_jit_alias_remapping_le_cuda_float32 (__main__.TestJitCUDA) ... ok (0.106s) 2022-05-18T04:09:52.8101696Z test_jit_alias_remapping_lgamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.055s) 2022-05-18T04:09:54.0660154Z test_jit_alias_remapping_linalg_det_cuda_float32 (__main__.TestJitCUDA) ... ok (1.256s) 2022-05-18T04:09:54.1277657Z test_jit_alias_remapping_linalg_householder_product_cuda_float32 (__main__.TestJitCUDA) ... ok (0.062s) 2022-05-18T04:09:54.1845749Z test_jit_alias_remapping_linalg_matrix_power_cuda_float32 (__main__.TestJitCUDA) ... ok (0.057s) 2022-05-18T04:09:54.2380539Z test_jit_alias_remapping_log1p_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-05-18T04:09:54.3008862Z test_jit_alias_remapping_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.063s) 2022-05-18T04:09:54.3588059Z test_jit_alias_remapping_log_softmax_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.058s) 2022-05-18T04:09:54.4125184Z test_jit_alias_remapping_logit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.054s) 2022-05-18T04:09:54.4680748Z test_jit_alias_remapping_logsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.055s) 2022-05-18T04:09:54.5285196Z test_jit_alias_remapping_lt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:54.5845609Z test_jit_alias_remapping_mH_cuda_float32 (__main__.TestJitCUDA) ... ok (0.056s) 2022-05-18T04:09:54.6437578Z test_jit_alias_remapping_matmul_cuda_float32 (__main__.TestJitCUDA) ... ok (0.059s) 2022-05-18T04:09:54.6996464Z test_jit_alias_remapping_matrix_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.056s) 2022-05-18T04:09:54.7049793Z test_jit_alias_remapping_max_binary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:09:54.7544647Z test_jit_alias_remapping_min_binary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.049s) 2022-05-18T04:09:54.8550379Z test_jit_alias_remapping_movedim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.100s) 2022-05-18T04:09:54.9155330Z test_jit_alias_remapping_mul_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:54.9692414Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.054s) 2022-05-18T04:09:54.9723795Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:54.9756491Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.003s) 2022-05-18T04:09:55.0358975Z test_jit_alias_remapping_ne_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:55.0955698Z test_jit_alias_remapping_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:55.6820121Z test_jit_alias_remapping_nn_functional_conv1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.586s) 2022-05-18T04:09:55.7465817Z test_jit_alias_remapping_nn_functional_conv2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.064s) 2022-05-18T04:09:55.8054156Z test_jit_alias_remapping_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.059s) 2022-05-18T04:09:55.8692795Z test_jit_alias_remapping_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.064s) 2022-05-18T04:09:55.9452556Z test_jit_alias_remapping_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.076s) 2022-05-18T04:09:56.0028497Z test_jit_alias_remapping_nn_functional_group_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.057s) 2022-05-18T04:09:56.0616383Z test_jit_alias_remapping_nn_functional_layer_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.059s) 2022-05-18T04:09:56.1214517Z test_jit_alias_remapping_outer_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:56.1740631Z test_jit_alias_remapping_round_cuda_float32 (__main__.TestJitCUDA) ... ok (0.052s) 2022-05-18T04:09:56.2269109Z test_jit_alias_remapping_round_decimals_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-05-18T04:09:56.2305565Z test_jit_alias_remapping_round_decimals_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:09:56.2343420Z test_jit_alias_remapping_round_decimals_neg_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:09:56.2447930Z test_jit_alias_remapping_sigmoid_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T04:09:56.2448571Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T04:09:56.2476732Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T04:09:56.2477298Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T04:09:56.2481536Z expected failure (0.014s) 2022-05-18T04:09:56.6448958Z test_jit_alias_remapping_sinc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.396s) 2022-05-18T04:09:56.7064696Z test_jit_alias_remapping_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.061s) 2022-05-18T04:09:56.7649243Z test_jit_alias_remapping_softmax_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.058s) 2022-05-18T04:09:56.8259510Z test_jit_alias_remapping_sub_cuda_float32 (__main__.TestJitCUDA) ... ok (0.061s) 2022-05-18T04:09:56.8327865Z test_jit_alias_remapping_tanh_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-05-18T04:09:56.8328509Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T04:09:56.8357378Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-05-18T04:09:56.8357919Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T04:09:56.8362128Z expected failure (0.010s) 2022-05-18T04:09:56.9524949Z test_jit_alias_remapping_transpose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.116s) 2022-05-18T04:09:57.0126047Z test_jit_alias_remapping_trunc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.060s) 2022-05-18T04:09:57.0259544Z test_jit_alias_remapping_vstack_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.013s) 2022-05-18T04:09:57.1236000Z test_jit_alias_remapping_xlogy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.097s) 2022-05-18T04:09:57.1298661Z test_variant_consistency_jit_H_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:09:57.1353398Z test_variant_consistency_jit_H_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:09:57.1409554Z test_variant_consistency_jit_T_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:09:57.1459356Z test_variant_consistency_jit_T_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:09:57.1496346Z test_variant_consistency_jit___getitem___cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:09:57.1533410Z test_variant_consistency_jit___getitem___cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:09:57.1660084Z test_variant_consistency_jit___radd___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.012s) 2022-05-18T04:09:57.2185292Z test_variant_consistency_jit___radd___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.052s) 2022-05-18T04:09:57.2782034Z test_variant_consistency_jit___rdiv___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.060s) 2022-05-18T04:09:57.3286032Z test_variant_consistency_jit___rdiv___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.050s) 2022-05-18T04:09:57.3881221Z test_variant_consistency_jit___rmatmul___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.059s) 2022-05-18T04:09:57.4422383Z test_variant_consistency_jit___rmatmul___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.054s) 2022-05-18T04:09:57.4933350Z test_variant_consistency_jit___rmod___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.051s) 2022-05-18T04:09:57.5498167Z test_variant_consistency_jit___rmul___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.056s) 2022-05-18T04:09:57.6001939Z test_variant_consistency_jit___rmul___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.050s) 2022-05-18T04:09:57.6560749Z test_variant_consistency_jit___rpow___cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/_tensor.py:668: 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-05-18T04:09:57.6561546Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T04:09:57.6569107Z expected failure (0.057s) 2022-05-18T04:09:57.7073698Z test_variant_consistency_jit___rpow___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.050s) 2022-05-18T04:09:57.7640321Z test_variant_consistency_jit___rsub___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.057s) 2022-05-18T04:09:57.8139625Z test_variant_consistency_jit___rsub___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.050s) 2022-05-18T04:09:57.8175174Z test_variant_consistency_jit__masked_amax_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:09:57.8749439Z test_variant_consistency_jit__masked_amin_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.057s) 2022-05-18T04:09:57.9300033Z test_variant_consistency_jit__masked_argmax_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.055s) 2022-05-18T04:09:57.9845017Z test_variant_consistency_jit__masked_argmin_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.054s) 2022-05-18T04:09:58.0370257Z test_variant_consistency_jit__masked_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.052s) 2022-05-18T04:09:58.0979268Z test_variant_consistency_jit__masked_mean_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.061s) 2022-05-18T04:09:58.1542343Z test_variant_consistency_jit__masked_mean_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.056s) 2022-05-18T04:09:58.2324867Z test_variant_consistency_jit__masked_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.078s) 2022-05-18T04:09:58.2898043Z test_variant_consistency_jit__masked_normalize_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.057s) 2022-05-18T04:09:58.3527860Z test_variant_consistency_jit__masked_prod_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.063s) 2022-05-18T04:09:58.3650979Z test_variant_consistency_jit__masked_prod_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.012s) 2022-05-18T04:09:58.4194597Z test_variant_consistency_jit__masked_softmax_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.054s) 2022-05-18T04:09:58.4723287Z test_variant_consistency_jit__masked_softmin_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.053s) 2022-05-18T04:09:59.0965038Z test_variant_consistency_jit__masked_std_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.624s) 2022-05-18T04:09:59.1940041Z test_variant_consistency_jit__masked_std_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.097s) 2022-05-18T04:09:59.2569506Z test_variant_consistency_jit__masked_sum_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.063s) 2022-05-18T04:09:59.3147775Z test_variant_consistency_jit__masked_sum_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.058s) 2022-05-18T04:09:59.4455000Z test_variant_consistency_jit__masked_var_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.131s) 2022-05-18T04:09:59.5382688Z test_variant_consistency_jit__masked_var_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.093s) 2022-05-18T04:10:00.4728856Z test_variant_consistency_jit_abs_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.934s) 2022-05-18T04:10:00.7719644Z test_variant_consistency_jit_abs_cuda_float32 (__main__.TestJitCUDA) ... ok (0.299s) 2022-05-18T04:10:02.3429535Z test_variant_consistency_jit_acos_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.571s) 2022-05-18T04:10:02.7149482Z test_variant_consistency_jit_acos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.372s) 2022-05-18T04:10:03.3563250Z test_variant_consistency_jit_acosh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.641s) 2022-05-18T04:10:03.7037264Z test_variant_consistency_jit_acosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.347s) 2022-05-18T04:10:06.3541860Z test_variant_consistency_jit_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.650s) 2022-05-18T04:10:07.7636683Z test_variant_consistency_jit_add_cuda_float32 (__main__.TestJitCUDA) ... ok (1.409s) 2022-05-18T04:10:10.9031278Z test_variant_consistency_jit_addbmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.139s) 2022-05-18T04:10:11.7128817Z test_variant_consistency_jit_addbmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.810s) 2022-05-18T04:10:16.9014269Z test_variant_consistency_jit_addcdiv_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.188s) 2022-05-18T04:10:18.3974721Z test_variant_consistency_jit_addcdiv_cuda_float32 (__main__.TestJitCUDA) ... ok (1.496s) 2022-05-18T04:10:23.0062439Z test_variant_consistency_jit_addcmul_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.609s) 2022-05-18T04:10:24.7963851Z test_variant_consistency_jit_addcmul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.790s) 2022-05-18T04:10:26.2621898Z test_variant_consistency_jit_addmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.466s) 2022-05-18T04:10:26.7473842Z test_variant_consistency_jit_addmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.485s) 2022-05-18T04:10:28.2248178Z test_variant_consistency_jit_addmm_decomposed_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.477s) 2022-05-18T04:10:28.7201499Z test_variant_consistency_jit_addmm_decomposed_cuda_float32 (__main__.TestJitCUDA) ... ok (0.495s) 2022-05-18T04:10:30.2692287Z test_variant_consistency_jit_addmv_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.549s) 2022-05-18T04:10:31.0586303Z test_variant_consistency_jit_addmv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.789s) 2022-05-18T04:10:32.1174477Z test_variant_consistency_jit_addr_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.059s) 2022-05-18T04:10:32.6593919Z test_variant_consistency_jit_addr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.542s) 2022-05-18T04:10:33.4480179Z test_variant_consistency_jit_all_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.788s) 2022-05-18T04:10:33.8882682Z test_variant_consistency_jit_all_cuda_float32 (__main__.TestJitCUDA) ... ok (0.440s) 2022-05-18T04:10:33.8918715Z test_variant_consistency_jit_allclose_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:10:33.8955904Z test_variant_consistency_jit_allclose_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:10:36.1015029Z test_variant_consistency_jit_amax_cuda_float32 (__main__.TestJitCUDA) ... ok (2.205s) 2022-05-18T04:10:38.2996098Z test_variant_consistency_jit_amin_cuda_float32 (__main__.TestJitCUDA) ... ok (2.198s) 2022-05-18T04:10:38.5696535Z test_variant_consistency_jit_aminmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.270s) 2022-05-18T04:10:39.0634841Z test_variant_consistency_jit_angle_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.494s) 2022-05-18T04:10:39.2139827Z test_variant_consistency_jit_angle_cuda_float32 (__main__.TestJitCUDA) ... ok (0.150s) 2022-05-18T04:10:39.9952742Z test_variant_consistency_jit_any_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.781s) 2022-05-18T04:10:40.4324447Z test_variant_consistency_jit_any_cuda_float32 (__main__.TestJitCUDA) ... ok (0.437s) 2022-05-18T04:10:40.9054643Z test_variant_consistency_jit_argmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.473s) 2022-05-18T04:10:41.3437761Z test_variant_consistency_jit_argmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.438s) 2022-05-18T04:10:41.3474294Z test_variant_consistency_jit_argsort_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:10:41.7257428Z test_variant_consistency_jit_argwhere_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.378s) 2022-05-18T04:10:41.9485803Z test_variant_consistency_jit_argwhere_cuda_float32 (__main__.TestJitCUDA) ... ok (0.223s) 2022-05-18T04:10:42.5225333Z test_variant_consistency_jit_as_strided_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.574s) 2022-05-18T04:10:42.8607284Z test_variant_consistency_jit_as_strided_cuda_float32 (__main__.TestJitCUDA) ... ok (0.338s) 2022-05-18T04:10:43.1275081Z test_variant_consistency_jit_asin_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.267s) 2022-05-18T04:10:43.2875074Z test_variant_consistency_jit_asin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.160s) 2022-05-18T04:10:43.5436964Z test_variant_consistency_jit_asinh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.256s) 2022-05-18T04:10:43.6962947Z test_variant_consistency_jit_asinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.153s) 2022-05-18T04:10:44.7846487Z test_variant_consistency_jit_atan2_cuda_float32 (__main__.TestJitCUDA) ... ok (1.088s) 2022-05-18T04:10:45.0503457Z test_variant_consistency_jit_atan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.266s) 2022-05-18T04:10:45.2095603Z test_variant_consistency_jit_atan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.159s) 2022-05-18T04:10:45.4639677Z test_variant_consistency_jit_atanh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.254s) 2022-05-18T04:10:45.6167812Z test_variant_consistency_jit_atanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.153s) 2022-05-18T04:10:46.3244595Z test_variant_consistency_jit_atleast_1d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.708s) 2022-05-18T04:10:46.3804098Z test_variant_consistency_jit_atleast_1d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.056s) 2022-05-18T04:10:47.0881321Z test_variant_consistency_jit_atleast_2d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.708s) 2022-05-18T04:10:47.1432948Z test_variant_consistency_jit_atleast_2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.055s) 2022-05-18T04:10:47.8575865Z test_variant_consistency_jit_atleast_3d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.714s) 2022-05-18T04:10:47.9125786Z test_variant_consistency_jit_atleast_3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.055s) 2022-05-18T04:10:51.3049476Z test_variant_consistency_jit_baddbmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.392s) 2022-05-18T04:10:52.0950376Z test_variant_consistency_jit_baddbmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.790s) 2022-05-18T04:10:52.1006183Z test_variant_consistency_jit_bernoulli_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:10:52.1116181Z test_variant_consistency_jit_bfloat16_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:15795: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T04:10:52.1116955Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-05-18T04:10:52.1124223Z expected failure (0.012s) 2022-05-18T04:10:52.1729433Z test_variant_consistency_jit_bfloat16_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.060s) 2022-05-18T04:10:52.4132134Z test_variant_consistency_jit_block_diag_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.240s) 2022-05-18T04:10:52.4844180Z test_variant_consistency_jit_block_diag_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.071s) 2022-05-18T04:10:52.7767871Z test_variant_consistency_jit_bmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.292s) 2022-05-18T04:10:52.9705499Z test_variant_consistency_jit_bmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.194s) 2022-05-18T04:10:52.9791392Z test_variant_consistency_jit_bool_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.009s) 2022-05-18T04:10:53.0478996Z test_variant_consistency_jit_bool_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.068s) 2022-05-18T04:10:53.3474993Z test_variant_consistency_jit_broadcast_tensors_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.299s) 2022-05-18T04:10:53.4370577Z test_variant_consistency_jit_broadcast_tensors_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.089s) 2022-05-18T04:10:55.0446048Z test_variant_consistency_jit_broadcast_to_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.607s) 2022-05-18T04:10:55.8590342Z test_variant_consistency_jit_broadcast_to_cuda_float32 (__main__.TestJitCUDA) ... ok (0.814s) 2022-05-18T04:10:55.8631626Z test_variant_consistency_jit_bucketize_cuda_float32 (__main__.TestJitCUDA) ... skip: Expected failure! (0.004s) 2022-05-18T04:10:55.8946971Z test_variant_consistency_jit_byte_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.031s) 2022-05-18T04:10:55.9765959Z test_variant_consistency_jit_byte_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.082s) 2022-05-18T04:10:56.4291795Z test_variant_consistency_jit_cartesian_prod_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.452s) 2022-05-18T04:10:56.4875962Z test_variant_consistency_jit_cartesian_prod_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.058s) 2022-05-18T04:10:57.4652734Z test_variant_consistency_jit_cat_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.977s) 2022-05-18T04:10:58.0800535Z test_variant_consistency_jit_cat_cuda_float32 (__main__.TestJitCUDA) ... ok (0.615s) 2022-05-18T04:11:09.1292119Z test_variant_consistency_jit_cdist_cuda_float32 (__main__.TestJitCUDA) ... ok (11.049s) 2022-05-18T04:11:09.2896930Z test_variant_consistency_jit_ceil_cuda_float32 (__main__.TestJitCUDA) ... ok (0.160s) 2022-05-18T04:11:09.3047146Z test_variant_consistency_jit_chalf_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.015s) 2022-05-18T04:11:09.3647065Z test_variant_consistency_jit_chalf_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.060s) 2022-05-18T04:11:09.4412801Z test_variant_consistency_jit_char_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.076s) 2022-05-18T04:11:09.5180630Z test_variant_consistency_jit_char_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.077s) 2022-05-18T04:11:09.5724223Z test_variant_consistency_jit_cholesky_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T04:11:09.5724883Z L = torch.cholesky(A) 2022-05-18T04:11:09.5725161Z should be replaced with 2022-05-18T04:11:09.5727303Z L = torch.linalg.cholesky(A) 2022-05-18T04:11:09.5727701Z and 2022-05-18T04:11:09.5727974Z U = torch.cholesky(A, upper=True) 2022-05-18T04:11:09.5728283Z should be replaced with 2022-05-18T04:11:09.5729137Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T04:11:09.5729725Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1755.) 2022-05-18T04:11:09.5730264Z results = func(*inputs, **kwargs) 2022-05-18T04:11:13.3920078Z ok (3.874s) 2022-05-18T04:11:15.1929165Z test_variant_consistency_jit_cholesky_cuda_float32 (__main__.TestJitCUDA) ... ok (1.801s) 2022-05-18T04:11:18.3499654Z test_variant_consistency_jit_cholesky_inverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.157s) 2022-05-18T04:11:20.0030381Z test_variant_consistency_jit_cholesky_inverse_cuda_float32 (__main__.TestJitCUDA) ... ok (1.653s) 2022-05-18T04:11:23.3675096Z test_variant_consistency_jit_cholesky_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.364s) 2022-05-18T04:11:24.9960699Z test_variant_consistency_jit_cholesky_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.628s) 2022-05-18T04:11:25.9544031Z test_variant_consistency_jit_chunk_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.958s) 2022-05-18T04:11:26.4578912Z test_variant_consistency_jit_chunk_cuda_float32 (__main__.TestJitCUDA) ... ok (0.503s) 2022-05-18T04:11:26.9114427Z test_variant_consistency_jit_clamp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.453s) 2022-05-18T04:11:27.7786408Z test_variant_consistency_jit_clamp_scalar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.867s) 2022-05-18T04:11:28.2802903Z test_variant_consistency_jit_clone_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.501s) 2022-05-18T04:11:28.5639514Z test_variant_consistency_jit_clone_cuda_float32 (__main__.TestJitCUDA) ... ok (0.283s) 2022-05-18T04:11:28.9860088Z test_variant_consistency_jit_column_stack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.422s) 2022-05-18T04:11:29.2285560Z test_variant_consistency_jit_column_stack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.242s) 2022-05-18T04:11:31.6607301Z test_variant_consistency_jit_combinations_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.432s) 2022-05-18T04:11:32.8909298Z test_variant_consistency_jit_combinations_cuda_float32 (__main__.TestJitCUDA) ... ok (1.230s) 2022-05-18T04:11:33.4309576Z test_variant_consistency_jit_complex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.540s) 2022-05-18T04:11:34.0623839Z test_variant_consistency_jit_conj_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.631s) 2022-05-18T04:11:34.3844391Z test_variant_consistency_jit_conj_cuda_float32 (__main__.TestJitCUDA) ... ok (0.322s) 2022-05-18T04:11:34.6418175Z test_variant_consistency_jit_conj_physical_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.257s) 2022-05-18T04:11:34.6459522Z test_variant_consistency_jit_conj_physical_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:11:34.7528411Z test_variant_consistency_jit_contiguous_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.106s) 2022-05-18T04:11:34.8617763Z test_variant_consistency_jit_contiguous_cuda_float32 (__main__.TestJitCUDA) ... ok (0.109s) 2022-05-18T04:11:35.9317380Z test_variant_consistency_jit_copysign_cuda_float32 (__main__.TestJitCUDA) ... ok (1.070s) 2022-05-18T04:11:37.1527707Z test_variant_consistency_jit_corrcoef_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.221s) 2022-05-18T04:11:37.7370090Z test_variant_consistency_jit_corrcoef_cuda_float32 (__main__.TestJitCUDA) ... ok (0.584s) 2022-05-18T04:11:38.4094538Z test_variant_consistency_jit_cos_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.672s) 2022-05-18T04:11:38.7748368Z test_variant_consistency_jit_cos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.365s) 2022-05-18T04:11:39.4427507Z test_variant_consistency_jit_cosh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.668s) 2022-05-18T04:11:39.8152695Z test_variant_consistency_jit_cosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.372s) 2022-05-18T04:11:41.0371391Z test_variant_consistency_jit_count_nonzero_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.222s) 2022-05-18T04:11:41.7039617Z test_variant_consistency_jit_count_nonzero_cuda_float32 (__main__.TestJitCUDA) ... ok (0.667s) 2022-05-18T04:11:41.9722392Z test_variant_consistency_jit_cov_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.268s) 2022-05-18T04:11:42.2828502Z test_variant_consistency_jit_cov_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.310s) 2022-05-18T04:11:43.0630949Z test_variant_consistency_jit_cross_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.780s) 2022-05-18T04:11:43.4503265Z test_variant_consistency_jit_cross_cuda_float32 (__main__.TestJitCUDA) ... ok (0.387s) 2022-05-18T04:11:43.8347682Z test_variant_consistency_jit_cummax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.384s) 2022-05-18T04:11:44.2251578Z test_variant_consistency_jit_cummin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.390s) 2022-05-18T04:11:48.8185121Z test_variant_consistency_jit_cumprod_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.593s) 2022-05-18T04:11:50.0965495Z test_variant_consistency_jit_cumprod_cuda_float32 (__main__.TestJitCUDA) ... ok (1.278s) 2022-05-18T04:11:50.9816731Z test_variant_consistency_jit_cumsum_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.885s) 2022-05-18T04:11:51.4554782Z test_variant_consistency_jit_cumsum_cuda_float32 (__main__.TestJitCUDA) ... ok (0.474s) 2022-05-18T04:11:52.6082790Z test_variant_consistency_jit_cumulative_trapezoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.153s) 2022-05-18T04:11:53.2102729Z test_variant_consistency_jit_cumulative_trapezoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.602s) 2022-05-18T04:11:53.5549647Z test_variant_consistency_jit_deg2rad_cuda_float32 (__main__.TestJitCUDA) ... ok (0.345s) 2022-05-18T04:11:56.8342641Z test_variant_consistency_jit_diag_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.279s) 2022-05-18T04:11:58.5001444Z test_variant_consistency_jit_diag_cuda_float32 (__main__.TestJitCUDA) ... ok (1.666s) 2022-05-18T04:12:01.7238813Z test_variant_consistency_jit_diag_embed_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.224s) 2022-05-18T04:12:03.3602746Z test_variant_consistency_jit_diag_embed_cuda_float32 (__main__.TestJitCUDA) ... ok (1.636s) 2022-05-18T04:12:04.3847616Z test_variant_consistency_jit_diagflat_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.024s) 2022-05-18T04:12:04.9953036Z test_variant_consistency_jit_diagflat_cuda_float32 (__main__.TestJitCUDA) ... ok (0.610s) 2022-05-18T04:12:08.3403545Z test_variant_consistency_jit_diagonal_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.345s) 2022-05-18T04:12:09.9605153Z test_variant_consistency_jit_diagonal_cuda_float32 (__main__.TestJitCUDA) ... ok (1.620s) 2022-05-18T04:12:11.7837103Z test_variant_consistency_jit_diagonal_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (1.823s) 2022-05-18T04:12:31.1527555Z test_variant_consistency_jit_diff_cuda_complex64 (__main__.TestJitCUDA) ... ok (19.369s) 2022-05-18T04:12:40.7564614Z test_variant_consistency_jit_diff_cuda_float32 (__main__.TestJitCUDA) ... ok (9.604s) 2022-05-18T04:12:42.6353343Z test_variant_consistency_jit_digamma_cuda_float32 (__main__.TestJitCUDA) ... ok (1.879s) 2022-05-18T04:12:54.5875675Z test_variant_consistency_jit_dist_cuda_complex64 (__main__.TestJitCUDA) ... ok (11.952s) 2022-05-18T04:13:00.5431813Z test_variant_consistency_jit_dist_cuda_float32 (__main__.TestJitCUDA) ... ok (5.955s) 2022-05-18T04:13:01.6690258Z test_variant_consistency_jit_div_floor_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (1.126s) 2022-05-18T04:13:03.9218825Z test_variant_consistency_jit_div_no_rounding_mode_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.253s) 2022-05-18T04:13:05.1276418Z test_variant_consistency_jit_div_no_rounding_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (1.206s) 2022-05-18T04:13:06.2544143Z test_variant_consistency_jit_div_trunc_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (1.127s) 2022-05-18T04:13:06.7882141Z test_variant_consistency_jit_dot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.534s) 2022-05-18T04:13:06.9639743Z test_variant_consistency_jit_dot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.176s) 2022-05-18T04:13:07.0333160Z test_variant_consistency_jit_double_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.069s) 2022-05-18T04:13:07.1523699Z test_variant_consistency_jit_double_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.119s) 2022-05-18T04:13:07.8088824Z test_variant_consistency_jit_dsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.656s) 2022-05-18T04:13:08.1350421Z test_variant_consistency_jit_dsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.326s) 2022-05-18T04:13:08.3121386Z test_variant_consistency_jit_dstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.177s) 2022-05-18T04:13:08.4269078Z test_variant_consistency_jit_dstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.115s) 2022-05-18T04:13:08.4385445Z test_variant_consistency_jit_eig_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T04:13:08.4386823Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T04:13:08.4387269Z L, _ = torch.eig(A) 2022-05-18T04:13:08.4387535Z should be replaced with 2022-05-18T04:13:08.4387833Z L_complex = torch.linalg.eigvals(A) 2022-05-18T04:13:08.4388084Z and 2022-05-18T04:13:08.4418720Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T04:13:08.4419398Z should be replaced with 2022-05-18T04:13:08.4419981Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T04:13:08.4420866Z results = func(*inputs, **kwargs) 2022-05-18T04:13:09.3023935Z ok (0.875s) 2022-05-18T04:13:09.7738340Z test_variant_consistency_jit_eig_cuda_float32 (__main__.TestJitCUDA) ... ok (0.471s) 2022-05-18T04:13:09.7776174Z test_variant_consistency_jit_einsum_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:09.7814713Z test_variant_consistency_jit_einsum_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:09.7853350Z test_variant_consistency_jit_empty_like_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:09.7892771Z test_variant_consistency_jit_empty_like_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:10.3648608Z test_variant_consistency_jit_eq_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.575s) 2022-05-18T04:13:10.7815506Z test_variant_consistency_jit_eq_cuda_float32 (__main__.TestJitCUDA) ... ok (0.416s) 2022-05-18T04:13:10.9506063Z test_variant_consistency_jit_erf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.169s) 2022-05-18T04:13:11.3261444Z test_variant_consistency_jit_erfc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.375s) 2022-05-18T04:13:11.4851261Z test_variant_consistency_jit_erfinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.159s) 2022-05-18T04:13:11.8375045Z test_variant_consistency_jit_exp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.352s) 2022-05-18T04:13:12.9287697Z test_variant_consistency_jit_exp_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.091s) 2022-05-18T04:13:13.3004995Z test_variant_consistency_jit_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.372s) 2022-05-18T04:13:13.6707236Z test_variant_consistency_jit_expand_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.370s) 2022-05-18T04:13:13.8948902Z test_variant_consistency_jit_expand_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.224s) 2022-05-18T04:13:14.9429427Z test_variant_consistency_jit_expand_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.048s) 2022-05-18T04:13:15.5215720Z test_variant_consistency_jit_expand_cuda_float32 (__main__.TestJitCUDA) ... ok (0.578s) 2022-05-18T04:13:15.6889515Z test_variant_consistency_jit_expm1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.167s) 2022-05-18T04:13:16.6093055Z test_variant_consistency_jit_fft_fft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.920s) 2022-05-18T04:13:17.0382359Z test_variant_consistency_jit_fft_fft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.429s) 2022-05-18T04:13:17.8750602Z test_variant_consistency_jit_fft_fft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.837s) 2022-05-18T04:13:18.3332078Z test_variant_consistency_jit_fft_fft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.458s) 2022-05-18T04:13:19.3102554Z test_variant_consistency_jit_fft_fftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.977s) 2022-05-18T04:13:19.8404791Z test_variant_consistency_jit_fft_fftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.530s) 2022-05-18T04:13:20.3857993Z test_variant_consistency_jit_fft_fftshift_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.545s) 2022-05-18T04:13:20.7203864Z test_variant_consistency_jit_fft_fftshift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.334s) 2022-05-18T04:13:21.5320668Z test_variant_consistency_jit_fft_hfft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.812s) 2022-05-18T04:13:21.9742602Z test_variant_consistency_jit_fft_hfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.442s) 2022-05-18T04:13:22.8367111Z test_variant_consistency_jit_fft_hfft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.862s) 2022-05-18T04:13:23.3071226Z test_variant_consistency_jit_fft_hfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.470s) 2022-05-18T04:13:24.3169627Z test_variant_consistency_jit_fft_hfftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.010s) 2022-05-18T04:13:24.8508702Z test_variant_consistency_jit_fft_hfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.534s) 2022-05-18T04:13:25.6159669Z test_variant_consistency_jit_fft_ifft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.765s) 2022-05-18T04:13:26.0444275Z test_variant_consistency_jit_fft_ifft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.428s) 2022-05-18T04:13:26.8673355Z test_variant_consistency_jit_fft_ifft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.823s) 2022-05-18T04:13:27.3246557Z test_variant_consistency_jit_fft_ifft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.457s) 2022-05-18T04:13:28.2853787Z test_variant_consistency_jit_fft_ifftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.961s) 2022-05-18T04:13:28.8060178Z test_variant_consistency_jit_fft_ifftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.520s) 2022-05-18T04:13:29.3383092Z test_variant_consistency_jit_fft_ifftshift_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.532s) 2022-05-18T04:13:29.6579921Z test_variant_consistency_jit_fft_ifftshift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.319s) 2022-05-18T04:13:30.0987027Z test_variant_consistency_jit_fft_ihfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.441s) 2022-05-18T04:13:30.5591721Z test_variant_consistency_jit_fft_ihfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.460s) 2022-05-18T04:13:31.0929521Z test_variant_consistency_jit_fft_ihfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.534s) 2022-05-18T04:13:31.8622644Z test_variant_consistency_jit_fft_irfft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.769s) 2022-05-18T04:13:32.2820483Z test_variant_consistency_jit_fft_irfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.420s) 2022-05-18T04:13:33.1113322Z test_variant_consistency_jit_fft_irfft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.829s) 2022-05-18T04:13:33.5646773Z test_variant_consistency_jit_fft_irfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.453s) 2022-05-18T04:13:34.5318032Z test_variant_consistency_jit_fft_irfftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.967s) 2022-05-18T04:13:35.0751065Z test_variant_consistency_jit_fft_irfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.543s) 2022-05-18T04:13:35.5020271Z test_variant_consistency_jit_fft_rfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.427s) 2022-05-18T04:13:35.9532564Z test_variant_consistency_jit_fft_rfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.451s) 2022-05-18T04:13:36.4839832Z test_variant_consistency_jit_fft_rfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.531s) 2022-05-18T04:13:36.4905304Z test_variant_consistency_jit_fill__cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-05-18T04:13:36.4958143Z test_variant_consistency_jit_fill__cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:13:37.7648481Z test_variant_consistency_jit_flatten_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.269s) 2022-05-18T04:13:38.4444424Z test_variant_consistency_jit_flatten_cuda_float32 (__main__.TestJitCUDA) ... ok (0.679s) 2022-05-18T04:13:40.4905221Z test_variant_consistency_jit_flip_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.046s) 2022-05-18T04:13:41.5178298Z test_variant_consistency_jit_flip_cuda_float32 (__main__.TestJitCUDA) ... ok (1.027s) 2022-05-18T04:13:41.9525445Z test_variant_consistency_jit_fliplr_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.434s) 2022-05-18T04:13:42.2000617Z test_variant_consistency_jit_fliplr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.247s) 2022-05-18T04:13:42.6347805Z test_variant_consistency_jit_flipud_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.434s) 2022-05-18T04:13:42.8804912Z test_variant_consistency_jit_flipud_cuda_float32 (__main__.TestJitCUDA) ... ok (0.246s) 2022-05-18T04:13:42.9486981Z test_variant_consistency_jit_float_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.068s) 2022-05-18T04:13:43.0648650Z test_variant_consistency_jit_float_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.116s) 2022-05-18T04:13:43.0684857Z test_variant_consistency_jit_float_power_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:43.0722536Z test_variant_consistency_jit_float_power_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:43.2871407Z test_variant_consistency_jit_floor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.214s) 2022-05-18T04:13:43.2907087Z test_variant_consistency_jit_floor_divide_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:44.3031172Z test_variant_consistency_jit_fmax_cuda_float32 (__main__.TestJitCUDA) ... ok (1.012s) 2022-05-18T04:13:45.3159931Z test_variant_consistency_jit_fmin_cuda_float32 (__main__.TestJitCUDA) ... ok (1.013s) 2022-05-18T04:13:46.3331846Z test_variant_consistency_jit_fmod_cuda_float32 (__main__.TestJitCUDA) ... ok (1.017s) 2022-05-18T04:13:46.6901393Z test_variant_consistency_jit_frac_cuda_float32 (__main__.TestJitCUDA) ... ok (0.357s) 2022-05-18T04:13:47.3160054Z test_variant_consistency_jit_frexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.626s) 2022-05-18T04:13:47.6436484Z test_variant_consistency_jit_full_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.328s) 2022-05-18T04:13:47.8405353Z test_variant_consistency_jit_full_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.197s) 2022-05-18T04:13:48.9491187Z test_variant_consistency_jit_gather_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.108s) 2022-05-18T04:13:49.5303818Z test_variant_consistency_jit_gather_cuda_float32 (__main__.TestJitCUDA) ... ok (0.581s) 2022-05-18T04:13:49.9000837Z test_variant_consistency_jit_ge_cuda_float32 (__main__.TestJitCUDA) ... ok (0.370s) 2022-05-18T04:13:52.2964793Z test_variant_consistency_jit_geqrf_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.396s) 2022-05-18T04:13:53.5020465Z test_variant_consistency_jit_geqrf_cuda_float32 (__main__.TestJitCUDA) ... ok (1.205s) 2022-05-18T04:13:53.5056221Z test_variant_consistency_jit_gradient_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:53.5092956Z test_variant_consistency_jit_gradient_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:13:53.8780483Z test_variant_consistency_jit_gt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.368s) 2022-05-18T04:13:53.9467205Z test_variant_consistency_jit_half_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.069s) 2022-05-18T04:13:54.0642047Z test_variant_consistency_jit_half_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.117s) 2022-05-18T04:13:54.4390557Z test_variant_consistency_jit_heaviside_cuda_float32 (__main__.TestJitCUDA) ... ok (0.375s) 2022-05-18T04:13:57.6304732Z test_variant_consistency_jit_histc_cuda_float32 (__main__.TestJitCUDA) ... ok (3.191s) 2022-05-18T04:13:58.2193014Z test_variant_consistency_jit_hsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.589s) 2022-05-18T04:13:58.5358714Z test_variant_consistency_jit_hsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.316s) 2022-05-18T04:13:58.7099507Z test_variant_consistency_jit_hstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.174s) 2022-05-18T04:13:58.8235555Z test_variant_consistency_jit_hstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.113s) 2022-05-18T04:13:59.8466572Z test_variant_consistency_jit_hypot_cuda_float32 (__main__.TestJitCUDA) ... ok (1.023s) 2022-05-18T04:14:00.4635858Z test_variant_consistency_jit_i0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.617s) 2022-05-18T04:14:00.7925706Z test_variant_consistency_jit_igamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.329s) 2022-05-18T04:14:01.1265468Z test_variant_consistency_jit_igammac_cuda_float32 (__main__.TestJitCUDA) ... ok (0.334s) 2022-05-18T04:14:01.4717189Z test_variant_consistency_jit_imag_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.345s) 2022-05-18T04:14:03.6449822Z test_variant_consistency_jit_index_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.173s) 2022-05-18T04:14:04.7644394Z test_variant_consistency_jit_index_add_cuda_float32 (__main__.TestJitCUDA) ... ok (1.119s) 2022-05-18T04:14:05.5186620Z test_variant_consistency_jit_index_copy_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.754s) 2022-05-18T04:14:05.9216304Z test_variant_consistency_jit_index_copy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.403s) 2022-05-18T04:14:06.6589686Z test_variant_consistency_jit_index_fill_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.737s) 2022-05-18T04:14:07.0495715Z test_variant_consistency_jit_index_fill_cuda_float32 (__main__.TestJitCUDA) ... ok (0.390s) 2022-05-18T04:14:07.0768965Z test_variant_consistency_jit_index_put_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.027s) 2022-05-18T04:14:07.1515398Z test_variant_consistency_jit_index_put_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.074s) 2022-05-18T04:14:07.2102138Z test_variant_consistency_jit_index_reduce_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:881.) 2022-05-18T04:14:07.2102885Z results = func(*inputs, **kwargs) 2022-05-18T04:14:11.4688915Z ok (4.317s) 2022-05-18T04:14:12.1526779Z test_variant_consistency_jit_index_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.684s) 2022-05-18T04:14:12.6398729Z test_variant_consistency_jit_index_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.487s) 2022-05-18T04:14:13.1547010Z test_variant_consistency_jit_inner_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.515s) 2022-05-18T04:14:13.4248287Z test_variant_consistency_jit_inner_cuda_float32 (__main__.TestJitCUDA) ... ok (0.270s) 2022-05-18T04:14:13.4552341Z test_variant_consistency_jit_int_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.030s) 2022-05-18T04:14:13.5329021Z test_variant_consistency_jit_int_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.077s) 2022-05-18T04:14:15.2775635Z test_variant_consistency_jit_inverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.744s) 2022-05-18T04:14:16.1430261Z test_variant_consistency_jit_inverse_cuda_float32 (__main__.TestJitCUDA) ... ok (0.865s) 2022-05-18T04:14:17.3488966Z test_variant_consistency_jit_isclose_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.206s) 2022-05-18T04:14:17.9997507Z test_variant_consistency_jit_isclose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.651s) 2022-05-18T04:14:18.2246497Z test_variant_consistency_jit_isfinite_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.225s) 2022-05-18T04:14:18.3634219Z test_variant_consistency_jit_isfinite_cuda_float32 (__main__.TestJitCUDA) ... ok (0.139s) 2022-05-18T04:14:18.4532682Z test_variant_consistency_jit_isin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.090s) 2022-05-18T04:14:18.5624406Z test_variant_consistency_jit_isinf_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.109s) 2022-05-18T04:14:18.6424222Z test_variant_consistency_jit_isinf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.080s) 2022-05-18T04:14:18.7499227Z test_variant_consistency_jit_isnan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.107s) 2022-05-18T04:14:18.8312838Z test_variant_consistency_jit_isnan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.081s) 2022-05-18T04:14:18.9106369Z test_variant_consistency_jit_isneginf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.079s) 2022-05-18T04:14:18.9902724Z test_variant_consistency_jit_isposinf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.080s) 2022-05-18T04:14:19.2032197Z test_variant_consistency_jit_isreal_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.213s) 2022-05-18T04:14:19.3401084Z test_variant_consistency_jit_isreal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.137s) 2022-05-18T04:14:19.3438122Z test_variant_consistency_jit_istft_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! istft does not match the native function (0.004s) 2022-05-18T04:14:19.3474799Z test_variant_consistency_jit_istft_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! istft does not match the native function (0.004s) 2022-05-18T04:14:19.6928410Z test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.345s) 2022-05-18T04:14:19.9204681Z test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.227s) 2022-05-18T04:14:20.2266204Z test_variant_consistency_jit_jiterator_binary_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.306s) 2022-05-18T04:14:20.4588058Z test_variant_consistency_jit_jiterator_binary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.232s) 2022-05-18T04:14:20.7632370Z test_variant_consistency_jit_jiterator_unary_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.304s) 2022-05-18T04:14:20.9821582Z test_variant_consistency_jit_jiterator_unary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.219s) 2022-05-18T04:14:21.2612152Z test_variant_consistency_jit_kron_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.279s) 2022-05-18T04:14:21.4246171Z test_variant_consistency_jit_kron_cuda_float32 (__main__.TestJitCUDA) ... ok (0.163s) 2022-05-18T04:14:22.6343071Z test_variant_consistency_jit_kthvalue_cuda_float32 (__main__.TestJitCUDA) ... ok (1.210s) 2022-05-18T04:14:24.7088867Z test_variant_consistency_jit_ldexp_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.074s) 2022-05-18T04:14:25.7504994Z test_variant_consistency_jit_ldexp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.041s) 2022-05-18T04:14:26.1191032Z test_variant_consistency_jit_le_cuda_float32 (__main__.TestJitCUDA) ... ok (0.368s) 2022-05-18T04:14:31.6702791Z test_variant_consistency_jit_lerp_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.551s) 2022-05-18T04:14:33.5844666Z test_variant_consistency_jit_lerp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.914s) 2022-05-18T04:14:33.9329995Z test_variant_consistency_jit_lgamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.348s) 2022-05-18T04:14:35.8953267Z test_variant_consistency_jit_linalg_cholesky_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.962s) 2022-05-18T04:14:36.8466518Z test_variant_consistency_jit_linalg_cholesky_cuda_float32 (__main__.TestJitCUDA) ... ok (0.951s) 2022-05-18T04:14:38.9425546Z test_variant_consistency_jit_linalg_cholesky_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.096s) 2022-05-18T04:14:39.9612908Z test_variant_consistency_jit_linalg_cholesky_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (1.019s) 2022-05-18T04:14:40.5643957Z test_variant_consistency_jit_linalg_cond_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.603s) 2022-05-18T04:14:40.8524090Z test_variant_consistency_jit_linalg_cond_cuda_float32 (__main__.TestJitCUDA) ... ok (0.288s) 2022-05-18T04:14:41.2472885Z test_variant_consistency_jit_linalg_cross_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.395s) 2022-05-18T04:14:41.4668873Z test_variant_consistency_jit_linalg_cross_cuda_float32 (__main__.TestJitCUDA) ... ok (0.219s) 2022-05-18T04:14:43.8619074Z test_variant_consistency_jit_linalg_det_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.395s) 2022-05-18T04:14:44.9957971Z test_variant_consistency_jit_linalg_det_cuda_float32 (__main__.TestJitCUDA) ... ok (1.134s) 2022-05-18T04:14:46.3054857Z test_variant_consistency_jit_linalg_eig_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.309s) 2022-05-18T04:14:46.9424686Z test_variant_consistency_jit_linalg_eig_cuda_float32 (__main__.TestJitCUDA) ... ok (0.637s) 2022-05-18T04:14:48.0887188Z test_variant_consistency_jit_linalg_eigh_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.146s) 2022-05-18T04:14:48.6095136Z test_variant_consistency_jit_linalg_eigh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.521s) 2022-05-18T04:14:49.6845613Z test_variant_consistency_jit_linalg_eigvals_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.075s) 2022-05-18T04:14:50.2569346Z test_variant_consistency_jit_linalg_eigvals_cuda_float32 (__main__.TestJitCUDA) ... ok (0.572s) 2022-05-18T04:14:51.2075996Z test_variant_consistency_jit_linalg_eigvalsh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.951s) 2022-05-18T04:14:51.7022203Z test_variant_consistency_jit_linalg_eigvalsh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.495s) 2022-05-18T04:14:53.5553107Z test_variant_consistency_jit_linalg_householder_product_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.853s) 2022-05-18T04:14:54.2596434Z test_variant_consistency_jit_linalg_householder_product_cuda_float32 (__main__.TestJitCUDA) ... ok (0.704s) 2022-05-18T04:14:55.1697486Z test_variant_consistency_jit_linalg_inv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.910s) 2022-05-18T04:14:55.6472014Z test_variant_consistency_jit_linalg_inv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.477s) 2022-05-18T04:14:56.6251851Z test_variant_consistency_jit_linalg_inv_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.978s) 2022-05-18T04:14:57.0886577Z test_variant_consistency_jit_linalg_inv_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.463s) 2022-05-18T04:14:57.2863232Z test_variant_consistency_jit_linalg_ldl_factor_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.197s) 2022-05-18T04:14:57.3673183Z test_variant_consistency_jit_linalg_ldl_factor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.081s) 2022-05-18T04:14:57.5682150Z test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.201s) 2022-05-18T04:14:57.6519823Z test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.084s) 2022-05-18T04:14:57.6564579Z test_variant_consistency_jit_linalg_ldl_solve_cuda_complex64 (__main__.TestJitCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:14:57.6609182Z test_variant_consistency_jit_linalg_ldl_solve_cuda_float32 (__main__.TestJitCUDA) ... skip: not available before CUDA 11.3.1 (0.004s) 2022-05-18T04:14:59.7843657Z test_variant_consistency_jit_linalg_lstsq_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.123s) 2022-05-18T04:15:00.7608641Z test_variant_consistency_jit_linalg_lstsq_cuda_float32 (__main__.TestJitCUDA) ... ok (0.976s) 2022-05-18T04:15:00.8134830Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.053s) 2022-05-18T04:15:00.8344775Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.021s) 2022-05-18T04:15:06.6814730Z test_variant_consistency_jit_linalg_lu_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.847s) 2022-05-18T04:15:08.9952332Z test_variant_consistency_jit_linalg_lu_cuda_float32 (__main__.TestJitCUDA) ... ok (2.314s) 2022-05-18T04:15:14.5834822Z test_variant_consistency_jit_linalg_lu_factor_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.588s) 2022-05-18T04:15:16.7721935Z test_variant_consistency_jit_linalg_lu_factor_cuda_float32 (__main__.TestJitCUDA) ... ok (2.189s) 2022-05-18T04:15:22.2326176Z test_variant_consistency_jit_linalg_lu_factor_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.460s) 2022-05-18T04:15:24.4110523Z test_variant_consistency_jit_linalg_lu_factor_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (2.178s) 2022-05-18T04:15:33.4753331Z test_variant_consistency_jit_linalg_matrix_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (9.064s) 2022-05-18T04:15:37.9928495Z test_variant_consistency_jit_linalg_matrix_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (4.517s) 2022-05-18T04:15:40.1103731Z test_variant_consistency_jit_linalg_matrix_power_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.117s) 2022-05-18T04:15:41.1761427Z test_variant_consistency_jit_linalg_matrix_power_cuda_float32 (__main__.TestJitCUDA) ... ok (1.066s) 2022-05-18T04:15:41.5680302Z test_variant_consistency_jit_linalg_matrix_rank_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.392s) 2022-05-18T04:15:41.7848385Z test_variant_consistency_jit_linalg_matrix_rank_cuda_float32 (__main__.TestJitCUDA) ... ok (0.217s) 2022-05-18T04:15:42.1116533Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.327s) 2022-05-18T04:15:42.3075864Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestJitCUDA) ... ok (0.196s) 2022-05-18T04:15:43.2148724Z test_variant_consistency_jit_linalg_multi_dot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.907s) 2022-05-18T04:15:43.6914378Z test_variant_consistency_jit_linalg_multi_dot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.476s) 2022-05-18T04:15:46.7011821Z test_variant_consistency_jit_linalg_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.010s) 2022-05-18T04:15:48.2269224Z test_variant_consistency_jit_linalg_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (1.526s) 2022-05-18T04:15:50.9497367Z test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.723s) 2022-05-18T04:15:52.3619716Z test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestJitCUDA) ... ok (1.412s) 2022-05-18T04:15:52.3656334Z test_variant_consistency_jit_linalg_pinv_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:15:52.3693625Z test_variant_consistency_jit_linalg_pinv_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:15:53.4281212Z test_variant_consistency_jit_linalg_pinv_hermitian_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.058s) 2022-05-18T04:15:53.9731099Z test_variant_consistency_jit_linalg_pinv_hermitian_cuda_float32 (__main__.TestJitCUDA) ... ok (0.545s) 2022-05-18T04:15:53.9774341Z test_variant_consistency_jit_linalg_pinv_singular_cuda_complex64 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:15:53.9818396Z test_variant_consistency_jit_linalg_pinv_singular_cuda_float32 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:15:58.5105598Z test_variant_consistency_jit_linalg_qr_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.528s) 2022-05-18T04:16:00.7515602Z test_variant_consistency_jit_linalg_qr_cuda_float32 (__main__.TestJitCUDA) ... ok (2.241s) 2022-05-18T04:16:02.9607616Z test_variant_consistency_jit_linalg_slogdet_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.209s) 2022-05-18T04:16:03.4488857Z test_variant_consistency_jit_linalg_slogdet_cuda_float32 (__main__.TestJitCUDA) ... ok (0.488s) 2022-05-18T04:16:06.3488392Z test_variant_consistency_jit_linalg_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.900s) 2022-05-18T04:16:07.7901687Z test_variant_consistency_jit_linalg_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.441s) 2022-05-18T04:16:54.4278684Z test_variant_consistency_jit_linalg_solve_triangular_cuda_complex64 (__main__.TestJitCUDA) ... ok (46.638s) 2022-05-18T04:17:17.8880070Z test_variant_consistency_jit_linalg_solve_triangular_cuda_float32 (__main__.TestJitCUDA) ... ok (23.460s) 2022-05-18T04:17:50.2517570Z test_variant_consistency_jit_linalg_svd_cuda_complex64 (__main__.TestJitCUDA) ... ok (32.364s) 2022-05-18T04:18:04.8629080Z test_variant_consistency_jit_linalg_svd_cuda_float32 (__main__.TestJitCUDA) ... ok (14.611s) 2022-05-18T04:18:08.7695216Z test_variant_consistency_jit_linalg_svdvals_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.906s) 2022-05-18T04:18:10.7187822Z test_variant_consistency_jit_linalg_svdvals_cuda_float32 (__main__.TestJitCUDA) ... ok (1.949s) 2022-05-18T04:18:11.0232231Z test_variant_consistency_jit_linalg_tensorinv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.304s) 2022-05-18T04:18:11.1973087Z test_variant_consistency_jit_linalg_tensorinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.174s) 2022-05-18T04:18:11.9935439Z test_variant_consistency_jit_linalg_tensorsolve_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.796s) 2022-05-18T04:18:12.4190060Z test_variant_consistency_jit_linalg_tensorsolve_cuda_float32 (__main__.TestJitCUDA) ... ok (0.425s) 2022-05-18T04:18:13.5501314Z test_variant_consistency_jit_linalg_vander_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.131s) 2022-05-18T04:18:14.1689210Z test_variant_consistency_jit_linalg_vander_cuda_float32 (__main__.TestJitCUDA) ... ok (0.619s) 2022-05-18T04:18:25.6519669Z test_variant_consistency_jit_linalg_vector_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (11.483s) 2022-05-18T04:18:31.4016979Z test_variant_consistency_jit_linalg_vector_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (5.750s) 2022-05-18T04:18:32.3563132Z test_variant_consistency_jit_log10_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.954s) 2022-05-18T04:18:32.7225663Z test_variant_consistency_jit_log10_cuda_float32 (__main__.TestJitCUDA) ... ok (0.366s) 2022-05-18T04:18:32.8877580Z test_variant_consistency_jit_log1p_cuda_float32 (__main__.TestJitCUDA) ... ok (0.165s) 2022-05-18T04:18:33.8403955Z test_variant_consistency_jit_log2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.953s) 2022-05-18T04:18:34.2099650Z test_variant_consistency_jit_log2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.369s) 2022-05-18T04:18:35.1336445Z test_variant_consistency_jit_log_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.923s) 2022-05-18T04:18:35.4946404Z test_variant_consistency_jit_log_cuda_float32 (__main__.TestJitCUDA) ... ok (0.361s) 2022-05-18T04:18:36.2139313Z test_variant_consistency_jit_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.719s) 2022-05-18T04:18:37.6217513Z test_variant_consistency_jit_log_softmax_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.408s) 2022-05-18T04:18:38.3615983Z test_variant_consistency_jit_log_softmax_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.740s) 2022-05-18T04:18:38.5303926Z test_variant_consistency_jit_logaddexp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.169s) 2022-05-18T04:18:38.6973826Z test_variant_consistency_jit_logaddexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.167s) 2022-05-18T04:18:39.4073937Z test_variant_consistency_jit_logcumsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.710s) 2022-05-18T04:18:40.0228447Z test_variant_consistency_jit_logdet_cuda_float32 (__main__.TestJitCUDA) ... ok (0.615s) 2022-05-18T04:18:42.0107726Z test_variant_consistency_jit_logical_and_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.988s) 2022-05-18T04:18:42.3279542Z test_variant_consistency_jit_logical_and_cuda_float32 (__main__.TestJitCUDA) ... ok (0.317s) 2022-05-18T04:18:42.5378367Z test_variant_consistency_jit_logical_not_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.210s) 2022-05-18T04:18:42.6721972Z test_variant_consistency_jit_logical_not_cuda_float32 (__main__.TestJitCUDA) ... ok (0.134s) 2022-05-18T04:18:43.2227126Z test_variant_consistency_jit_logical_or_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.550s) 2022-05-18T04:18:43.5366914Z test_variant_consistency_jit_logical_or_cuda_float32 (__main__.TestJitCUDA) ... ok (0.314s) 2022-05-18T04:18:44.0883036Z test_variant_consistency_jit_logical_xor_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.551s) 2022-05-18T04:18:44.4041075Z test_variant_consistency_jit_logical_xor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.316s) 2022-05-18T04:18:44.8679199Z test_variant_consistency_jit_logit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.464s) 2022-05-18T04:18:46.3778311Z test_variant_consistency_jit_logsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.510s) 2022-05-18T04:18:46.4080394Z test_variant_consistency_jit_long_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.030s) 2022-05-18T04:18:46.4844031Z test_variant_consistency_jit_long_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.076s) 2022-05-18T04:18:46.8956400Z test_variant_consistency_jit_lt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.411s) 2022-05-18T04:18:47.3156409Z test_variant_consistency_jit_lu_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.420s) 2022-05-18T04:18:47.4629876Z test_variant_consistency_jit_lu_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.147s) 2022-05-18T04:19:08.3531972Z test_variant_consistency_jit_lu_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (20.890s) 2022-05-18T04:19:18.8444301Z test_variant_consistency_jit_lu_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (10.491s) 2022-05-18T04:19:22.9000314Z test_variant_consistency_jit_lu_unpack_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.055s) 2022-05-18T04:19:25.0096455Z test_variant_consistency_jit_lu_unpack_cuda_float32 (__main__.TestJitCUDA) ... ok (2.109s) 2022-05-18T04:19:25.0170219Z test_variant_consistency_jit_mH_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-05-18T04:19:25.0224402Z test_variant_consistency_jit_mH_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:19:25.0294073Z test_variant_consistency_jit_mT_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-05-18T04:19:25.0348197Z test_variant_consistency_jit_mT_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:19:26.8496634Z test_variant_consistency_jit_masked_fill_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.814s) 2022-05-18T04:19:27.7927697Z test_variant_consistency_jit_masked_fill_cuda_float32 (__main__.TestJitCUDA) ... ok (0.943s) 2022-05-18T04:19:28.7837836Z test_variant_consistency_jit_masked_scatter_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.991s) 2022-05-18T04:19:29.3094896Z test_variant_consistency_jit_masked_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.525s) 2022-05-18T04:19:30.8885164Z test_variant_consistency_jit_masked_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.579s) 2022-05-18T04:19:31.7020712Z test_variant_consistency_jit_masked_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.813s) 2022-05-18T04:19:35.0740677Z test_variant_consistency_jit_matmul_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.372s) 2022-05-18T04:19:36.9184365Z test_variant_consistency_jit_matmul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.844s) 2022-05-18T04:19:37.7758153Z test_variant_consistency_jit_matrix_exp_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.857s) 2022-05-18T04:19:38.1894429Z test_variant_consistency_jit_matrix_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.413s) 2022-05-18T04:19:39.3563786Z test_variant_consistency_jit_max_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (1.167s) 2022-05-18T04:19:39.6161873Z test_variant_consistency_jit_max_reduction_no_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.260s) 2022-05-18T04:19:40.1469413Z test_variant_consistency_jit_max_reduction_with_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.531s) 2022-05-18T04:19:41.1578898Z test_variant_consistency_jit_maximum_cuda_float32 (__main__.TestJitCUDA) ... ok (1.011s) 2022-05-18T04:19:45.8142921Z test_variant_consistency_jit_mean_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.656s) 2022-05-18T04:19:48.3052233Z test_variant_consistency_jit_mean_cuda_float32 (__main__.TestJitCUDA) ... ok (2.491s) 2022-05-18T04:19:49.8062881Z test_variant_consistency_jit_median_cuda_float32 (__main__.TestJitCUDA) ... ok (1.501s) 2022-05-18T04:19:51.2163654Z test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.410s) 2022-05-18T04:19:51.9401102Z test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_float32 (__main__.TestJitCUDA) ... ok (0.724s) 2022-05-18T04:19:51.9437119Z test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:19:51.9474555Z test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:19:53.0891771Z test_variant_consistency_jit_min_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (1.141s) 2022-05-18T04:19:53.3474455Z test_variant_consistency_jit_min_reduction_no_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.258s) 2022-05-18T04:19:53.8621612Z test_variant_consistency_jit_min_reduction_with_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.515s) 2022-05-18T04:19:54.8796088Z test_variant_consistency_jit_minimum_cuda_float32 (__main__.TestJitCUDA) ... ok (1.017s) 2022-05-18T04:19:55.4099933Z test_variant_consistency_jit_mm_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.530s) 2022-05-18T04:19:55.5861349Z test_variant_consistency_jit_mm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.176s) 2022-05-18T04:19:56.3299944Z test_variant_consistency_jit_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (0.744s) 2022-05-18T04:19:56.8518575Z test_variant_consistency_jit_movedim_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.522s) 2022-05-18T04:19:57.1423909Z test_variant_consistency_jit_movedim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.290s) 2022-05-18T04:19:57.4034536Z test_variant_consistency_jit_msort_cuda_float32 (__main__.TestJitCUDA) ... ok (0.261s) 2022-05-18T04:19:59.6120185Z test_variant_consistency_jit_mul_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.208s) 2022-05-18T04:20:00.7766662Z test_variant_consistency_jit_mul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.165s) 2022-05-18T04:20:00.7822755Z test_variant_consistency_jit_multinomial_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:20:01.0775381Z test_variant_consistency_jit_mv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.295s) 2022-05-18T04:20:01.2519430Z test_variant_consistency_jit_mv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.174s) 2022-05-18T04:20:02.4337821Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestJitCUDA) ... ok (1.182s) 2022-05-18T04:20:02.4373998Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:02.4412065Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:02.8080773Z test_variant_consistency_jit_nan_to_num_cuda_float32 (__main__.TestJitCUDA) ... ok (0.366s) 2022-05-18T04:20:02.8116897Z test_variant_consistency_jit_nanmean_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:04.3477843Z test_variant_consistency_jit_nanmedian_cuda_float32 (__main__.TestJitCUDA) ... ok (1.536s) 2022-05-18T04:20:12.4485023Z test_variant_consistency_jit_nanquantile_cuda_float32 (__main__.TestJitCUDA) ... ok (8.101s) 2022-05-18T04:20:14.6749098Z test_variant_consistency_jit_nansum_cuda_float32 (__main__.TestJitCUDA) ... ok (2.226s) 2022-05-18T04:20:15.7023119Z test_variant_consistency_jit_narrow_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.027s) 2022-05-18T04:20:16.2726181Z test_variant_consistency_jit_narrow_cuda_float32 (__main__.TestJitCUDA) ... ok (0.570s) 2022-05-18T04:20:16.8355841Z test_variant_consistency_jit_ne_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.563s) 2022-05-18T04:20:17.2072983Z test_variant_consistency_jit_ne_cuda_float32 (__main__.TestJitCUDA) ... ok (0.372s) 2022-05-18T04:20:17.4687026Z test_variant_consistency_jit_neg_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.261s) 2022-05-18T04:20:17.6302421Z test_variant_consistency_jit_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.161s) 2022-05-18T04:20:17.6339286Z test_variant_consistency_jit_new_empty_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:17.6375959Z test_variant_consistency_jit_new_empty_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:17.9791132Z test_variant_consistency_jit_new_full_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.341s) 2022-05-18T04:20:18.1839263Z test_variant_consistency_jit_new_full_cuda_float32 (__main__.TestJitCUDA) ... ok (0.205s) 2022-05-18T04:20:18.5141935Z test_variant_consistency_jit_new_ones_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.330s) 2022-05-18T04:20:18.7131751Z test_variant_consistency_jit_new_ones_cuda_float32 (__main__.TestJitCUDA) ... ok (0.199s) 2022-05-18T04:20:19.0432601Z test_variant_consistency_jit_new_zeros_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.330s) 2022-05-18T04:20:19.2422423Z test_variant_consistency_jit_new_zeros_cuda_float32 (__main__.TestJitCUDA) ... ok (0.199s) 2022-05-18T04:20:19.5766078Z test_variant_consistency_jit_nextafter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.334s) 2022-05-18T04:20:19.8119180Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.235s) 2022-05-18T04:20:19.8913122Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.079s) 2022-05-18T04:20:20.0197331Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.128s) 2022-05-18T04:20:20.3844498Z test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.365s) 2022-05-18T04:20:20.5356103Z test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.151s) 2022-05-18T04:20:20.5962949Z test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.060s) 2022-05-18T04:20:21.2455899Z test_variant_consistency_jit_nn_functional_avg_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.649s) 2022-05-18T04:20:21.7674426Z test_variant_consistency_jit_nn_functional_avg_pool2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.522s) 2022-05-18T04:20:22.3348120Z test_variant_consistency_jit_nn_functional_avg_pool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.567s) 2022-05-18T04:20:23.5232424Z test_variant_consistency_jit_nn_functional_batch_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (1.188s) 2022-05-18T04:20:24.7147843Z test_variant_consistency_jit_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestJitCUDA) ... ok (1.191s) 2022-05-18T04:20:25.9969677Z test_variant_consistency_jit_nn_functional_bilinear_cuda_float32 (__main__.TestJitCUDA) ... ok (1.282s) 2022-05-18T04:20:26.0661406Z test_variant_consistency_jit_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.069s) 2022-05-18T04:20:26.0698473Z test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:26.3526017Z test_variant_consistency_jit_nn_functional_celu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.282s) 2022-05-18T04:20:26.3562851Z test_variant_consistency_jit_nn_functional_conv1d_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:26.3601023Z test_variant_consistency_jit_nn_functional_conv1d_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:26.3639132Z test_variant_consistency_jit_nn_functional_conv2d_cuda_complex64 (__main__.TestJitCUDA) ... skip: Works on some configs! (0.004s) 2022-05-18T04:20:26.3677138Z test_variant_consistency_jit_nn_functional_conv2d_cuda_float32 (__main__.TestJitCUDA) ... skip: Works on some configs! (0.004s) 2022-05-18T04:20:26.7426256Z test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.375s) 2022-05-18T04:20:26.7463245Z test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:26.7500613Z test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:27.5049807Z test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.754s) 2022-05-18T04:20:28.1894957Z test_variant_consistency_jit_nn_functional_cosine_similarity_cuda_float32 (__main__.TestJitCUDA) ... ok (0.684s) 2022-05-18T04:20:29.5473967Z test_variant_consistency_jit_nn_functional_cross_entropy_cuda_float32 (__main__.TestJitCUDA) ... expected failure (1.358s) 2022-05-18T04:20:29.5511215Z test_variant_consistency_jit_nn_functional_ctc_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:29.6122291Z test_variant_consistency_jit_nn_functional_dropout2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.061s) 2022-05-18T04:20:29.6191207Z test_variant_consistency_jit_nn_functional_dropout_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-05-18T04:20:29.8508445Z test_variant_consistency_jit_nn_functional_elu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.231s) 2022-05-18T04:20:29.8653985Z test_variant_consistency_jit_nn_functional_embedding_bag_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.015s) 2022-05-18T04:20:29.8707996Z test_variant_consistency_jit_nn_functional_embedding_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:20:29.8766402Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:20:29.8853471Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.009s) 2022-05-18T04:20:29.8914697Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:20:29.8999726Z test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.008s) 2022-05-18T04:20:29.9096510Z test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.010s) 2022-05-18T04:20:29.9135859Z test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:30.4178975Z test_variant_consistency_jit_nn_functional_gelu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.504s) 2022-05-18T04:20:33.2292766Z test_variant_consistency_jit_nn_functional_glu_cuda_float32 (__main__.TestJitCUDA) ... ok (2.811s) 2022-05-18T04:20:34.8979010Z test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32 (__main__.TestJitCUDA) ... ok (1.668s) 2022-05-18T04:20:34.9325018Z test_variant_consistency_jit_nn_functional_group_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.035s) 2022-05-18T04:20:35.5505186Z test_variant_consistency_jit_nn_functional_hardshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (0.618s) 2022-05-18T04:20:35.7228921Z test_variant_consistency_jit_nn_functional_hardsigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.172s) 2022-05-18T04:20:35.9363053Z test_variant_consistency_jit_nn_functional_hardswish_cuda_float32 (__main__.TestJitCUDA) ... ok (0.213s) 2022-05-18T04:20:36.5750087Z test_variant_consistency_jit_nn_functional_hardtanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.639s) 2022-05-18T04:20:37.4780731Z test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.903s) 2022-05-18T04:20:37.4819747Z test_variant_consistency_jit_nn_functional_huber_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:20:37.5206503Z test_variant_consistency_jit_nn_functional_instance_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.038s) 2022-05-18T04:20:38.0221568Z test_variant_consistency_jit_nn_functional_interpolate_area_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.501s) 2022-05-18T04:20:38.3694150Z test_variant_consistency_jit_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.347s) 2022-05-18T04:20:38.7182435Z test_variant_consistency_jit_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.349s) 2022-05-18T04:20:39.0659682Z test_variant_consistency_jit_nn_functional_interpolate_linear_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.348s) 2022-05-18T04:20:39.4112780Z test_variant_consistency_jit_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.345s) 2022-05-18T04:20:39.7598950Z test_variant_consistency_jit_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.348s) 2022-05-18T04:20:39.8237402Z test_variant_consistency_jit_nn_functional_kl_div_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8238863Z warnings.warn( 2022-05-18T04:20:39.8442015Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8443331Z warnings.warn( 2022-05-18T04:20:39.8472965Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:39.8494081Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8496305Z warnings.warn( 2022-05-18T04:20:39.8525525Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8526816Z warnings.warn( 2022-05-18T04:20:39.8674129Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8675408Z warnings.warn( 2022-05-18T04:20:39.8705071Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:39.8726148Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8727551Z warnings.warn( 2022-05-18T04:20:39.8756652Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8757361Z warnings.warn( 2022-05-18T04:20:39.8922193Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8923509Z warnings.warn( 2022-05-18T04:20:39.8953192Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:39.8973943Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.8975906Z warnings.warn( 2022-05-18T04:20:39.9004729Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9005439Z warnings.warn( 2022-05-18T04:20:39.9497392Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9498925Z warnings.warn( 2022-05-18T04:20:39.9528786Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:39.9549928Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9551337Z warnings.warn( 2022-05-18T04:20:39.9580720Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9582027Z warnings.warn( 2022-05-18T04:20:39.9728451Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9729759Z warnings.warn( 2022-05-18T04:20:39.9759867Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:39.9781375Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9782787Z warnings.warn( 2022-05-18T04:20:39.9811935Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9812650Z warnings.warn( 2022-05-18T04:20:39.9976909Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:39.9978237Z warnings.warn( 2022-05-18T04:20:40.0008918Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.0030662Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0032068Z warnings.warn( 2022-05-18T04:20:40.0061653Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0062341Z warnings.warn( 2022-05-18T04:20:40.0551261Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0552564Z warnings.warn( 2022-05-18T04:20:40.0581944Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.0602096Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0603518Z warnings.warn( 2022-05-18T04:20:40.0632874Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0634148Z warnings.warn( 2022-05-18T04:20:40.0779580Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0780900Z warnings.warn( 2022-05-18T04:20:40.0809911Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.0831139Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0832554Z warnings.warn( 2022-05-18T04:20:40.0861707Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.0862400Z warnings.warn( 2022-05-18T04:20:40.1026198Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1027496Z warnings.warn( 2022-05-18T04:20:40.1056831Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.1077776Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1079184Z warnings.warn( 2022-05-18T04:20:40.1108162Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1108874Z warnings.warn( 2022-05-18T04:20:40.1599197Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1600511Z warnings.warn( 2022-05-18T04:20:40.1630425Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.1651047Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1652469Z warnings.warn( 2022-05-18T04:20:40.1682628Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1683883Z warnings.warn( 2022-05-18T04:20:40.1830256Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1831560Z warnings.warn( 2022-05-18T04:20:40.1861812Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.1882897Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1884322Z warnings.warn( 2022-05-18T04:20:40.1913550Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.1914446Z warnings.warn( 2022-05-18T04:20:40.2078170Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2079475Z warnings.warn( 2022-05-18T04:20:40.2109926Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.2131135Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2132541Z warnings.warn( 2022-05-18T04:20:40.2162055Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2162764Z warnings.warn( 2022-05-18T04:20:40.2651815Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2653125Z warnings.warn( 2022-05-18T04:20:40.2681621Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.2700414Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2701085Z warnings.warn( 2022-05-18T04:20:40.2729555Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2730212Z warnings.warn( 2022-05-18T04:20:40.2877633Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2878290Z warnings.warn( 2022-05-18T04:20:40.2906609Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.2925624Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2927005Z warnings.warn( 2022-05-18T04:20:40.2955315Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.2956049Z warnings.warn( 2022-05-18T04:20:40.3119488Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3120144Z warnings.warn( 2022-05-18T04:20:40.3148334Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.3167146Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3167789Z warnings.warn( 2022-05-18T04:20:40.3196645Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3197304Z warnings.warn( 2022-05-18T04:20:40.3687559Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3688201Z warnings.warn( 2022-05-18T04:20:40.3716669Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.3735555Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3736220Z warnings.warn( 2022-05-18T04:20:40.3765307Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3765970Z warnings.warn( 2022-05-18T04:20:40.3911158Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3911927Z warnings.warn( 2022-05-18T04:20:40.3940248Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.3959358Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3960001Z warnings.warn( 2022-05-18T04:20:40.3989474Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.3990118Z warnings.warn( 2022-05-18T04:20:40.4153591Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.4154211Z warnings.warn( 2022-05-18T04:20:40.4182692Z code/__torch__/torch/nn/functional.py:18: 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-05-18T04:20:40.4202016Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.4202653Z warnings.warn( 2022-05-18T04:20:40.4231972Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:20:40.4232605Z warnings.warn( 2022-05-18T04:20:41.1495547Z ok (1.390s) 2022-05-18T04:20:41.6994420Z test_variant_consistency_jit_nn_functional_l1_loss_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.550s) 2022-05-18T04:20:41.8063754Z test_variant_consistency_jit_nn_functional_l1_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.107s) 2022-05-18T04:20:42.3896611Z test_variant_consistency_jit_nn_functional_layer_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.583s) 2022-05-18T04:20:43.0124572Z test_variant_consistency_jit_nn_functional_leaky_relu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.623s) 2022-05-18T04:20:45.1169940Z test_variant_consistency_jit_nn_functional_linear_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.104s) 2022-05-18T04:20:46.2896231Z test_variant_consistency_jit_nn_functional_linear_cuda_float32 (__main__.TestJitCUDA) ... ok (1.172s) 2022-05-18T04:20:47.0407128Z test_variant_consistency_jit_nn_functional_local_response_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.751s) 2022-05-18T04:20:47.3059798Z test_variant_consistency_jit_nn_functional_logsigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.265s) 2022-05-18T04:20:48.1746844Z test_variant_consistency_jit_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.869s) 2022-05-18T04:20:48.1783963Z test_variant_consistency_jit_nn_functional_max_pool1d_cuda_float32 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:20:48.1822150Z test_variant_consistency_jit_nn_functional_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:21:31.8412104Z test_variant_consistency_jit_nn_functional_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (43.659s) 2022-05-18T04:21:51.6317903Z test_variant_consistency_jit_nn_functional_max_unpool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (19.790s) 2022-05-18T04:21:54.2464832Z test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestJitCUDA) ... ok (2.615s) 2022-05-18T04:22:30.6968029Z test_variant_consistency_jit_nn_functional_max_unpool2d_cuda_float32 (__main__.TestJitCUDA) ... ok (36.450s) 2022-05-18T04:22:33.4770214Z test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestJitCUDA) ... ok (2.780s) 2022-05-18T04:22:46.5813059Z test_variant_consistency_jit_nn_functional_max_unpool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (13.104s) 2022-05-18T04:22:48.6335667Z test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestJitCUDA) ... ok (2.052s) 2022-05-18T04:22:48.8564740Z test_variant_consistency_jit_nn_functional_mish_cuda_float32 (__main__.TestJitCUDA) ... ok (0.223s) 2022-05-18T04:22:48.9675826Z test_variant_consistency_jit_nn_functional_mse_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.111s) 2022-05-18T04:22:49.1094457Z test_variant_consistency_jit_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:276: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:22:49.1095742Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:49.2299470Z /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:276: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:22:49.2300499Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:49.2920993Z /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:276: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:22:49.2922027Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:22:49.3827785Z ok (0.415s) 2022-05-18T04:22:49.6063659Z test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.223s) 2022-05-18T04:22:49.6100546Z test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:22:49.6146462Z test_variant_consistency_jit_nn_functional_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:22:51.0771459Z test_variant_consistency_jit_nn_functional_normalize_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.462s) 2022-05-18T04:22:51.8881797Z test_variant_consistency_jit_nn_functional_normalize_cuda_float32 (__main__.TestJitCUDA) ... ok (0.811s) 2022-05-18T04:22:52.8999280Z test_variant_consistency_jit_nn_functional_pad_circular_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.011s) 2022-05-18T04:22:52.9036556Z test_variant_consistency_jit_nn_functional_pad_circular_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:22:58.5024514Z test_variant_consistency_jit_nn_functional_pad_constant_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.598s) 2022-05-18T04:23:01.3109779Z test_variant_consistency_jit_nn_functional_pad_constant_cuda_float32 (__main__.TestJitCUDA) ... ok (2.808s) 2022-05-18T04:23:02.7039970Z test_variant_consistency_jit_nn_functional_pad_reflect_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.393s) 2022-05-18T04:23:02.7075542Z test_variant_consistency_jit_nn_functional_pad_reflect_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:04.0966114Z test_variant_consistency_jit_nn_functional_pad_replicate_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.389s) 2022-05-18T04:23:04.1002906Z test_variant_consistency_jit_nn_functional_pad_replicate_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:04.1041177Z test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:04.1078833Z test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:04.4468071Z test_variant_consistency_jit_nn_functional_pdist_cuda_float32 (__main__.TestJitCUDA) ... ok (0.339s) 2022-05-18T04:23:04.4504268Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:04.4541666Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:04.4579249Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:04.4615789Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:23:11.6045814Z test_variant_consistency_jit_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (7.143s) 2022-05-18T04:23:12.6535351Z test_variant_consistency_jit_nn_functional_prelu_cuda_float32 (__main__.TestJitCUDA) ... expected failure (1.049s) 2022-05-18T04:23:13.2844252Z test_variant_consistency_jit_nn_functional_relu6_cuda_float32 (__main__.TestJitCUDA) ... ok (0.631s) 2022-05-18T04:23:13.5734724Z test_variant_consistency_jit_nn_functional_relu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.289s) 2022-05-18T04:23:13.5786933Z test_variant_consistency_jit_nn_functional_rrelu_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:23:13.7938408Z test_variant_consistency_jit_nn_functional_selu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.215s) 2022-05-18T04:23:14.0091842Z test_variant_consistency_jit_nn_functional_silu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.215s) 2022-05-18T04:23:14.1200822Z test_variant_consistency_jit_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.111s) 2022-05-18T04:23:14.7443302Z test_variant_consistency_jit_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.624s) 2022-05-18T04:23:15.2564079Z test_variant_consistency_jit_nn_functional_softmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.512s) 2022-05-18T04:23:16.2121974Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.956s) 2022-05-18T04:23:16.7310472Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.519s) 2022-05-18T04:23:16.9536543Z test_variant_consistency_jit_nn_functional_softplus_cuda_float32 (__main__.TestJitCUDA) ... ok (0.222s) 2022-05-18T04:23:17.4641255Z test_variant_consistency_jit_nn_functional_softshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (0.510s) 2022-05-18T04:23:17.9411608Z test_variant_consistency_jit_nn_functional_softsign_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.477s) 2022-05-18T04:23:19.8490051Z test_variant_consistency_jit_nn_functional_softsign_cuda_float32 (__main__.TestJitCUDA) ... ok (1.908s) 2022-05-18T04:23:20.6091840Z test_variant_consistency_jit_nn_functional_tanhshrink_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.760s) 2022-05-18T04:23:22.5143973Z test_variant_consistency_jit_nn_functional_tanhshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (1.905s) 2022-05-18T04:23:22.8397247Z test_variant_consistency_jit_nn_functional_threshold_cuda_float32 (__main__.TestJitCUDA) ... ok (0.325s) 2022-05-18T04:23:24.3992280Z test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.559s) 2022-05-18T04:23:25.1885757Z test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.789s) 2022-05-18T04:23:25.2053475Z test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.017s) 2022-05-18T04:23:25.2598675Z test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.054s) 2022-05-18T04:23:25.2635066Z test_variant_consistency_jit_nn_functional_unfold_cuda_complex64 (__main__.TestJitCUDA) ... skip: Internal assert failed! (0.004s) 2022-05-18T04:23:25.2672284Z test_variant_consistency_jit_nn_functional_unfold_cuda_float32 (__main__.TestJitCUDA) ... skip: Internal assert failed! (0.004s) 2022-05-18T04:23:25.3172859Z test_variant_consistency_jit_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.3174937Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.3945861Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.3946536Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.4031811Z code/__torch__/torch/nn/functional/___torch_mangle_34607.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.4069125Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.4069763Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.4110076Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.4110778Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.4735790Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.4736640Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.4822995Z code/__torch__/torch/nn/functional/___torch_mangle_34607.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.4860120Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.4860934Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.4900169Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.4900895Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.5533388Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.5534071Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.5620949Z code/__torch__/torch/nn/functional/___torch_mangle_34607.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.5657690Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.5658482Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.5697271Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.5698069Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.6038622Z expected failure (0.336s) 2022-05-18T04:23:25.6604437Z test_variant_consistency_jit_nn_functional_upsample_nearest_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.6605260Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.7309862Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.7310539Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.7393595Z code/__torch__/torch/nn/functional/___torch_mangle_34613.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.7428329Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.7428966Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.7471513Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.7472186Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.8093453Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.8094564Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.8177988Z code/__torch__/torch/nn/functional/___torch_mangle_34613.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.8212194Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.8212843Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.8255126Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.8255767Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.8885559Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.8886232Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.8972605Z code/__torch__/torch/nn/functional/___torch_mangle_34613.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.9006996Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.9007621Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.9050150Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:23:25.9050796Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:23:25.9374950Z expected failure (0.334s) 2022-05-18T04:23:25.9991099Z test_variant_consistency_jit_nonzero_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.061s) 2022-05-18T04:23:26.0517228Z test_variant_consistency_jit_nonzero_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.052s) 2022-05-18T04:23:39.2429275Z test_variant_consistency_jit_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (13.191s) 2022-05-18T04:23:45.7394373Z test_variant_consistency_jit_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (6.496s) 2022-05-18T04:23:45.9953556Z test_variant_consistency_jit_norm_fro_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.256s) 2022-05-18T04:23:46.2998464Z test_variant_consistency_jit_norm_fro_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.304s) 2022-05-18T04:23:47.6040929Z test_variant_consistency_jit_norm_inf_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.304s) 2022-05-18T04:23:48.2582656Z test_variant_consistency_jit_norm_inf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.654s) 2022-05-18T04:23:48.4170250Z test_variant_consistency_jit_norm_nuc_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.159s) 2022-05-18T04:23:48.6042867Z test_variant_consistency_jit_norm_nuc_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.187s) 2022-05-18T04:23:48.6585495Z test_variant_consistency_jit_normal_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.054s) 2022-05-18T04:23:48.6634855Z test_variant_consistency_jit_normal_number_mean_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-05-18T04:23:48.9900653Z test_variant_consistency_jit_ones_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.326s) 2022-05-18T04:23:49.1881447Z test_variant_consistency_jit_ones_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.198s) 2022-05-18T04:23:58.3720804Z test_variant_consistency_jit_ormqr_cuda_complex64 (__main__.TestJitCUDA) ... ok (9.184s) 2022-05-18T04:24:03.1437423Z test_variant_consistency_jit_ormqr_cuda_float32 (__main__.TestJitCUDA) ... ok (4.771s) 2022-05-18T04:24:03.4982054Z test_variant_consistency_jit_outer_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.354s) 2022-05-18T04:24:03.6944894Z test_variant_consistency_jit_outer_cuda_float32 (__main__.TestJitCUDA) ... ok (0.196s) 2022-05-18T04:24:03.7256665Z test_variant_consistency_jit_pca_lowrank_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.031s) 2022-05-18T04:24:04.7011203Z test_variant_consistency_jit_permute_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.975s) 2022-05-18T04:24:05.2313094Z test_variant_consistency_jit_permute_cuda_float32 (__main__.TestJitCUDA) ... ok (0.530s) 2022-05-18T04:24:07.5337752Z test_variant_consistency_jit_pinverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.302s) 2022-05-18T04:24:08.6165107Z test_variant_consistency_jit_pinverse_cuda_float32 (__main__.TestJitCUDA) ... ok (1.083s) 2022-05-18T04:24:09.1874082Z test_variant_consistency_jit_polar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.571s) 2022-05-18T04:24:09.7593161Z test_variant_consistency_jit_polygamma_polygamma_n_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.572s) 2022-05-18T04:24:09.7630113Z test_variant_consistency_jit_polygamma_polygamma_n_1_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:24:09.7668841Z test_variant_consistency_jit_polygamma_polygamma_n_2_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:24:09.7708167Z test_variant_consistency_jit_polygamma_polygamma_n_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:24:09.7746191Z test_variant_consistency_jit_polygamma_polygamma_n_4_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:24:10.4006738Z test_variant_consistency_jit_positive_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.626s) 2022-05-18T04:24:10.7512997Z test_variant_consistency_jit_positive_cuda_float32 (__main__.TestJitCUDA) ... ok (0.350s) 2022-05-18T04:24:13.1459014Z test_variant_consistency_jit_pow_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.394s) 2022-05-18T04:24:14.3306886Z test_variant_consistency_jit_pow_cuda_float32 (__main__.TestJitCUDA) ... ok (1.185s) 2022-05-18T04:24:22.6015119Z test_variant_consistency_jit_prod_cuda_complex64 (__main__.TestJitCUDA) ... ok (8.271s) 2022-05-18T04:24:26.6743763Z test_variant_consistency_jit_prod_cuda_float32 (__main__.TestJitCUDA) ... ok (4.073s) 2022-05-18T04:24:31.7594350Z test_variant_consistency_jit_put_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.085s) 2022-05-18T04:24:34.3493242Z test_variant_consistency_jit_put_cuda_float32 (__main__.TestJitCUDA) ... ok (2.590s) 2022-05-18T04:24:34.3979996Z test_variant_consistency_jit_qr_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T04:24:34.3982037Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T04:24:34.3982633Z Q, R = torch.qr(A, some) 2022-05-18T04:24:34.3982914Z should be replaced with 2022-05-18T04:24:34.3983819Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T04:24:34.3984326Z results = func(*inputs, **kwargs) 2022-05-18T04:24:43.5416699Z ok (9.192s) 2022-05-18T04:24:47.9403451Z test_variant_consistency_jit_qr_cuda_float32 (__main__.TestJitCUDA) ... ok (4.398s) 2022-05-18T04:24:56.0093579Z test_variant_consistency_jit_quantile_cuda_float32 (__main__.TestJitCUDA) ... ok (8.069s) 2022-05-18T04:24:56.3562255Z test_variant_consistency_jit_rad2deg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.347s) 2022-05-18T04:24:56.3640815Z test_variant_consistency_jit_rand_like_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.008s) 2022-05-18T04:24:56.3697789Z test_variant_consistency_jit_rand_like_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:24:56.3756237Z test_variant_consistency_jit_randint_like_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:24:56.3832399Z test_variant_consistency_jit_randn_like_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-05-18T04:24:56.3888735Z test_variant_consistency_jit_randn_like_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:24:56.8450872Z test_variant_consistency_jit_ravel_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.456s) 2022-05-18T04:24:57.1038265Z test_variant_consistency_jit_ravel_cuda_float32 (__main__.TestJitCUDA) ... ok (0.259s) 2022-05-18T04:24:57.4587306Z test_variant_consistency_jit_real_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.355s) 2022-05-18T04:24:57.6624962Z test_variant_consistency_jit_real_cuda_float32 (__main__.TestJitCUDA) ... ok (0.204s) 2022-05-18T04:24:58.3553767Z test_variant_consistency_jit_reciprocal_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.693s) 2022-05-18T04:24:58.7338021Z test_variant_consistency_jit_reciprocal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.378s) 2022-05-18T04:24:59.7832551Z test_variant_consistency_jit_remainder_cuda_float32 (__main__.TestJitCUDA) ... ok (1.049s) 2022-05-18T04:25:00.8318404Z test_variant_consistency_jit_renorm_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.048s) 2022-05-18T04:25:01.3704009Z test_variant_consistency_jit_renorm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.538s) 2022-05-18T04:25:03.9123735Z test_variant_consistency_jit_repeat_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.542s) 2022-05-18T04:25:05.2376387Z test_variant_consistency_jit_repeat_cuda_float32 (__main__.TestJitCUDA) ... ok (1.325s) 2022-05-18T04:25:05.2412711Z test_variant_consistency_jit_repeat_interleave_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:25:05.2450034Z test_variant_consistency_jit_repeat_interleave_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:25:05.7087581Z test_variant_consistency_jit_reshape_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.463s) 2022-05-18T04:25:05.9692819Z test_variant_consistency_jit_reshape_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.260s) 2022-05-18T04:25:08.3925208Z test_variant_consistency_jit_reshape_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.423s) 2022-05-18T04:25:09.6277351Z test_variant_consistency_jit_reshape_cuda_float32 (__main__.TestJitCUDA) ... ok (1.235s) 2022-05-18T04:25:09.7068414Z test_variant_consistency_jit_resize__cuda_complex64 (__main__.TestJitCUDA) ... ok (0.079s) 2022-05-18T04:25:09.7875498Z test_variant_consistency_jit_resize__cuda_float32 (__main__.TestJitCUDA) ... ok (0.081s) 2022-05-18T04:25:09.8683810Z test_variant_consistency_jit_resize_as__cuda_complex64 (__main__.TestJitCUDA) ... ok (0.081s) 2022-05-18T04:25:09.9470562Z test_variant_consistency_jit_resize_as__cuda_float32 (__main__.TestJitCUDA) ... ok (0.078s) 2022-05-18T04:25:10.3969575Z test_variant_consistency_jit_resolve_conj_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.450s) 2022-05-18T04:25:10.6497260Z test_variant_consistency_jit_resolve_conj_cuda_float32 (__main__.TestJitCUDA) ... ok (0.253s) 2022-05-18T04:25:11.0976464Z test_variant_consistency_jit_resolve_neg_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.448s) 2022-05-18T04:25:11.3460104Z test_variant_consistency_jit_resolve_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.248s) 2022-05-18T04:25:13.1923951Z test_variant_consistency_jit_roll_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.846s) 2022-05-18T04:25:14.1416800Z test_variant_consistency_jit_roll_cuda_float32 (__main__.TestJitCUDA) ... ok (0.949s) 2022-05-18T04:25:15.0801102Z test_variant_consistency_jit_rot90_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.938s) 2022-05-18T04:25:15.5755305Z test_variant_consistency_jit_rot90_cuda_float32 (__main__.TestJitCUDA) ... ok (0.495s) 2022-05-18T04:25:15.7386534Z test_variant_consistency_jit_round_cuda_float32 (__main__.TestJitCUDA) ... ok (0.163s) 2022-05-18T04:25:16.0944170Z test_variant_consistency_jit_round_decimals_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.356s) 2022-05-18T04:25:16.0980328Z test_variant_consistency_jit_round_decimals_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:25:16.1026522Z test_variant_consistency_jit_round_decimals_neg_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.005s) 2022-05-18T04:25:16.7718759Z test_variant_consistency_jit_rsqrt_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.669s) 2022-05-18T04:25:17.1414581Z test_variant_consistency_jit_rsqrt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.369s) 2022-05-18T04:25:18.5173382Z test_variant_consistency_jit_rsub_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.376s) 2022-05-18T04:25:19.2506478Z test_variant_consistency_jit_rsub_cuda_float32 (__main__.TestJitCUDA) ... ok (0.733s) 2022-05-18T04:25:20.8926058Z test_variant_consistency_jit_scatter_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.642s) 2022-05-18T04:25:21.7491561Z test_variant_consistency_jit_scatter_add_cuda_float32 (__main__.TestJitCUDA) ... ok (0.856s) 2022-05-18T04:25:23.6382162Z test_variant_consistency_jit_scatter_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.889s) 2022-05-18T04:25:24.5997078Z test_variant_consistency_jit_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.961s) 2022-05-18T04:25:24.6091427Z test_variant_consistency_jit_scatter_reduce_amax_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1550.) 2022-05-18T04:25:24.6094856Z results = func(*inputs, **kwargs) 2022-05-18T04:25:26.3757265Z ok (1.776s) 2022-05-18T04:25:28.1476158Z test_variant_consistency_jit_scatter_reduce_amin_cuda_float32 (__main__.TestJitCUDA) ... ok (1.772s) 2022-05-18T04:25:29.9859725Z test_variant_consistency_jit_scatter_reduce_mean_cuda_float32 (__main__.TestJitCUDA) ... ok (1.838s) 2022-05-18T04:25:32.1236553Z test_variant_consistency_jit_scatter_reduce_prod_cuda_float32 (__main__.TestJitCUDA) ... ok (2.138s) 2022-05-18T04:25:33.8554354Z test_variant_consistency_jit_scatter_reduce_sum_cuda_float32 (__main__.TestJitCUDA) ... ok (1.732s) 2022-05-18T04:25:33.8591440Z test_variant_consistency_jit_searchsorted_cuda_float32 (__main__.TestJitCUDA) ... skip: Expected failure! (0.004s) 2022-05-18T04:25:34.8932369Z test_variant_consistency_jit_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.034s) 2022-05-18T04:25:35.4785338Z test_variant_consistency_jit_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.585s) 2022-05-18T04:25:36.0980797Z test_variant_consistency_jit_select_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.619s) 2022-05-18T04:25:36.3599391Z test_variant_consistency_jit_sgn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.262s) 2022-05-18T04:25:36.5097615Z test_variant_consistency_jit_sgn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.150s) 2022-05-18T04:25:36.5400679Z test_variant_consistency_jit_short_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.030s) 2022-05-18T04:25:36.6165406Z test_variant_consistency_jit_short_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.076s) 2022-05-18T04:25:39.2144138Z test_variant_consistency_jit_sigmoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.598s) 2022-05-18T04:25:39.5752545Z test_variant_consistency_jit_sigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.361s) 2022-05-18T04:25:39.7261113Z test_variant_consistency_jit_sign_cuda_float32 (__main__.TestJitCUDA) ... ok (0.151s) 2022-05-18T04:25:39.8064024Z test_variant_consistency_jit_signbit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.080s) 2022-05-18T04:25:40.0697193Z test_variant_consistency_jit_sin_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.263s) 2022-05-18T04:25:40.2289349Z test_variant_consistency_jit_sin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.159s) 2022-05-18T04:25:41.6907484Z test_variant_consistency_jit_sinc_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.462s) 2022-05-18T04:25:42.0446400Z test_variant_consistency_jit_sinc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.354s) 2022-05-18T04:25:42.3108195Z test_variant_consistency_jit_sinh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.266s) 2022-05-18T04:25:42.4707765Z test_variant_consistency_jit_sinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.160s) 2022-05-18T04:25:43.5924078Z test_variant_consistency_jit_slice_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (1.121s) 2022-05-18T04:25:44.3215659Z test_variant_consistency_jit_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.729s) 2022-05-18T04:25:45.7269064Z test_variant_consistency_jit_softmax_with_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.405s) 2022-05-18T04:25:46.4730235Z test_variant_consistency_jit_softmax_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.746s) 2022-05-18T04:25:50.1845881Z test_variant_consistency_jit_sort_cuda_float32 (__main__.TestJitCUDA) ... ok (3.711s) 2022-05-18T04:25:50.1887237Z test_variant_consistency_jit_sparse_sampled_addmm_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:25:50.1924780Z test_variant_consistency_jit_sparse_sampled_addmm_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:25:50.5427573Z test_variant_consistency_jit_special_entr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.350s) 2022-05-18T04:25:53.0998358Z test_variant_consistency_jit_special_erfcx_cuda_float32 (__main__.TestJitCUDA) ... ok (2.557s) 2022-05-18T04:25:53.7517932Z test_variant_consistency_jit_special_i0e_cuda_float32 (__main__.TestJitCUDA) ... ok (0.652s) 2022-05-18T04:25:53.9628504Z test_variant_consistency_jit_special_i1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.211s) 2022-05-18T04:25:54.1756479Z test_variant_consistency_jit_special_i1e_cuda_float32 (__main__.TestJitCUDA) ... ok (0.213s) 2022-05-18T04:25:54.6517729Z test_variant_consistency_jit_special_log_ndtr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.476s) 2022-05-18T04:25:54.8606715Z test_variant_consistency_jit_special_ndtr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.209s) 2022-05-18T04:25:55.4069685Z test_variant_consistency_jit_special_ndtri_cuda_float32 (__main__.TestJitCUDA) ... ok (0.546s) 2022-05-18T04:25:55.4134855Z test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-05-18T04:25:55.9678249Z test_variant_consistency_jit_special_xlog1py_cuda_float32 (__main__.TestJitCUDA) ... ok (0.554s) 2022-05-18T04:25:58.0972027Z test_variant_consistency_jit_special_zeta_cuda_float32 (__main__.TestJitCUDA) ... ok (2.129s) 2022-05-18T04:25:58.6384107Z test_variant_consistency_jit_split_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.541s) 2022-05-18T04:25:58.9384692Z test_variant_consistency_jit_split_cuda_float32 (__main__.TestJitCUDA) ... ok (0.300s) 2022-05-18T04:25:59.8180995Z test_variant_consistency_jit_split_list_args_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.879s) 2022-05-18T04:26:00.2790086Z test_variant_consistency_jit_split_list_args_cuda_float32 (__main__.TestJitCUDA) ... ok (0.461s) 2022-05-18T04:26:01.4223674Z test_variant_consistency_jit_split_with_sizes_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.143s) 2022-05-18T04:26:02.0193963Z test_variant_consistency_jit_split_with_sizes_cuda_float32 (__main__.TestJitCUDA) ... ok (0.597s) 2022-05-18T04:26:02.2906009Z test_variant_consistency_jit_sqrt_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.271s) 2022-05-18T04:26:02.4541969Z test_variant_consistency_jit_sqrt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.163s) 2022-05-18T04:26:03.0982214Z test_variant_consistency_jit_square_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.644s) 2022-05-18T04:26:03.4466315Z test_variant_consistency_jit_square_cuda_float32 (__main__.TestJitCUDA) ... ok (0.348s) 2022-05-18T04:26:04.8938027Z test_variant_consistency_jit_squeeze_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.447s) 2022-05-18T04:26:05.6726779Z test_variant_consistency_jit_squeeze_cuda_float32 (__main__.TestJitCUDA) ... ok (0.779s) 2022-05-18T04:26:06.7140974Z test_variant_consistency_jit_stack_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.041s) 2022-05-18T04:26:07.2902092Z test_variant_consistency_jit_stack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.576s) 2022-05-18T04:26:09.0478548Z test_variant_consistency_jit_std_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.758s) 2022-05-18T04:26:09.9390606Z test_variant_consistency_jit_std_cuda_float32 (__main__.TestJitCUDA) ... ok (0.891s) 2022-05-18T04:26:09.9427369Z test_variant_consistency_jit_std_mean_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:26:09.9464659Z test_variant_consistency_jit_std_mean_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:26:09.9502799Z test_variant_consistency_jit_stft_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! stft does not match the native function (0.004s) 2022-05-18T04:26:09.9540712Z test_variant_consistency_jit_stft_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! stft does not match the native function (0.004s) 2022-05-18T04:26:12.6543836Z test_variant_consistency_jit_sub_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.700s) 2022-05-18T04:26:14.0732824Z test_variant_consistency_jit_sub_cuda_float32 (__main__.TestJitCUDA) ... ok (1.419s) 2022-05-18T04:26:18.3960736Z test_variant_consistency_jit_sum_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.323s) 2022-05-18T04:26:20.7028864Z test_variant_consistency_jit_sum_cuda_float32 (__main__.TestJitCUDA) ... ok (2.307s) 2022-05-18T04:26:21.3891026Z test_variant_consistency_jit_sum_to_size_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.686s) 2022-05-18T04:26:21.6564757Z test_variant_consistency_jit_sum_to_size_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.267s) 2022-05-18T04:26:21.6602721Z test_variant_consistency_jit_svd_cuda_complex64 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:26:52.0483872Z test_variant_consistency_jit_svd_cuda_float32 (__main__.TestJitCUDA) ... ok (30.388s) 2022-05-18T04:26:52.0786584Z test_variant_consistency_jit_svd_lowrank_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.030s) 2022-05-18T04:26:52.0965173Z test_variant_consistency_jit_symeig_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T04:26:52.0966708Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T04:26:52.0967185Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T04:26:52.0967474Z should be replaced with 2022-05-18T04:26:52.0967927Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T04:26:52.0973538Z and 2022-05-18T04:26:52.0974111Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T04:26:52.0975127Z should be replaced with 2022-05-18T04:26:52.0975807Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T04:26:52.0976550Z results = func(*inputs, **kwargs) 2022-05-18T04:26:55.2008606Z ok (3.122s) 2022-05-18T04:26:56.7054197Z test_variant_consistency_jit_symeig_cuda_float32 (__main__.TestJitCUDA) ... ok (1.504s) 2022-05-18T04:26:57.3364314Z test_variant_consistency_jit_t_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.631s) 2022-05-18T04:26:57.6793079Z test_variant_consistency_jit_t_cuda_float32 (__main__.TestJitCUDA) ... ok (0.343s) 2022-05-18T04:26:58.7849505Z test_variant_consistency_jit_take_along_dim_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.105s) 2022-05-18T04:26:59.3646770Z test_variant_consistency_jit_take_along_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.580s) 2022-05-18T04:27:01.3665814Z test_variant_consistency_jit_take_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.002s) 2022-05-18T04:27:02.3983879Z test_variant_consistency_jit_take_cuda_float32 (__main__.TestJitCUDA) ... ok (1.032s) 2022-05-18T04:27:02.6665086Z test_variant_consistency_jit_tan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.268s) 2022-05-18T04:27:02.8321270Z test_variant_consistency_jit_tan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.166s) 2022-05-18T04:27:04.0288441Z test_variant_consistency_jit_tanh_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.197s) 2022-05-18T04:27:04.1863641Z test_variant_consistency_jit_tanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.157s) 2022-05-18T04:27:06.9312058Z test_variant_consistency_jit_tensor_split_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.745s) 2022-05-18T04:27:08.3090194Z test_variant_consistency_jit_tensor_split_cuda_float32 (__main__.TestJitCUDA) ... ok (1.378s) 2022-05-18T04:27:08.7195455Z test_variant_consistency_jit_tensordot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.410s) 2022-05-18T04:27:08.9441764Z test_variant_consistency_jit_tensordot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.224s) 2022-05-18T04:27:14.7775547Z test_variant_consistency_jit_tile_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.833s) 2022-05-18T04:27:17.7211905Z test_variant_consistency_jit_tile_cuda_float32 (__main__.TestJitCUDA) ... ok (2.943s) 2022-05-18T04:27:17.7993203Z test_variant_consistency_jit_to_sparse_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.078s) 2022-05-18T04:27:17.9772819Z test_variant_consistency_jit_to_sparse_cuda_float32 (__main__.TestJitCUDA) ... ok (0.178s) 2022-05-18T04:27:19.6799206Z test_variant_consistency_jit_topk_cuda_float32 (__main__.TestJitCUDA) ... ok (1.702s) 2022-05-18T04:27:19.9354712Z test_variant_consistency_jit_trace_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.255s) 2022-05-18T04:27:20.0875731Z test_variant_consistency_jit_trace_cuda_float32 (__main__.TestJitCUDA) ... ok (0.152s) 2022-05-18T04:27:21.7855414Z test_variant_consistency_jit_transpose_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.698s) 2022-05-18T04:27:22.6934638Z test_variant_consistency_jit_transpose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.908s) 2022-05-18T04:27:23.8198892Z test_variant_consistency_jit_trapezoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.126s) 2022-05-18T04:27:24.4051627Z test_variant_consistency_jit_trapezoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.585s) 2022-05-18T04:27:25.5267392Z test_variant_consistency_jit_trapz_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.121s) 2022-05-18T04:27:26.1096928Z test_variant_consistency_jit_trapz_cuda_float32 (__main__.TestJitCUDA) ... ok (0.583s) 2022-05-18T04:27:26.1325162Z test_variant_consistency_jit_triangular_solve_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T04:27:26.1327116Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T04:27:26.1327582Z X = torch.triangular_solve(B, A).solution 2022-05-18T04:27:26.1327889Z should be replaced with 2022-05-18T04:27:26.1328656Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T04:27:26.1329124Z results = func(*inputs, **kwargs) 2022-05-18T04:27:29.1333952Z ok (3.024s) 2022-05-18T04:27:30.6256689Z test_variant_consistency_jit_triangular_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.492s) 2022-05-18T04:27:31.6797950Z test_variant_consistency_jit_tril_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.054s) 2022-05-18T04:27:32.2325037Z test_variant_consistency_jit_tril_cuda_float32 (__main__.TestJitCUDA) ... ok (0.553s) 2022-05-18T04:27:33.2332095Z test_variant_consistency_jit_triu_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.001s) 2022-05-18T04:27:33.7886605Z test_variant_consistency_jit_triu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.555s) 2022-05-18T04:27:36.0462794Z test_variant_consistency_jit_true_divide_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.257s) 2022-05-18T04:27:37.2310340Z test_variant_consistency_jit_true_divide_cuda_float32 (__main__.TestJitCUDA) ... ok (1.185s) 2022-05-18T04:27:37.3958284Z test_variant_consistency_jit_trunc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.165s) 2022-05-18T04:27:39.8356244Z test_variant_consistency_jit_unfold_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.440s) 2022-05-18T04:27:41.1105217Z test_variant_consistency_jit_unfold_cuda_float32 (__main__.TestJitCUDA) ... ok (1.275s) 2022-05-18T04:27:41.1843460Z test_variant_consistency_jit_unique_consecutive_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.074s) 2022-05-18T04:27:41.3065222Z test_variant_consistency_jit_unique_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.122s) 2022-05-18T04:27:43.4433384Z test_variant_consistency_jit_unsqueeze_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.137s) 2022-05-18T04:27:44.5407151Z test_variant_consistency_jit_unsqueeze_cuda_float32 (__main__.TestJitCUDA) ... ok (1.097s) 2022-05-18T04:27:46.2950924Z test_variant_consistency_jit_var_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.754s) 2022-05-18T04:27:47.2399657Z test_variant_consistency_jit_var_cuda_float32 (__main__.TestJitCUDA) ... ok (0.945s) 2022-05-18T04:27:47.2438456Z test_variant_consistency_jit_var_mean_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:27:47.2475121Z test_variant_consistency_jit_var_mean_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:27:47.7365026Z test_variant_consistency_jit_vdot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.489s) 2022-05-18T04:27:47.8983645Z test_variant_consistency_jit_vdot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.162s) 2022-05-18T04:27:48.0017538Z test_variant_consistency_jit_view_as_complex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.103s) 2022-05-18T04:27:48.3546150Z test_variant_consistency_jit_view_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.353s) 2022-05-18T04:27:48.5572173Z test_variant_consistency_jit_view_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.202s) 2022-05-18T04:27:48.6595698Z test_variant_consistency_jit_view_as_real_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.102s) 2022-05-18T04:27:49.4424247Z test_variant_consistency_jit_view_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.783s) 2022-05-18T04:27:49.8824544Z test_variant_consistency_jit_view_cuda_float32 (__main__.TestJitCUDA) ... ok (0.440s) 2022-05-18T04:27:50.4706850Z test_variant_consistency_jit_vsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.588s) 2022-05-18T04:27:50.8173995Z test_variant_consistency_jit_vsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.347s) 2022-05-18T04:27:51.0580123Z test_variant_consistency_jit_vstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.240s) 2022-05-18T04:27:51.1944370Z test_variant_consistency_jit_vstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.136s) 2022-05-18T04:27:51.1980908Z test_variant_consistency_jit_where_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:27:51.2018819Z test_variant_consistency_jit_where_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.004s) 2022-05-18T04:27:52.3723395Z test_variant_consistency_jit_xlogy_cuda_float32 (__main__.TestJitCUDA) ... ok (1.170s) 2022-05-18T04:27:52.3792512Z test_variant_consistency_jit_zero__cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-05-18T04:27:52.3852636Z test_variant_consistency_jit_zero__cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-05-18T04:27:52.7537616Z test_variant_consistency_jit_zeros_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.368s) 2022-05-18T04:27:52.9751422Z test_variant_consistency_jit_zeros_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.221s) 2022-05-18T04:27:52.9753431Z 2022-05-18T04:27:52.9753953Z ---------------------------------------------------------------------- 2022-05-18T04:27:52.9754341Z Ran 930 tests in 1082.913s 2022-05-18T04:27:52.9758030Z 2022-05-18T04:27:52.9758502Z OK (skipped=81, expected failures=149) 2022-05-18T04:27:52.9758826Z 2022-05-18T04:27:52.9758973Z Generating XML reports... 2022-05-18T04:27:53.0706945Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCUDA-20220518040950.xml 2022-05-18T04:27:56.2682808Z Running test_quantization ... [2022-05-18 04:27:56.267738] 2022-05-18T04:27:56.2683504Z Executing ['/opt/conda/bin/python', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:27:56.267852] 2022-05-18T04:27:59.4057608Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-05-18T04:27:59.4682299Z 2022-05-18T04:27:59.4682927Z Running tests... 2022-05-18T04:27:59.4683523Z ---------------------------------------------------------------------- 2022-05-18T04:27:59.4830411Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.015s) 2022-05-18T04:27:59.4838901Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4848708Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4860026Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4870323Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4878322Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4890075Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4900276Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4909968Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4918545Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4933842Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4945089Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4955303Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4964117Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4973118Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4982522Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4989706Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.4997996Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.5005856Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.5013337Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.5021012Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.5028457Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T04:27:59.5041839Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5052369Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5065630Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5075155Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5084667Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5094784Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5105264Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5116125Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5125358Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5136723Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5148527Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5158130Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5165497Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5172770Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5180284Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5187228Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5194511Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5201626Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5208748Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5216681Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5223869Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5231054Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5238452Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:27:59.5245680Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T04:28:00.2562642Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.731s) 2022-05-18T04:28:00.4201009Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.164s) 2022-05-18T04:28:01.1534553Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.733s) 2022-05-18T04:28:01.4819297Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.328s) 2022-05-18T04:28:01.4982293Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.016s) 2022-05-18T04:28:01.6343476Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.136s) 2022-05-18T04:28:01.6402571Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-05-18T04:28:01.6403393Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-05-18T04:28:01.6404297Z /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:100: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.RNNCell instead. 2022-05-18T04:28:01.6404866Z warnings.warn( 2022-05-18T04:28:01.6407100Z /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:213: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.LSTMCell instead. 2022-05-18T04:28:01.6407706Z warnings.warn( 2022-05-18T04:28:01.6960249Z /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:236: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.GRUCell instead. 2022-05-18T04:28:01.6960870Z warnings.warn( 2022-05-18T04:28:01.7461261Z /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:178: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.RNNCell instead. 2022-05-18T04:28:01.7461858Z warnings.warn( 2022-05-18T04:28:01.7997772Z ok (0.165s) 2022-05-18T04:28:01.8058639Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-05-18T04:28:01.8059402Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-05-18T04:28:01.8060960Z /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:264: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic instead. 2022-05-18T04:28:01.8061527Z warnings.warn( 2022-05-18T04:28:01.8062581Z /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:369: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.LSTM instead. 2022-05-18T04:28:01.8063148Z warnings.warn( 2022-05-18T04:28:01.8731508Z /opt/conda/lib/python3.9/site-packages/torch/jit/quantized.py:449: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.GRU instead. 2022-05-18T04:28:01.8732301Z warnings.warn( 2022-05-18T04:28:01.9097637Z ok (0.110s) 2022-05-18T04:28:01.9104821Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:28:01.9118342Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T04:28:01.9147309Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.004s) 2022-05-18T04:28:01.9160543Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T04:28:01.9242754Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.009s) 2022-05-18T04:28:01.9255780Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T04:28:01.9278895Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/observer.py:176: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-05-18T04:28:01.9279537Z warnings.warn( 2022-05-18T04:28:01.9316328Z ok (0.007s) 2022-05-18T04:28:01.9337741Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T04:28:01.9338431Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-05-18T04:28:01.9344407Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T04:28:01.9354697Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-05-18T04:28:01.9385536Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W TensorImpl.h:1393] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-05-18T04:28:02.3443742Z ok (0.408s) 2022-05-18T04:28:02.3463701Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/conv.py:56: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-05-18T04:28:02.3464425Z warnings.warn( 2022-05-18T04:28:03.0964789Z ok (0.752s) 2022-05-18T04:28:03.0980017Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/conv.py:120: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-05-18T04:28:03.0980860Z warnings.warn( 2022-05-18T04:28:03.8309381Z ok (0.734s) 2022-05-18T04:28:03.8328204Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/conv.py:184: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-05-18T04:28:03.8329630Z warnings.warn( 2022-05-18T04:28:04.1475082Z ok (0.316s) 2022-05-18T04:28:04.1492612Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/conv.py:253: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-05-18T04:28:04.1493413Z warnings.warn( 2022-05-18T04:28:04.7973533Z ok (0.650s) 2022-05-18T04:28:04.7989455Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/conv.py:313: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-05-18T04:28:04.7991410Z warnings.warn( 2022-05-18T04:28:05.4340533Z ok (0.637s) 2022-05-18T04:28:05.4358007Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/dynamic/modules/conv.py:373: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-05-18T04:28:05.4359590Z warnings.warn( 2022-05-18T04:28:05.6770431Z ok (0.243s) 2022-05-18T04:28:05.8330460Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.156s) 2022-05-18T04:28:17.8646736Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (12.031s) 2022-05-18T04:28:19.8801241Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (2.015s) 2022-05-18T04:28:19.9010652Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.021s) 2022-05-18T04:28:19.9202581Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.019s) 2022-05-18T04:28:19.9399454Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.020s) 2022-05-18T04:28:19.9601289Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.020s) 2022-05-18T04:28:19.9809035Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.021s) 2022-05-18T04:28:19.9849582Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-05-18T04:28:19.9918034Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:19.9926970Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:19.9998538Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0007677Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0015942Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0031694Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0144184Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0152062Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0161026Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0169129Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0208938Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0216689Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0224895Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0233358Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0240812Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0272771Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0288327Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0296107Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-05-18T04:28:20.0301069Z ok (0.045s) 2022-05-18T04:28:21.1633688Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.133s) 2022-05-18T04:28:21.1957603Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.032s) 2022-05-18T04:28:21.4692483Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.273s) 2022-05-18T04:28:24.4119547Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.942s) 2022-05-18T04:28:28.6709540Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (4.259s) 2022-05-18T04:28:28.6723607Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T04:28:28.6734709Z Sanity checks on _equalize.converged working ... ok (0.002s) 2022-05-18T04:28:28.6741146Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T04:28:28.6762237Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2022-05-18T04:28:28.6782927Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T04:28:28.6987252Z First checks to see if _equalize.equalize can handle multiple ... ok (0.022s) 2022-05-18T04:28:28.7013069Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T04:28:28.7409323Z Checks to see if eager mode equalization supports fused ... ok (0.042s) 2022-05-18T04:28:28.7436361Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T04:28:28.7756162Z Checks to see if eager mode equalization supports fused ... ok (0.035s) 2022-05-18T04:28:29.0706927Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.295s) 2022-05-18T04:28:29.0725821Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:29.1328128Z After applying the equalization functions check if the input ... ok (0.062s) 2022-05-18T04:28:29.1345571Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:29.1473411Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/fx/prepare.py:667: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-05-18T04:28:29.1475314Z warnings.warn( 2022-05-18T04:28:29.1485323Z /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/fx/prepare.py:667: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-05-18T04:28:29.1486556Z warnings.warn( 2022-05-18T04:28:29.1615289Z ok (0.029s) 2022-05-18T04:28:29.1631034Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:29.1913849Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: 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-05-18T04:28:29.1914781Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-05-18T04:28:29.1916016Z /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: 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-05-18T04:28:29.1916769Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-05-18T04:28:29.3868975Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:29.3870139Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:29.4467639Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:29.4468455Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:29.6837457Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:29.6838328Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:30.0658055Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:30.0658876Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:30.2275038Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:30.2275960Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:30.6588652Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:30.6589587Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:30.7891738Z ok (1.627s) 2022-05-18T04:28:30.7903845Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:30.8567342Z After applying the equalization functions, check if the equalization ... ok (0.068s) 2022-05-18T04:28:30.8623845Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:30.8752215Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T04:28:30.8753298Z warnings.warn( 2022-05-18T04:28:30.8755044Z /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/fx/_equalize.py:183: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-05-18T04:28:30.8756044Z warnings.warn( 2022-05-18T04:28:30.8757433Z /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/fx/_equalize.py:98: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-05-18T04:28:30.8758425Z warnings.warn( 2022-05-18T04:28:30.8763149Z /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T04:28:30.8763846Z warnings.warn( 2022-05-18T04:28:31.4214338Z ok (0.564s) 2022-05-18T04:28:31.4231983Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:31.6449322Z Tests that graphs created after prepare_fx is as expected ... ok (0.223s) 2022-05-18T04:28:31.6460365Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:31.9743806Z Tests that for small models, the results of quantized models that ... ok (0.329s) 2022-05-18T04:28:31.9756861Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:32.0433300Z After applying the equalization functions check if the weights and ... ok (0.069s) 2022-05-18T04:28:32.0455806Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T04:28:32.2828671Z Tests that we are able to run numeric suite on the equalized model ... ok (0.239s) 2022-05-18T04:28:32.3944910Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.111s) 2022-05-18T04:28:32.4593967Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.065s) 2022-05-18T04:28:32.5655603Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.106s) 2022-05-18T04:28:32.5666679Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-05-18T04:28:32.6382483Z Verify that graph matching works on methods ... ok (0.072s) 2022-05-18T04:28:32.7523383Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.114s) 2022-05-18T04:28:32.9924147Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.240s) 2022-05-18T04:28:32.9959406Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-05-18T04:28:33.0032869Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2022-05-18T04:28:33.1581031Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.155s) 2022-05-18T04:28:33.1836501Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:33.1837930Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:33.2734250Z ok (0.115s) 2022-05-18T04:28:33.4478872Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.174s) 2022-05-18T04:28:33.5262355Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.078s) 2022-05-18T04:28:33.6711108Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.145s) 2022-05-18T04:28:33.7965386Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.125s) 2022-05-18T04:28:33.7978382Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-05-18T04:28:33.9060260Z Verify that graph matching works on user defined functions ... ok (0.109s) 2022-05-18T04:28:38.4213272Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (4.515s) 2022-05-18T04:28:43.9438863Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (5.522s) 2022-05-18T04:28:44.4158759Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.472s) 2022-05-18T04:28:45.2082670Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.792s) 2022-05-18T04:28:45.2484885Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.040s) 2022-05-18T04:28:45.2826059Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:45.2827249Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:45.7226361Z ok (0.474s) 2022-05-18T04:28:45.7535948Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/fx/utils.py:376: 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-05-18T04:28:45.7536817Z module.register_buffer(attr_name, torch.tensor(value, device=device)) 2022-05-18T04:28:46.2587015Z ok (0.536s) 2022-05-18T04:28:46.2597518Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:28:46.3813509Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-05-18T04:28:46.3814159Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-05-18T04:28:46.4505555Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-05-18T04:28:46.5138258Z ok (0.255s) 2022-05-18T04:28:46.9458597Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.432s) 2022-05-18T04:28:47.5231647Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.577s) 2022-05-18T04:28:47.6273171Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.104s) 2022-05-18T04:28:47.7060517Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:47.7062318Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:47.7063987Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:47.7065570Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:47.7066927Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:47.7067661Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:47.7068515Z /opt/conda/lib/python3.9/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-05-18T04:28:47.7069230Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-05-18T04:28:48.7545896Z ok (1.127s) 2022-05-18T04:28:49.9892718Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.234s) 2022-05-18T04:28:50.0288524Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.040s) 2022-05-18T04:28:50.2845088Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.255s) 2022-05-18T04:28:50.4583197Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.174s) 2022-05-18T04:28:50.9892509Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.531s) 2022-05-18T04:28:51.5164664Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.527s) 2022-05-18T04:28:52.8974976Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.381s) 2022-05-18T04:28:54.2921642Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.395s) 2022-05-18T04:28:54.4280339Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.136s) 2022-05-18T04:28:54.7078635Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-05-18T04:28:54.7079687Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-05-18T04:28:54.7087643Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-05-18T04:28:54.7088553Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-05-18T04:28:54.7096061Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-05-18T04:28:54.7098102Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-05-18T04:28:54.7141444Z ok (0.286s) 2022-05-18T04:28:54.8387488Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.124s) 2022-05-18T04:28:55.0303954Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.191s) 2022-05-18T04:28:55.1445079Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.114s) 2022-05-18T04:28:55.5939617Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.449s) 2022-05-18T04:28:56.2257565Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.632s) 2022-05-18T04:28:56.8943482Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.668s) 2022-05-18T04:28:57.1299798Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.235s) 2022-05-18T04:28:57.5061048Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.376s) 2022-05-18T04:28:57.6882642Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.182s) 2022-05-18T04:28:57.6891048Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:28:57.7773481Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:28:57.8616350Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:28:58.0130211Z ok (0.325s) 2022-05-18T04:28:58.1863115Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.173s) 2022-05-18T04:28:58.6409109Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.454s) 2022-05-18T04:28:59.1289875Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.488s) 2022-05-18T04:28:59.1296850Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:28:59.4197444Z Verify that add_loggers works on methods ... ok (0.291s) 2022-05-18T04:28:59.7631686Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.343s) 2022-05-18T04:29:00.2561013Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.493s) 2022-05-18T04:29:00.4724117Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-05-18T04:29:00.4725056Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: _operator.mul, unsupported 2022-05-18T04:29:00.4725791Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-05-18T04:29:00.4726795Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-05-18T04:29:00.4727403Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-05-18T04:29:00.4728387Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: _operator.add, unsupported 2022-05-18T04:29:00.4729124Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:00.4730035Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:00.4730730Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:29:00.4731380Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-05-18T04:29:00.6418075Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-05-18T04:29:00.6418953Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-05-18T04:29:00.6419871Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-05-18T04:29:00.6420837Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:00.6421790Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:29:00.6422646Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-05-18T04:29:00.7710326Z ok (0.515s) 2022-05-18T04:29:00.7749454Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:29:00.7838862Z Tests that all the ops quantization cares about have input and output ... ok (0.013s) 2022-05-18T04:29:00.7847997Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:29:00.9369580Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-05-18T04:29:00.9370415Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-05-18T04:29:00.9371466Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-05-18T04:29:00.9372119Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-05-18T04:29:01.0141816Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-05-18T04:29:01.0142763Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-05-18T04:29:01.0851449Z ok (0.301s) 2022-05-18T04:29:01.1691955Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, kwargs-only node not handled yet 2022-05-18T04:29:01.1693170Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, kwargs-only node not handled yet 2022-05-18T04:29:01.2242962Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, kwargs-only node not handled yet 2022-05-18T04:29:01.2243867Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, kwargs-only node not handled yet 2022-05-18T04:29:01.2824880Z ok (0.197s) 2022-05-18T04:29:01.2834480Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:29:01.6296707Z Verifies that we can match pairs of ops which have the same aten ... ok (0.347s) 2022-05-18T04:29:01.8005366Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.171s) 2022-05-18T04:29:01.9215558Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.121s) 2022-05-18T04:29:01.9224111Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:29:02.0132614Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-05-18T04:29:02.0133490Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-05-18T04:29:02.1690000Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-05-18T04:29:02.2486478Z ok (0.327s) 2022-05-18T04:29:02.2519175Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:29:02.5346612Z Verify that NS APIs work on user defined functions ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T04:29:02.5354644Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T04:29:02.6231333Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-05-18T04:29:02.6232357Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-05-18T04:29:02.6251461Z ok (0.376s) 2022-05-18T04:29:02.6272386Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T04:29:02.9435356Z For user defined modules, ... ok (0.318s) 2022-05-18T04:29:03.1219382Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.178s) 2022-05-18T04:29:04.0974052Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.975s) 2022-05-18T04:29:04.6330401Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.535s) 2022-05-18T04:29:04.6520452Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/rnn.py:302: 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-05-18T04:29:04.6521374Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-05-18T04:29:04.6522332Z /opt/conda/lib/python3.9/site-packages/torch/nn/quantized/_reference/modules/rnn.py:305: 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-05-18T04:29:04.6523047Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-05-18T04:29:04.8250800Z ok (0.192s) 2022-05-18T04:29:05.8110538Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.986s) 2022-05-18T04:29:06.3665691Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.555s) 2022-05-18T04:29:06.6132296Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.246s) 2022-05-18T04:29:07.4832357Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.870s) 2022-05-18T04:29:08.0290323Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.546s) 2022-05-18T04:29:08.4671217Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.438s) 2022-05-18T04:29:10.8241314Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8242236Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8288320Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8289014Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8314193Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8314894Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8362547Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8363527Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8387917Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8388611Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8412576Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8413272Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8461094Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8461863Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8501151Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8502523Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8549479Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8550218Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8573993Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8575026Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:10.8608166Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-05-18T04:29:10.8609705Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-05-18T04:29:10.8612653Z skipping shadow loggers for node_b: torch.nn.modules.dropout.Dropout, start_node_a: torch.nn.modules.dropout.Dropout, unknown dtype cast 2022-05-18T04:29:10.8614031Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.dropout.Dropout, unknown dtype cast 2022-05-18T04:29:12.2409630Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2442963Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2461092Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2495328Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2513609Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2531513Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2566263Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2584883Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2619633Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2653042Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:12.2676948Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-05-18T04:29:12.2679729Z skipping shadow loggers for node_b: torch.nn.quantized.modules.dropout.Dropout, start_node_a: torch.nn.modules.dropout.Dropout, unknown dtype cast 2022-05-18T04:29:18.1806804Z ok (9.713s) 2022-05-18T04:29:19.5770459Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5771415Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5787197Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5788312Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5810908Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5812257Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5828299Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5829532Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5853271Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5855718Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5870496Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5871404Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5895290Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5896051Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5912027Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:19.5913817Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2839706Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2850366Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2869585Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2881943Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2899666Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2911460Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2929470Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2941970Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T04:29:20.2943909Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-05-18T04:29:20.2945206Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-05-18T04:29:22.6371303Z ok (4.456s) 2022-05-18T04:29:24.1971772Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.560s) 2022-05-18T04:29:24.4502794Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-05-18T04:29:24.4503787Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-05-18T04:29:24.4512930Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:29:24.6102703Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-05-18T04:29:24.6111845Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:29:25.2082299Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-05-18T04:29:25.2083126Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-05-18T04:29:25.2090533Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:29:25.4382773Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-05-18T04:29:25.4389126Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T04:29:25.7437152Z ok (1.546s) 2022-05-18T04:29:26.0583655Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.314s) 2022-05-18T04:29:26.0632670Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2022-05-18T04:29:26.0649231Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-05-18T04:29:26.0668655Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T04:29:26.3309313Z Tests the backward method. ... ok (0.266s) 2022-05-18T04:29:26.3511544Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.020s) 2022-05-18T04:29:26.3891405Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.038s) 2022-05-18T04:29:26.3895456Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T04:29:26.4823026Z Tests the backward method. ... skip: temporarily disable the test (0.093s) 2022-05-18T04:29:26.4974392Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-05-18T04:29:26.5292284Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.032s) 2022-05-18T04:29:26.5407907Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-05-18T04:29:27.3294049Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.788s) 2022-05-18T04:29:27.3363962Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-05-18T04:29:27.6046730Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.268s) 2022-05-18T04:29:27.6145931Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-05-18T04:29:27.6159274Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T04:29:27.7620328Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.147s) 2022-05-18T04:29:27.7786168Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-05-18T04:29:27.8056984Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.027s) 2022-05-18T04:29:27.8217433Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-05-18T04:29:27.8230094Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T04:29:27.9503842Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.129s) 2022-05-18T04:29:27.9669479Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-05-18T04:29:28.0014383Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.034s) 2022-05-18T04:29:28.0092848Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-05-18T04:29:28.1935883Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.184s) 2022-05-18T04:29:28.2044291Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-05-18T04:29:34.2550844Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (6.050s) 2022-05-18T04:30:09.0563315Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (34.801s) 2022-05-18T04:30:09.4961190Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.440s) 2022-05-18T04:30:10.4300878Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.934s) 2022-05-18T04:30:10.5916660Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.162s) 2022-05-18T04:30:11.0188018Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.427s) 2022-05-18T04:30:11.2818388Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.263s) 2022-05-18T04:30:11.4889901Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.207s) 2022-05-18T04:30:11.9607934Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.472s) 2022-05-18T04:30:12.1152468Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.154s) 2022-05-18T04:30:12.1177044Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-05-18T04:30:12.1396134Z Test case that checks whether forward pre hooks of the first module and ... ok (0.024s) 2022-05-18T04:30:12.2116313Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.072s) 2022-05-18T04:30:12.6537474Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.442s) 2022-05-18T04:30:12.7231801Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.069s) 2022-05-18T04:30:12.7306555Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-05-18T04:30:12.7341951Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-05-18T04:30:13.7509305Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.016s) 2022-05-18T04:30:13.9704254Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.219s) 2022-05-18T04:30:13.9726677Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-05-18T04:30:14.0058831Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.033s) 2022-05-18T04:30:14.0134407Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-05-18T04:30:14.0141882Z test_fuse_custom_config_dict_validity (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T04:30:14.0149098Z Verifies that if a user passes an invalid key or makes a typo when ... ok (0.001s) 2022-05-18T04:30:14.0255386Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-05-18T04:30:14.0311669Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2022-05-18T04:30:14.0399703Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-05-18T04:30:14.0424800Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T04:30:14.0488793Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.009s) 2022-05-18T04:30:14.0515196Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T04:30:14.0560043Z This test tests two keys in backend_config_dict: root_node_getter and ... ok (0.007s) 2022-05-18T04:30:14.0715895Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.015s) 2022-05-18T04:30:14.0728425Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T04:30:14.1215198Z TODO: add test for all fused modules ... ok (0.050s) 2022-05-18T04:30:14.1283707Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-05-18T04:30:14.1284641Z warnings.warn(msg, FutureWarning) 2022-05-18T04:30:14.1301958Z /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1243: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/ReduceAllOps.cpp:31.) 2022-05-18T04:30:14.1302638Z out = pt_op( 2022-05-18T04:30:14.1319880Z ok (0.010s) 2022-05-18T04:30:14.1424379Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.010s) 2022-05-18T04:30:14.1450284Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-05-18T04:30:14.1819747Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.039s) 2022-05-18T04:30:14.1847657Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-05-18T04:30:14.2137123Z Tests the case where we call the fused_obs_fake_quant op multiple times ... /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1130: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorCompare.cpp:554.) 2022-05-18T04:30:14.2137873Z out = pt_op( 2022-05-18T04:30:14.3344225Z ok (0.152s) 2022-05-18T04:30:14.3707117Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.036s) 2022-05-18T04:30:14.3916247Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.021s) 2022-05-18T04:30:14.4194970Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.028s) 2022-05-18T04:30:14.4735874Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.054s) 2022-05-18T04:30:14.5539635Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.080s) 2022-05-18T04:30:14.5551851Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-05-18T04:30:14.5644285Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-05-18T04:30:14.5909135Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.026s) 2022-05-18T04:30:14.6150417Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.024s) 2022-05-18T04:30:14.6247576Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T04:30:14.6248231Z warnings.warn( 2022-05-18T04:30:40.1233568Z ok (25.508s) 2022-05-18T04:30:47.0176746Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (6.894s) 2022-05-18T04:30:47.4335805Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.416s) 2022-05-18T04:30:48.2184583Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.785s) 2022-05-18T04:30:48.8523188Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.634s) 2022-05-18T04:30:48.9934944Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.141s) 2022-05-18T04:30:49.0224246Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.029s) 2022-05-18T04:30:49.1198218Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.097s) 2022-05-18T04:30:49.2821746Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.162s) 2022-05-18T04:30:49.4493628Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.167s) 2022-05-18T04:30:49.6317648Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.182s) 2022-05-18T04:30:49.6482106Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-05-18T04:30:50.2285311Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.580s) 2022-05-18T04:30:50.2615120Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.033s) 2022-05-18T04:30:50.4787288Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.217s) 2022-05-18T04:30:50.6591539Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.180s) 2022-05-18T04:30:50.6739739Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.015s) 2022-05-18T04:30:51.2508359Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.577s) 2022-05-18T04:30:51.2787988Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.028s) 2022-05-18T04:30:51.7834088Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.504s) 2022-05-18T04:30:51.8121637Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.029s) 2022-05-18T04:30:51.9461925Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.134s) 2022-05-18T04:30:51.9536991Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-05-18T04:30:52.5252638Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.571s) 2022-05-18T04:30:52.5368191Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.011s) 2022-05-18T04:30:52.6121643Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-05-18T04:30:52.6433934Z 2022-05-18T04:30:52.7118652Z 0%| | 0.00/13.6M [00:00 n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-05-18T04:42:08.1029638Z The unpacking of the solution, as in 2022-05-18T04:42:08.1029962Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-05-18T04:42:08.1030262Z should be replaced with 2022-05-18T04:42:08.1030706Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:4169.) 2022-05-18T04:42:08.1031256Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-05-18T04:42:08.1068936Z ok (0.016s) 2022-05-18T04:42:08.1100923Z test_ldl_factor_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77038 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T04:42:08.1131491Z test_ldl_factor_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77040 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T04:42:08.1754551Z test_ldl_factor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.062s) 2022-05-18T04:42:08.1914658Z test_ldl_factor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-05-18T04:42:08.1964063Z test_ldl_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: not available before CUDA 11.3.1 (0.005s) 2022-05-18T04:42:08.2013608Z test_ldl_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: not available before CUDA 11.3.1 (0.005s) 2022-05-18T04:42:08.2063159Z test_ldl_solve_cuda_float32 (__main__.TestLinalgCUDA) ... skip: not available before CUDA 11.3.1 (0.005s) 2022-05-18T04:42:08.2112164Z test_ldl_solve_cuda_float64 (__main__.TestLinalgCUDA) ... skip: not available before CUDA 11.3.1 (0.005s) 2022-05-18T04:42:08.2298863Z test_linalg_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-05-18T04:42:08.2446577Z test_linalg_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-05-18T04:42:08.2750548Z test_linalg_cross_errors_cuda (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-05-18T04:42:08.2778033Z test_linalg_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:42:08.2803494Z test_linalg_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:42:08.5851968Z test_linalg_lstsq_batch_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.305s) 2022-05-18T04:42:08.6954179Z test_linalg_lstsq_batch_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.110s) 2022-05-18T04:42:08.7820944Z test_linalg_lstsq_batch_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.087s) 2022-05-18T04:42:08.9154639Z test_linalg_lstsq_batch_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.133s) 2022-05-18T04:42:10.3038285Z test_linalg_lstsq_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.388s) 2022-05-18T04:42:10.7325845Z test_linalg_lstsq_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.429s) 2022-05-18T04:42:11.0613468Z test_linalg_lstsq_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.329s) 2022-05-18T04:42:11.6117645Z test_linalg_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.550s) 2022-05-18T04:42:11.6598360Z test_linalg_lstsq_input_checks_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-05-18T04:42:11.7070175Z test_linalg_lstsq_input_checks_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-05-18T04:42:11.7541788Z test_linalg_lstsq_input_checks_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-05-18T04:42:11.8010717Z test_linalg_lstsq_input_checks_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-05-18T04:42:13.5398793Z test_linalg_lu_factor_and_lu_and_lu_unpack_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.739s) 2022-05-18T04:42:14.5634435Z test_linalg_lu_factor_and_lu_and_lu_unpack_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.023s) 2022-05-18T04:42:15.3729678Z test_linalg_lu_factor_and_lu_and_lu_unpack_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.809s) 2022-05-18T04:42:16.2906547Z test_linalg_lu_factor_and_lu_and_lu_unpack_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.918s) 2022-05-18T04:42:16.2960782Z test_linalg_matrix_exp_analytic_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:42:16.3014382Z test_linalg_matrix_exp_analytic_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:42:16.3062729Z test_linalg_matrix_exp_analytic_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:42:16.3110961Z test_linalg_matrix_exp_analytic_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:42:16.3685277Z test_linalg_matrix_exp_batch_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-05-18T04:42:16.4239137Z test_linalg_matrix_exp_batch_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.055s) 2022-05-18T04:42:16.4395394Z test_linalg_matrix_exp_boundary_cases_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-05-18T04:42:16.4543294Z test_linalg_matrix_exp_boundary_cases_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-05-18T04:42:16.4692268Z test_linalg_matrix_exp_boundary_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-05-18T04:42:16.4840806Z test_linalg_matrix_exp_boundary_cases_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-05-18T04:42:16.6257518Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.142s) 2022-05-18T04:42:16.7666744Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.141s) 2022-05-18T04:42:16.9060968Z test_linalg_matrix_exp_compare_with_taylor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.139s) 2022-05-18T04:42:17.0350254Z test_linalg_matrix_exp_compare_with_taylor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.129s) 2022-05-18T04:42:17.0552567Z test_linalg_matrix_exp_utils_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-05-18T04:42:17.0725729Z test_linalg_matrix_exp_utils_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-05-18T04:42:17.0833190Z test_linalg_qr_autograd_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:42:17.6740269Z test_linalg_solve_triangular_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.590s) 2022-05-18T04:42:17.7145504Z test_linalg_solve_triangular_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-05-18T04:42:17.7446055Z test_linalg_solve_triangular_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-05-18T04:42:17.7736233Z test_linalg_solve_triangular_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-05-18T04:42:21.3334151Z test_linalg_solve_triangular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (3.560s) 2022-05-18T04:42:24.9728124Z test_linalg_solve_triangular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.639s) 2022-05-18T04:42:25.7198748Z test_linalg_solve_triangular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.747s) 2022-05-18T04:42:26.4375032Z test_linalg_solve_triangular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.717s) 2022-05-18T04:42:36.6273630Z test_linalg_solve_triangular_large_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (10.190s) 2022-05-18T04:42:42.0441914Z test_linalg_solve_triangular_large_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (5.417s) 2022-05-18T04:42:43.0899290Z test_linalg_solve_triangular_large_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.046s) 2022-05-18T04:42:44.3216409Z test_linalg_solve_triangular_large_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.232s) 2022-05-18T04:42:44.3335801Z test_linear_algebra_scalar_raises_cuda (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:42:47.8333547Z test_lobpcg_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (3.500s) 2022-05-18T04:43:06.6278212Z test_lobpcg_ortho_cuda_float64 (__main__.TestLinalgCUDA) ... ok (18.794s) 2022-05-18T04:43:06.6352206Z test_lobpcg_scipy_cuda_float64 (__main__.TestLinalgCUDA) 2022-05-18T04:43:06.6360885Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... skip: Only runs on cpu (0.008s) 2022-05-18T04:43:06.6378126Z test_lobpcg_torchscript_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:43:06.6536525Z test_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:7586: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-05-18T04:43:06.6538779Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-05-18T04:43:06.6539358Z To get the qr decomposition consider using torch.linalg.qr. 2022-05-18T04:43:06.6540297Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-05-18T04:43:06.6541006Z The unpacking of the solution, as in 2022-05-18T04:43:06.6541614Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-05-18T04:43:06.6544239Z should be replaced with 2022-05-18T04:43:06.6544845Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp:3288.) 2022-05-18T04:43:06.6545323Z res1 = torch.lstsq(b, a)[0] 2022-05-18T04:43:06.6946650Z ok (0.057s) 2022-05-18T04:43:06.7106952Z test_lu_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-05-18T04:43:06.7205526Z test_lu_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-05-18T04:43:06.7286754Z test_lu_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:43:06.7378478Z test_lu_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-05-18T04:43:06.7902186Z test_lu_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-05-18T04:43:06.8310090Z test_lu_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-05-18T04:43:06.8629981Z test_lu_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-05-18T04:43:06.8972435Z test_lu_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-05-18T04:43:06.8988710Z test_lu_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:43:06.9004342Z test_lu_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:43:06.9020198Z test_lu_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:43:06.9035191Z test_lu_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:43:06.9538238Z test_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-05-18T04:43:06.9859813Z test_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-05-18T04:43:07.0047175Z test_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-05-18T04:43:07.0270444Z test_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-05-18T04:43:07.0301952Z test_lu_solve_large_matrices_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:43:07.0332852Z test_lu_solve_large_matrices_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:43:07.0362392Z test_lu_solve_large_matrices_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:43:07.0391734Z test_lu_solve_large_matrices_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:43:07.0519125Z test_lu_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-05-18T04:43:07.0645263Z test_lu_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:43:07.0776367Z test_lu_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-05-18T04:43:07.0902338Z test_lu_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:43:07.0969405Z test_lu_unpack_check_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-05-18T04:43:07.9701562Z test_matmul_45724_cuda (__main__.TestLinalgCUDA) ... ok (0.873s) 2022-05-18T04:43:08.1349075Z test_matmul_small_brute_force_1d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2], which does not match the required output shape [2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.1350166Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.1389117Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3], which does not match the required output shape [3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.1389984Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.1530304Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2], which does not match the required output shape [1, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.1531196Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.1585959Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3], which does not match the required output shape [1, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.1586807Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.2131104Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2], which does not match the required output shape [4, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.2131956Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.2171042Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [6, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.2171890Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.2319745Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2], which does not match the required output shape [2, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.2320600Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.2375395Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [2, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.2376235Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.5252918Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1], which does not match the required output shape [1, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.5253951Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.5293026Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2], which does not match the required output shape [2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.5293988Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.5348329Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.5349284Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.6064163Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1], which does not match the required output shape [2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.6065052Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.6104587Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2], which does not match the required output shape [4, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.6105436Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.6144663Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [6, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.6145541Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.7459742Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1], which does not match the required output shape [2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.7460638Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.7499238Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2], which does not match the required output shape [4, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.7500135Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.7539224Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3], which does not match the required output shape [6, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.7540298Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.8263146Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1], which does not match the required output shape [4, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.8264024Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.8303395Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2], which does not match the required output shape [8, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.8304278Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.8343590Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [12, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:08.8344456Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:08.9027862Z ok (0.933s) 2022-05-18T04:43:09.6776989Z test_matmul_small_brute_force_1d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.775s) 2022-05-18T04:43:10.2736521Z test_matmul_small_brute_force_2d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.2737481Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.2775513Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 1], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.2776382Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.2882754Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2], which does not match the required output shape [2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.2883706Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.2924663Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 2], which does not match the required output shape [2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.2925525Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.3034693Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.3035560Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.3076657Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 3], which does not match the required output shape [3, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.3077504Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.3515882Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2], which does not match the required output shape [1, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.3516748Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.3636261Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 2], which does not match the required output shape [1, 2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.3637124Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.3735360Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.3736387Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.3796372Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.3797392Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.5741250Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1], which does not match the required output shape [2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.5742185Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.5780753Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 1], which does not match the required output shape [2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.5781624Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.5890373Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.5891238Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.5932360Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 2], which does not match the required output shape [4, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.5933226Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.6043977Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.6044838Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.6086041Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 3], which does not match the required output shape [6, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.6086932Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.6547813Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2], which does not match the required output shape [2, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.6548831Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.6669905Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 2], which does not match the required output shape [2, 2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.6670776Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.6768551Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3], which does not match the required output shape [2, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.6769416Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:10.6830377Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [2, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:10.6831245Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.7919869Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.7920765Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.7958044Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 1], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.7958918Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.7997959Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 1], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.7998833Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.8066885Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 2], which does not match the required output shape [2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.8067897Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.8106743Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 2], which does not match the required output shape [2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.8107608Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.8149122Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.8149973Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.8222777Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 3], which does not match the required output shape [3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.8223646Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.8262719Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 3], which does not match the required output shape [3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.8263570Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:11.8305109Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 3], which does not match the required output shape [3, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:11.8305960Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.0965241Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 1], which does not match the required output shape [2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.0966228Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1004577Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 1], which does not match the required output shape [2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1005447Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1044897Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 1], which does not match the required output shape [2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1045763Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1116083Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 2], which does not match the required output shape [4, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1116957Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1157081Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1157955Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1199598Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 2], which does not match the required output shape [4, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1200481Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1272551Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 3], which does not match the required output shape [6, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1273555Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1313488Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 3], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1314511Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.1356028Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 3], which does not match the required output shape [6, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.1356883Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6329319Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 1], which does not match the required output shape [2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6330217Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6369548Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 1], which does not match the required output shape [2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6370440Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6410070Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 1], which does not match the required output shape [2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6410953Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6481247Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 2], which does not match the required output shape [4, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6482118Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6522309Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6523193Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6564910Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 2], which does not match the required output shape [4, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6565923Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6637282Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 3], which does not match the required output shape [6, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6638158Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6678899Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 3], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6679774Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.6721262Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 3], which does not match the required output shape [6, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.6722125Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9431800Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 1], which does not match the required output shape [4, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9432717Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9472473Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 1], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9473334Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9513333Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 1], which does not match the required output shape [4, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9514234Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9584483Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 2], which does not match the required output shape [8, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9585352Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9625286Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 2], which does not match the required output shape [8, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9626153Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9668577Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 2], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9669456Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9740909Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 3], which does not match the required output shape [12, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9741802Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9782129Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 3], which does not match the required output shape [12, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9783007Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:12.9824504Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 3], which does not match the required output shape [12, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:12.9825364Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:13.2361070Z ok (3.558s) 2022-05-18T04:43:16.2174206Z test_matmul_small_brute_force_2d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (2.981s) 2022-05-18T04:43:16.6762121Z test_matmul_small_brute_force_3d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 1], which does not match the required output shape [3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.6763272Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.6830228Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.6831112Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.6907429Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 2], which does not match the required output shape [3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.6908289Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.6975465Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.6976353Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.7014536Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.7015424Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.9689398Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 1], which does not match the required output shape [6, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.9690292Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.9757896Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2], which does not match the required output shape [2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.9758798Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.9834994Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 2], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.9835994Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.9903424Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3], which does not match the required output shape [2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.9904299Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:16.9942392Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [4, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:16.9943253Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8649245Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 1, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8650150Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8689462Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 1], which does not match the required output shape [1, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8690319Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8729776Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 1], which does not match the required output shape [1, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8730646Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8800731Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8801687Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8840786Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 2], which does not match the required output shape [1, 2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8841679Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8881060Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8881924Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8951733Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 3], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8952577Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.8993372Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 3], which does not match the required output shape [1, 2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.8994234Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:18.9033948Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 3], which does not match the required output shape [1, 3, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:18.9034803Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.1650598Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 1], which does not match the required output shape [2, 1, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.1652039Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.1696008Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 1], which does not match the required output shape [2, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.1697118Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.1737148Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 1], which does not match the required output shape [2, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.1738031Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.1810188Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 2], which does not match the required output shape [2, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.1811066Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.1850508Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 2], which does not match the required output shape [2, 2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.1851379Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.1890808Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 2], which does not match the required output shape [2, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.1891659Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.1962789Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 3], which does not match the required output shape [2, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.1963663Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.2004277Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 3], which does not match the required output shape [2, 2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.2005167Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.2046154Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 3], which does not match the required output shape [2, 3, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.2047156Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6637544Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 1], which does not match the required output shape [2, 1, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6638429Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6678153Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 1], which does not match the required output shape [2, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6679026Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6718430Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 1], which does not match the required output shape [2, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6719303Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6789126Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 2], which does not match the required output shape [2, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6789984Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6829455Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 2], which does not match the required output shape [2, 2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6830330Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6869810Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 2], which does not match the required output shape [2, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6870755Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6940139Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 3], which does not match the required output shape [2, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6941005Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.6980342Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 3], which does not match the required output shape [2, 2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.6981206Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.7020632Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 3], which does not match the required output shape [2, 3, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.7021501Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.9655725Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 1], which does not match the required output shape [4, 1, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.9656622Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.9695859Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 1], which does not match the required output shape [4, 2, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.9696731Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.9736679Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 1], which does not match the required output shape [4, 3, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.9737688Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.9808031Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 2], which does not match the required output shape [4, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.9809032Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.9848600Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 2], which does not match the required output shape [4, 2, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.9849468Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.9888823Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 2], which does not match the required output shape [4, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.9889702Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:19.9959981Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 3], which does not match the required output shape [4, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:19.9960859Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:20.0000330Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 3], which does not match the required output shape [4, 2, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:20.0001203Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:20.0040867Z /var/lib/jenkins/workspace/test/test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 3], which does not match the required output shape [4, 3, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:43:20.0041765Z ans = torch.matmul(x, y, out=out) 2022-05-18T04:43:20.2593575Z ok (4.042s) 2022-05-18T04:43:23.6333367Z test_matmul_small_brute_force_3d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.374s) 2022-05-18T04:43:23.6502455Z test_matrix_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-05-18T04:43:23.6661850Z test_matrix_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-05-18T04:43:23.7033768Z test_matrix_power_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-05-18T04:43:23.7327113Z test_matrix_power_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-05-18T04:43:23.7483974Z test_matrix_power_non_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-05-18T04:43:23.7625619Z test_matrix_power_non_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-05-18T04:43:24.6590258Z test_matrix_rank_atol_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.896s) 2022-05-18T04:43:24.8752419Z test_matrix_rank_atol_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.216s) 2022-05-18T04:43:25.0235953Z test_matrix_rank_atol_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.148s) 2022-05-18T04:43:25.3057559Z test_matrix_rank_atol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.282s) 2022-05-18T04:43:25.3214359Z test_matrix_rank_atol_rtol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-05-18T04:43:25.3249616Z test_matrix_rank_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:43:25.3285218Z test_matrix_rank_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:43:25.3320815Z test_matrix_rank_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:43:25.3362449Z test_matrix_rank_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-05-18T04:43:25.5856566Z test_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.249s) 2022-05-18T04:43:25.6604541Z test_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.075s) 2022-05-18T04:43:25.7160937Z test_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-05-18T04:43:25.8143193Z test_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.098s) 2022-05-18T04:43:25.8415240Z test_matrix_rank_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-05-18T04:43:25.8685328Z test_matrix_rank_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-05-18T04:43:25.8951712Z test_matrix_rank_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-05-18T04:43:25.9231700Z test_matrix_rank_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-05-18T04:43:25.9316407Z test_matrix_rank_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:43:25.9400113Z test_matrix_rank_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:43:25.9483447Z test_matrix_rank_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:43:25.9567474Z test_matrix_rank_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:43:25.9638761Z test_mm_bmm_non_memory_dense_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-05-18T04:43:25.9684801Z test_mm_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:43:25.9730533Z test_mm_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:43:25.9782004Z test_mm_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T04:43:25.9827016Z test_mm_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:43:26.0003589Z test_multi_dot_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-05-18T04:43:26.0139901Z test_multi_dot_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-05-18T04:43:26.0525960Z test_multi_dot_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-05-18T04:43:26.1973692Z test_norm_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.145s) 2022-05-18T04:43:26.2448157Z test_norm_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-05-18T04:43:26.2585214Z test_norm_complex_old_cuda (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-05-18T04:43:28.4370638Z test_norm_dtype_cuda (__main__.TestLinalgCUDA) ... ok (2.178s) 2022-05-18T04:43:28.5802696Z test_norm_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.143s) 2022-05-18T04:43:28.7215828Z test_norm_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.141s) 2022-05-18T04:43:28.7265918Z test_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/linalg/linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-05-18T04:43:28.7266409Z ret **= (1 / ord) 2022-05-18T04:43:28.7303204Z /opt/conda/lib/python3.9/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-05-18T04:43:28.7303813Z absx **= ord 2022-05-18T04:43:28.7305886Z /opt/conda/lib/python3.9/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-05-18T04:43:28.7306310Z absx **= ord 2022-05-18T04:43:28.8288807Z ok (0.107s) 2022-05-18T04:43:28.8343386Z test_norm_fastpaths_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-05-18T04:43:29.0404435Z test_norm_fro_2_equivalence_old_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.206s) 2022-05-18T04:43:29.4272574Z test_norm_fused_type_promotion_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.387s) 2022-05-18T04:43:29.4370526Z test_norm_fused_type_promotion_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-05-18T04:43:29.9088311Z test_norm_matrix_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.471s) 2022-05-18T04:44:04.4500275Z test_norm_matrix_cuda_float64 (__main__.TestLinalgCUDA) ... ok (34.541s) 2022-05-18T04:44:05.0868713Z test_norm_matrix_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.637s) 2022-05-18T04:44:05.7158325Z test_norm_matrix_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.629s) 2022-05-18T04:44:06.3450608Z test_norm_matrix_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.629s) 2022-05-18T04:44:06.9733346Z test_norm_matrix_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.628s) 2022-05-18T04:44:07.5297679Z test_norm_old_cuda (__main__.TestLinalgCUDA) ... ok (0.556s) 2022-05-18T04:44:07.5443060Z test_norm_old_nan_propagation_cuda (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-05-18T04:44:07.7006394Z test_norm_vector_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.156s) 2022-05-18T04:44:08.6465864Z test_norm_vector_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.946s) 2022-05-18T04:44:09.0533196Z test_norm_vector_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.407s) 2022-05-18T04:44:09.4608721Z test_norm_vector_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.407s) 2022-05-18T04:44:09.8677338Z test_norm_vector_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.407s) 2022-05-18T04:44:10.2744200Z test_norm_vector_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.407s) 2022-05-18T04:44:10.4062687Z test_nuclear_norm_axes_small_brute_force_old_cuda (__main__.TestLinalgCUDA) ... ok (0.132s) 2022-05-18T04:44:10.4424584Z test_nuclear_norm_exceptions_old_cuda (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-05-18T04:44:10.4807039Z test_nuclear_norm_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-05-18T04:44:10.6440181Z test_nuclear_norm_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.163s) 2022-05-18T04:44:10.6634413Z test_old_cholesky_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-05-18T04:44:10.6821432Z test_old_cholesky_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-05-18T04:44:10.7004157Z test_old_cholesky_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-05-18T04:44:10.7182443Z test_old_cholesky_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-05-18T04:44:10.7203112Z test_old_cholesky_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:44:10.7242816Z test_old_cholesky_batched_upper_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-05-18T04:44:10.7276581Z test_old_cholesky_batched_upper_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:10.7309049Z test_old_cholesky_batched_upper_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:10.7341456Z test_old_cholesky_batched_upper_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:10.7387748Z test_old_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-05-18T04:44:10.7434600Z test_old_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-05-18T04:44:10.7478903Z test_old_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-05-18T04:44:10.7521819Z test_old_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-05-18T04:44:10.7554503Z test_old_cholesky_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:10.7580604Z test_old_cholesky_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:10.7605214Z test_old_cholesky_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:10.7629849Z test_old_cholesky_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:10.7744467Z test_old_eig_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:44:10.7852003Z test_old_eig_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:44:10.7956427Z test_old_eig_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-05-18T04:44:10.8054765Z test_old_eig_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-05-18T04:44:10.8298227Z test_old_eig_invalid_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:10.8529108Z test_old_eig_invalid_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-05-18T04:44:10.8778180Z test_old_eig_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-05-18T04:44:10.9024487Z test_old_eig_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:10.9137077Z test_old_eig_reuse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:44:10.9247762Z test_old_eig_reuse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:44:10.9288449Z test_old_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:3710: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:627.) 2022-05-18T04:44:10.9289321Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-05-18T04:44:11.1242417Z /var/lib/jenkins/workspace/test/test_linalg.py:3726: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:618.) 2022-05-18T04:44:11.1243288Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-05-18T04:44:11.1979688Z ok (0.273s) 2022-05-18T04:44:11.2470471Z test_old_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-05-18T04:44:11.2847196Z test_old_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-05-18T04:44:11.3745027Z test_old_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.090s) 2022-05-18T04:44:11.6059022Z test_ormqr_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.231s) 2022-05-18T04:44:11.8471073Z test_ormqr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.241s) 2022-05-18T04:44:12.0548890Z test_ormqr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.208s) 2022-05-18T04:44:12.2524610Z test_ormqr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.197s) 2022-05-18T04:44:12.2896836Z test_ormqr_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-05-18T04:44:12.3260535Z test_ormqr_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-05-18T04:44:12.3605357Z test_ormqr_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-05-18T04:44:12.3944543Z test_ormqr_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-05-18T04:44:12.3999795Z test_outer_cuda_bfloat16 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:130: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1049.) 2022-05-18T04:44:12.4000466Z torch.ger(a, b, out=out) 2022-05-18T04:44:12.4053852Z ok (0.011s) 2022-05-18T04:44:12.4138792Z test_outer_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:44:12.4253372Z test_outer_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:44:12.4371033Z test_outer_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:12.4477658Z test_outer_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:44:12.4582453Z test_outer_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-05-18T04:44:12.4690722Z test_outer_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-05-18T04:44:12.4775396Z test_outer_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:44:12.4863294Z test_outer_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-05-18T04:44:12.4948043Z test_outer_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-05-18T04:44:12.5034317Z test_outer_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-05-18T04:44:12.5120954Z test_outer_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-05-18T04:44:12.5403987Z test_outer_ger_addr_legacy_tests_cuda (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-05-18T04:44:12.5431501Z test_outer_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.5463240Z test_outer_type_promotion_cuda_bfloat16_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.5488445Z test_outer_type_promotion_cuda_bfloat16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5514238Z test_outer_type_promotion_cuda_bfloat16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5540286Z test_outer_type_promotion_cuda_bfloat16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5565716Z test_outer_type_promotion_cuda_bfloat16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5592282Z test_outer_type_promotion_cuda_bfloat16_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.5618122Z test_outer_type_promotion_cuda_bfloat16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5643760Z test_outer_type_promotion_cuda_bfloat16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5674889Z test_outer_type_promotion_cuda_bfloat16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.5701205Z test_outer_type_promotion_cuda_bfloat16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5726342Z test_outer_type_promotion_cuda_bfloat16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5752163Z test_outer_type_promotion_cuda_bool_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5777913Z test_outer_type_promotion_cuda_bool_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5803774Z test_outer_type_promotion_cuda_bool_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5829559Z test_outer_type_promotion_cuda_bool_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5855315Z test_outer_type_promotion_cuda_bool_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5886420Z test_outer_type_promotion_cuda_bool_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.5912091Z test_outer_type_promotion_cuda_bool_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5937815Z test_outer_type_promotion_cuda_bool_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5963318Z test_outer_type_promotion_cuda_bool_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.5989127Z test_outer_type_promotion_cuda_bool_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6014534Z test_outer_type_promotion_cuda_bool_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6040494Z test_outer_type_promotion_cuda_bool_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6066527Z test_outer_type_promotion_cuda_complex128_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6098177Z test_outer_type_promotion_cuda_complex128_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.6123656Z test_outer_type_promotion_cuda_complex128_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6149488Z test_outer_type_promotion_cuda_complex128_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6174950Z test_outer_type_promotion_cuda_complex128_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6200759Z test_outer_type_promotion_cuda_complex128_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6226595Z test_outer_type_promotion_cuda_complex128_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6252110Z test_outer_type_promotion_cuda_complex128_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6277978Z test_outer_type_promotion_cuda_complex128_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6309037Z test_outer_type_promotion_cuda_complex128_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.6334975Z test_outer_type_promotion_cuda_complex128_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6360821Z test_outer_type_promotion_cuda_complex128_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6386771Z test_outer_type_promotion_cuda_complex64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6412519Z test_outer_type_promotion_cuda_complex64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6438649Z test_outer_type_promotion_cuda_complex64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6464778Z test_outer_type_promotion_cuda_complex64_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.6490679Z test_outer_type_promotion_cuda_complex64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6521970Z test_outer_type_promotion_cuda_complex64_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.6547831Z test_outer_type_promotion_cuda_complex64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6573377Z test_outer_type_promotion_cuda_complex64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6599279Z test_outer_type_promotion_cuda_complex64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6625173Z test_outer_type_promotion_cuda_complex64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6650878Z test_outer_type_promotion_cuda_complex64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6676884Z test_outer_type_promotion_cuda_complex64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6703217Z test_outer_type_promotion_cuda_float16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6734247Z test_outer_type_promotion_cuda_float16_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.6759862Z test_outer_type_promotion_cuda_float16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6785739Z test_outer_type_promotion_cuda_float16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6811134Z test_outer_type_promotion_cuda_float16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6836804Z test_outer_type_promotion_cuda_float16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6862863Z test_outer_type_promotion_cuda_float16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6888347Z test_outer_type_promotion_cuda_float16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6914211Z test_outer_type_promotion_cuda_float16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6947288Z test_outer_type_promotion_cuda_float16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.6972846Z test_outer_type_promotion_cuda_float16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.6998626Z test_outer_type_promotion_cuda_float16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7024699Z test_outer_type_promotion_cuda_float32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7050309Z test_outer_type_promotion_cuda_float32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7076012Z test_outer_type_promotion_cuda_float32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7102009Z test_outer_type_promotion_cuda_float32_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7133122Z test_outer_type_promotion_cuda_float32_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.7159171Z test_outer_type_promotion_cuda_float32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7184871Z test_outer_type_promotion_cuda_float32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7210328Z test_outer_type_promotion_cuda_float32_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7236127Z test_outer_type_promotion_cuda_float32_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7262199Z test_outer_type_promotion_cuda_float32_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7287794Z test_outer_type_promotion_cuda_float32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7313682Z test_outer_type_promotion_cuda_float32_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7344756Z test_outer_type_promotion_cuda_float64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.7370304Z test_outer_type_promotion_cuda_float64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7396236Z test_outer_type_promotion_cuda_float64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7422162Z test_outer_type_promotion_cuda_float64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7447788Z test_outer_type_promotion_cuda_float64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7473620Z test_outer_type_promotion_cuda_float64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7499431Z test_outer_type_promotion_cuda_float64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7524849Z test_outer_type_promotion_cuda_float64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7555987Z test_outer_type_promotion_cuda_float64_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.7581708Z test_outer_type_promotion_cuda_float64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7607043Z test_outer_type_promotion_cuda_float64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7632996Z test_outer_type_promotion_cuda_float64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7658419Z test_outer_type_promotion_cuda_int16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7683846Z test_outer_type_promotion_cuda_int16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7709719Z test_outer_type_promotion_cuda_int16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7735308Z test_outer_type_promotion_cuda_int16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7766088Z test_outer_type_promotion_cuda_int16_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.7791708Z test_outer_type_promotion_cuda_int16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7817530Z test_outer_type_promotion_cuda_int16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7842998Z test_outer_type_promotion_cuda_int16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7868806Z test_outer_type_promotion_cuda_int16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7894300Z test_outer_type_promotion_cuda_int16_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7920030Z test_outer_type_promotion_cuda_int16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.7946156Z test_outer_type_promotion_cuda_int16_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.7976986Z test_outer_type_promotion_cuda_int32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.8002418Z test_outer_type_promotion_cuda_int32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8028178Z test_outer_type_promotion_cuda_int32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8053691Z test_outer_type_promotion_cuda_int32_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8079350Z test_outer_type_promotion_cuda_int32_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8105133Z test_outer_type_promotion_cuda_int32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8130619Z test_outer_type_promotion_cuda_int32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8156645Z test_outer_type_promotion_cuda_int32_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8187994Z test_outer_type_promotion_cuda_int32_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.8213378Z test_outer_type_promotion_cuda_int32_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8239540Z test_outer_type_promotion_cuda_int32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8265067Z test_outer_type_promotion_cuda_int32_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8290210Z test_outer_type_promotion_cuda_int64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8315981Z test_outer_type_promotion_cuda_int64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8342097Z test_outer_type_promotion_cuda_int64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8367606Z test_outer_type_promotion_cuda_int64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8398411Z test_outer_type_promotion_cuda_int64_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.8424315Z test_outer_type_promotion_cuda_int64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8449883Z test_outer_type_promotion_cuda_int64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8475598Z test_outer_type_promotion_cuda_int64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8501636Z test_outer_type_promotion_cuda_int64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8527128Z test_outer_type_promotion_cuda_int64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8552996Z test_outer_type_promotion_cuda_int64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8580071Z test_outer_type_promotion_cuda_int64_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.8610647Z test_outer_type_promotion_cuda_int8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.8636206Z test_outer_type_promotion_cuda_int8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8662140Z test_outer_type_promotion_cuda_int8_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8687427Z test_outer_type_promotion_cuda_int8_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8713377Z test_outer_type_promotion_cuda_int8_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8738882Z test_outer_type_promotion_cuda_int8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8764524Z test_outer_type_promotion_cuda_int8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8790295Z test_outer_type_promotion_cuda_int8_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8821295Z test_outer_type_promotion_cuda_int8_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.8846656Z test_outer_type_promotion_cuda_int8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8872478Z test_outer_type_promotion_cuda_int8_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8898204Z test_outer_type_promotion_cuda_int8_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8923575Z test_outer_type_promotion_cuda_uint8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8949303Z test_outer_type_promotion_cuda_uint8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.8974958Z test_outer_type_promotion_cuda_uint8_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9000663Z test_outer_type_promotion_cuda_uint8_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9031842Z test_outer_type_promotion_cuda_uint8_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:12.9057740Z test_outer_type_promotion_cuda_uint8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9083189Z test_outer_type_promotion_cuda_uint8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9108711Z test_outer_type_promotion_cuda_uint8_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9133914Z test_outer_type_promotion_cuda_uint8_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9159532Z test_outer_type_promotion_cuda_uint8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9185324Z test_outer_type_promotion_cuda_uint8_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:12.9210924Z test_outer_type_promotion_cuda_uint8_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:18.6852178Z test_pca_lowrank_cuda (__main__.TestLinalgCUDA) ... ok (5.764s) 2022-05-18T04:44:19.7592777Z test_pinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.074s) 2022-05-18T04:44:20.3281506Z test_pinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.569s) 2022-05-18T04:44:20.8130447Z test_pinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.485s) 2022-05-18T04:44:21.3888013Z test_pinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.576s) 2022-05-18T04:44:21.4326100Z test_pinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-05-18T04:44:21.4705857Z test_pinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-05-18T04:44:21.5086964Z test_pinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-05-18T04:44:21.5468085Z test_pinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-05-18T04:44:21.6770038Z test_pinverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.130s) 2022-05-18T04:44:21.7339454Z test_pinverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-05-18T04:44:21.7800844Z test_pinverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-05-18T04:44:21.8405973Z test_pinverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.060s) 2022-05-18T04:44:21.8422882Z test_preferred_linalg_library_cuda (__main__.TestLinalgCUDA) ... [W Context.cpp:199] Warning: torch.backends.cuda.preferred_linalg_library is an experimental feature. If you see any error or unexpected behavior when this flag is set please file an issue on GitHub. (function operator()) 2022-05-18T04:44:21.8445422Z ok (0.004s) 2022-05-18T04:44:21.8464282Z test_qr_batched_cuda_complex128 (__main__.TestLinalgCUDA) 2022-05-18T04:44:21.8510121Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-05-18T04:44:21.8528571Z test_qr_batched_cuda_complex64 (__main__.TestLinalgCUDA) 2022-05-18T04:44:21.8578802Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.007s) 2022-05-18T04:44:21.8597163Z test_qr_batched_cuda_float32 (__main__.TestLinalgCUDA) 2022-05-18T04:44:21.8639879Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-05-18T04:44:21.8658769Z test_qr_batched_cuda_float64 (__main__.TestLinalgCUDA) 2022-05-18T04:44:21.8700321Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-05-18T04:44:21.8743327Z test_qr_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:3839: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T04:44:21.8744158Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T04:44:21.8744512Z Q, R = torch.qr(A, some) 2022-05-18T04:44:21.8745593Z should be replaced with 2022-05-18T04:44:21.8746239Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2509.) 2022-05-18T04:44:21.8748748Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-05-18T04:44:21.9829593Z ok (0.113s) 2022-05-18T04:44:22.0849401Z test_qr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.102s) 2022-05-18T04:44:22.1801640Z test_qr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.095s) 2022-05-18T04:44:22.2721373Z test_qr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.092s) 2022-05-18T04:44:22.2846108Z test_qr_error_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:22.2860273Z test_qr_out_cuda_complex128 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3006334Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.016s) 2022-05-18T04:44:22.3020356Z test_qr_out_cuda_complex64 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3168041Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.016s) 2022-05-18T04:44:22.3181930Z test_qr_out_cuda_float32 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3319878Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.015s) 2022-05-18T04:44:22.3333536Z test_qr_out_cuda_float64 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3463346Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.014s) 2022-05-18T04:44:22.3477994Z test_qr_vs_numpy_cuda_complex128 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3580261Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.012s) 2022-05-18T04:44:22.3594864Z test_qr_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3698801Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.012s) 2022-05-18T04:44:22.3713464Z test_qr_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3812355Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-05-18T04:44:22.3827218Z test_qr_vs_numpy_cuda_float64 (__main__.TestLinalgCUDA) 2022-05-18T04:44:22.3923149Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-05-18T04:44:22.3996581Z test_renorm_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-05-18T04:44:22.4011928Z test_renorm_ps_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T04:44:23.3588490Z test_slogdet_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.957s) 2022-05-18T04:44:23.5905569Z test_slogdet_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.232s) 2022-05-18T04:44:23.7918461Z test_slogdet_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.201s) 2022-05-18T04:44:24.0109744Z test_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.219s) 2022-05-18T04:44:24.0484220Z test_slogdet_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-05-18T04:44:24.0854072Z test_slogdet_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-05-18T04:44:24.1230953Z test_slogdet_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-05-18T04:44:24.1601299Z test_slogdet_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-05-18T04:44:24.1810266Z test_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-05-18T04:44:24.1933343Z test_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:24.2039212Z test_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-05-18T04:44:24.2160157Z test_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:24.5619487Z test_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.346s) 2022-05-18T04:44:24.8058568Z test_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.244s) 2022-05-18T04:44:25.0290302Z test_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.223s) 2022-05-18T04:44:25.2799039Z test_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.251s) 2022-05-18T04:44:25.3573287Z test_solve_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-05-18T04:44:25.4344170Z test_solve_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-05-18T04:44:25.5113015Z test_solve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-05-18T04:44:25.5883191Z test_solve_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-05-18T04:44:25.6262881Z test_solve_methods_arg_device_cuda (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-05-18T04:44:25.6284018Z test_solve_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-05-18T04:44:25.6319963Z test_strided_mm_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:25.6348974Z test_strided_mm_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:27.1206398Z test_svd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.485s) 2022-05-18T04:44:28.4239382Z test_svd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.303s) 2022-05-18T04:44:29.6527618Z test_svd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.229s) 2022-05-18T04:44:30.8868705Z test_svd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.234s) 2022-05-18T04:44:38.6496757Z test_svd_lowrank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (7.763s) 2022-05-18T04:44:38.7639773Z test_svd_memory_allocation_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.114s) 2022-05-18T04:44:38.8081486Z test_svd_memory_allocation_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-05-18T04:44:38.8318862Z test_svd_memory_allocation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:39.2022403Z test_svd_memory_allocation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.370s) 2022-05-18T04:44:39.2915373Z test_svd_nan_error_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:2678: UserWarning: During the SVD execution, batches 0 failed to converge. A more accurate method will be used to calculate the SVD as a fallback. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp:836.) 2022-05-18T04:44:39.2916167Z svd(a) 2022-05-18T04:44:39.9148774Z ok (0.713s) 2022-05-18T04:44:40.0810366Z test_svd_nan_error_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.166s) 2022-05-18T04:44:40.1879021Z test_svd_nan_error_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.107s) 2022-05-18T04:44:40.4054047Z test_svd_nan_error_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.217s) 2022-05-18T04:44:40.4120217Z test_symeig_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:7326: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T04:44:40.4121600Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T04:44:40.4122421Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T04:44:40.4122898Z should be replaced with 2022-05-18T04:44:40.4123771Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T04:44:40.4124353Z and 2022-05-18T04:44:40.4124847Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T04:44:40.4125396Z should be replaced with 2022-05-18T04:44:40.4126297Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3059.) 2022-05-18T04:44:40.4127440Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T04:44:40.4272628Z /var/lib/jenkins/workspace/test/test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:44:40.4273596Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T04:44:40.4856242Z /var/lib/jenkins/workspace/test/test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:44:40.4857211Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T04:44:40.6988789Z /var/lib/jenkins/workspace/test/test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:44:40.6989746Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T04:44:41.7128414Z /var/lib/jenkins/workspace/test/test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:44:41.7129435Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T04:44:42.7377242Z ok (2.332s) 2022-05-18T04:44:45.0743152Z test_symeig_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (2.336s) 2022-05-18T04:44:47.4080615Z test_symeig_cuda_float32 (__main__.TestLinalgCUDA) ... ok (2.334s) 2022-05-18T04:44:49.7315801Z test_symeig_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.323s) 2022-05-18T04:44:49.7601235Z test_symeig_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-05-18T04:44:49.7885024Z test_symeig_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-05-18T04:44:49.8168709Z test_symeig_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-05-18T04:44:49.8452216Z test_symeig_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-05-18T04:44:49.8512731Z test_tensordot_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-05-18T04:44:49.8748525Z test_tensorinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-05-18T04:44:49.8973072Z test_tensorinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-05-18T04:44:49.9180612Z test_tensorinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-05-18T04:44:49.9384317Z test_tensorinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-05-18T04:44:49.9410967Z test_tensorinv_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:49.9438106Z test_tensorinv_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:49.9465475Z test_tensorinv_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:49.9492391Z test_tensorinv_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:49.9743848Z test_tensorinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-05-18T04:44:49.9984688Z test_tensorinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:50.0225344Z test_tensorinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:50.0467542Z test_tensorinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:50.0589634Z test_tensorinv_singular_input_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:50.0708439Z test_tensorinv_singular_input_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:50.0829189Z test_tensorinv_singular_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:50.0948914Z test_tensorinv_singular_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:50.1106949Z test_tensorsolve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-05-18T04:44:50.1258705Z test_tensorsolve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-05-18T04:44:50.1402028Z test_tensorsolve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-05-18T04:44:50.1541752Z test_tensorsolve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-05-18T04:44:50.1569010Z test_tensorsolve_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:50.1595873Z test_tensorsolve_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:50.1623063Z test_tensorsolve_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:50.1649679Z test_tensorsolve_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-05-18T04:44:50.1767129Z test_tensorsolve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-05-18T04:44:50.1809061Z test_triangular_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4539: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T04:44:50.1810096Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T04:44:50.1810513Z X = torch.triangular_solve(B, A).solution 2022-05-18T04:44:50.1810810Z should be replaced with 2022-05-18T04:44:50.1811282Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T04:44:50.1811859Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-05-18T04:44:50.2226252Z ok (0.046s) 2022-05-18T04:44:50.2693669Z test_triangular_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-05-18T04:44:50.3125345Z test_triangular_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-05-18T04:44:50.3552168Z test_triangular_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-05-18T04:44:50.3853655Z test_triangular_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-05-18T04:44:50.4161472Z test_triangular_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-05-18T04:44:50.4459602Z test_triangular_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-05-18T04:44:50.4743477Z test_triangular_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-05-18T04:44:50.4766428Z test_triangular_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:44:50.4791357Z test_triangular_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:44:50.4813864Z test_triangular_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:44:50.4836842Z test_triangular_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:44:50.5082100Z test_triangular_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:50.5331974Z test_triangular_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-05-18T04:44:50.5569646Z test_triangular_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-05-18T04:44:50.5802275Z test_triangular_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-05-18T04:44:50.6109198Z test_triangular_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-05-18T04:44:50.6404110Z test_triangular_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-05-18T04:44:50.6695734Z test_triangular_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-05-18T04:44:50.6987356Z test_triangular_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-05-18T04:44:50.7398850Z test_vdot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-05-18T04:44:50.7466688Z test_vdot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-05-18T04:44:50.7525225Z test_vdot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-05-18T04:45:00.2802264Z test_vector_norm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (9.527s) 2022-05-18T04:45:04.4083198Z test_vector_norm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (4.128s) 2022-05-18T04:45:08.5718014Z test_vector_norm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (4.163s) 2022-05-18T04:45:18.1407977Z test_vector_norm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (9.569s) 2022-05-18T04:45:27.6837158Z test_vector_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (9.543s) 2022-05-18T04:45:37.2026859Z test_vector_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (9.519s) 2022-05-18T04:45:37.2446064Z test_vector_norm_dim_tuple_arg_cuda (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-05-18T04:45:37.2478848Z test_vector_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/linalg/linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-05-18T04:45:37.2480663Z ret **= (1 / ord) 2022-05-18T04:45:37.2515556Z /opt/conda/lib/python3.9/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-05-18T04:45:37.2516210Z absx **= ord 2022-05-18T04:45:37.2518330Z /opt/conda/lib/python3.9/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-05-18T04:45:37.2518745Z absx **= ord 2022-05-18T04:45:37.2906358Z ok (0.046s) 2022-05-18T04:45:37.4504858Z test_vector_norm_out_dtype_error_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.160s) 2022-05-18T04:45:37.6283514Z test_vector_norm_out_dtype_error_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.178s) 2022-05-18T04:45:37.8055464Z test_vector_norm_out_dtype_error_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.177s) 2022-05-18T04:45:37.9654758Z test_vector_norm_out_dtype_error_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.160s) 2022-05-18T04:45:38.1252066Z test_vector_norm_out_dtype_error_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.160s) 2022-05-18T04:45:38.2850656Z test_vector_norm_out_dtype_error_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.160s) 2022-05-18T04:45:38.2850987Z 2022-05-18T04:45:38.2851396Z ---------------------------------------------------------------------- 2022-05-18T04:45:38.2851726Z Ran 738 tests in 323.066s 2022-05-18T04:45:38.2857205Z 2022-05-18T04:45:38.2857655Z OK (skipped=37) 2022-05-18T04:45:38.2857826Z 2022-05-18T04:45:38.2858478Z Generating XML reports... 2022-05-18T04:45:38.3611438Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20220518044015.xml 2022-05-18T04:45:38.7811705Z Running test_nn ... [2022-05-18 04:45:38.780620] 2022-05-18T04:45:38.7812361Z Executing ['/opt/conda/bin/python', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:45:38.780732] 2022-05-18T04:45:42.0901392Z Test results will be stored in test-reports/python-unittest/test_nn 2022-05-18T04:45:42.3125662Z 2022-05-18T04:45:42.3126437Z Running tests... 2022-05-18T04:45:42.3127047Z ---------------------------------------------------------------------- 2022-05-18T04:45:42.3143398Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-05-18T04:45:42.3165087Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-05-18T04:45:42.3280205Z test_to (__main__.PackedSequenceTest) ... ok (0.011s) 2022-05-18T04:45:42.3295605Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-05-18T04:45:42.3349973Z test_total_length (__main__.PackedSequenceTest) ... ok (0.005s) 2022-05-18T04:45:42.3362197Z test_type_casts (__main__.PackedSequenceTest) 2022-05-18T04:45:42.3718344Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.037s) 2022-05-18T04:45:42.3775474Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.006s) 2022-05-18T04:45:42.3790927Z test_add_relu (__main__.TestAddRelu) ... ok (0.001s) 2022-05-18T04:45:42.3803598Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-05-18T04:45:42.3828895Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-05-18T04:45:42.3846475Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-05-18T04:45:42.3901459Z test_avg_pool2d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.005s) 2022-05-18T04:45:42.3919575Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-05-18T04:45:42.3973897Z test_avg_pool3d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.005s) 2022-05-18T04:45:42.4089854Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.011s) 2022-05-18T04:45:42.4173356Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.008s) 2022-05-18T04:45:42.4928482Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.075s) 2022-05-18T04:45:42.7237880Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.231s) 2022-05-18T04:45:42.7252595Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-05-18T04:45:42.7264578Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-05-18T04:45:42.7271127Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-05-18T04:45:43.1683615Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.441s) 2022-05-18T04:45:43.1706973Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.1720426Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.1731705Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-05-18T04:45:43.1732602Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T04:45:43.1844010Z ok (0.012s) 2022-05-18T04:45:43.1960876Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.012s) 2022-05-18T04:45:43.1995760Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T04:45:43.2060769Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.2120677Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.2155966Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T04:45:43.2240957Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.008s) 2022-05-18T04:45:43.2302094Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.2334745Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T04:45:43.2371843Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T04:45:43.2397983Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.2418000Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.2447239Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T04:45:43.2476024Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T04:45:43.2496449Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.2793632Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.029s) 2022-05-18T04:45:43.2918685Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.012s) 2022-05-18T04:45:43.2942110Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.2999184Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.3020333Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.3187194Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.016s) 2022-05-18T04:45:43.3261725Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T04:45:43.3281985Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.5301484Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.202s) 2022-05-18T04:45:43.6006293Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.070s) 2022-05-18T04:45:43.6029447Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.6137002Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.011s) 2022-05-18T04:45:43.6146915Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-05-18T04:45:43.6152122Z This test is to test whether lazymodule can register other forward hook ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-05-18T04:45:43.6152936Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T04:45:43.6156527Z ok (0.002s) 2022-05-18T04:45:43.6226344Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T04:45:43.6289799Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.6353444Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.6422899Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T04:45:43.6485565Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.6546582Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.6628872Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.008s) 2022-05-18T04:45:43.6696685Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T04:45:43.6757271Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.6785220Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T04:45:43.6812377Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T04:45:43.6825115Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.6836257Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.6862789Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T04:45:43.6873250Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-05-18T04:45:43.6879073Z This test is to test whether lazymodule can register other pre-forward hook ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-05-18T04:45:43.6880682Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T04:45:43.6882745Z ok (0.002s) 2022-05-18T04:45:43.6895504Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.6906193Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.6924365Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.6945577Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.6962603Z test_materialize_device (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T04:45:43.6976760Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.7042742Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T04:45:43.7055139Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.7065507Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T04:45:43.7095296Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:1053: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T04:45:43.7096381Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-05-18T04:45:43.7099173Z ok (0.003s) 2022-05-18T04:45:43.7119967Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-05-18T04:45:43.7134059Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-05-18T04:45:43.7144479Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-05-18T04:45:43.7158182Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-05-18T04:45:43.7167643Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-05-18T04:45:43.7191748Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-05-18T04:45:43.7215389Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-05-18T04:45:43.7358257Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.014s) 2022-05-18T04:45:43.7575700Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:43.8394834Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... ok (0.082s) 2022-05-18T04:45:43.8541378Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:43.8694946Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:43.8829726Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:43.8971940Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:43.9102783Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:43.9250765Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:43.9376885Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:43.9503188Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:43.9640484Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:43.9777083Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:43.9906810Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:44.0067557Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.0198841Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:44.0354873Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.0475717Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:44.0623600Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.0772589Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.0945792Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:44.1092272Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:44.1257451Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.1407486Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.1568792Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.1722629Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.1904415Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:44.4485984Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.258s) 2022-05-18T04:45:44.4982850Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... ok (0.050s) 2022-05-18T04:45:44.5138355Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.5297256Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.5448636Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.5613852Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:44.5763856Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.5915374Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.6059509Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:44.6215800Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.6350834Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:44.6505781Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.6634915Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:44.6788825Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.6927628Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:44.7083175Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.7234300Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.7392114Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.7548080Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.7718138Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:44.7875360Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.8044250Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:44.8200434Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.8369718Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:44.8513128Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:44.8678852Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.8708570Z test_AlphaDropout (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:44.8857364Z test_AvgPool1d (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.9029691Z test_AvgPool1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:44.9185901Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.9345978Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.9494173Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.9650188Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:44.9796911Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:44.9951057Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.0091243Z test_AvgPool2d (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.0251933Z test_AvgPool2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.0392791Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.0549543Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.0690211Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.0852440Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.0992870Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.1162242Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:45.1180036Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:45.1196243Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.1212564Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:45.1229819Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.1245908Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:45:45.1262978Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.1409061Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.1556201Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.1681337Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:45.1830738Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.1962773Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.2115046Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.2243668Z test_AvgPool3d (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.2395725Z test_AvgPool3d_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.2525483Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.2677811Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.2814956Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.2962401Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.3116133Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.3139097Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:45.3151192Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:45.3297016Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.3432283Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.3604755Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:45.3760085Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.3915463Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.3946370Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.3961926Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.4118864Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.4285681Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:45.4310628Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:45.4326489Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.4477493Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.4634107Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.4665044Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.4679975Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.4696470Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:45.4712749Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.4729486Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:45.4746411Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.4763587Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:45.4780809Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:45.4912442Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.5069227Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.5201663Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.5349637Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.5499137Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.5637101Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.5766532Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.5929635Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.6065022Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.6215837Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.6354820Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.6508805Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.6642510Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.6798956Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:45.6878975Z test_BCELoss (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:45.6909375Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.6943105Z test_BCELoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.6971292Z test_BCELoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7000407Z test_BCELoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7063723Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:45.7091338Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7119288Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7147657Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7210665Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:45.7238718Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7270354Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7297464Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7359782Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:45.7386802Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7414176Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7442382Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.7576662Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.7730188Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.7826765Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:45:45.7894792Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:45.7976639Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:45.8006373Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8039698Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8067708Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8096599Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8176675Z test_BCELoss_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:45.8207694Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8238019Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8267592Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8298238Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.8439537Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.8588275Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:45.8675207Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:45:45.8754305Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:45.8839622Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:45.8880799Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:45.8919050Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:45.8957096Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:45.8969009Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-05-18T04:45:45.8970142Z warnings.warn(warning.format(ret)) 2022-05-18T04:45:45.9059935Z /opt/conda/lib/python3.9/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-05-18T04:45:45.9060437Z warnings.warn(warning.format(ret)) 2022-05-18T04:45:45.9078832Z ok (0.012s) 2022-05-18T04:45:45.9218499Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:45.9281764Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:45.9312026Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9341759Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9371565Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9439830Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:45.9468997Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9498756Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9528235Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9591748Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:45.9620762Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9649931Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9679820Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:45.9797402Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:45.9929128Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:45.9982381Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:46.0038062Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:46.0098540Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:46.0127997Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:46.0158710Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:46.0189455Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:46.0275413Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:46.0317056Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:46.0355908Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:46.0394797Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:46.6068689Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.567s) 2022-05-18T04:45:46.6310386Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:46.6613993Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:46.6843103Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:46.7027536Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:46.7194918Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:46.7360466Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:46.7519989Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:46.7840824Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:46.8072424Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:46.8369572Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:46.8595824Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:46.8920107Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:46.9157958Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:46.9457844Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:46.9685827Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:46.9868633Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:47.0041238Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:47.0195824Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:47.0359811Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:47.0652388Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:47.0881354Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:47.1199111Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:47.1429350Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:47.1574716Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:47.1687826Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:47.1809898Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:47.1918437Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:47.2244037Z test_BatchNorm2d (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:47.2589324Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.034s) 2022-05-18T04:45:47.2833322Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:47.3143411Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:47.3366764Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:47.3600718Z test_BatchNorm2d_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:47.3909514Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:47.4131580Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:47.4471115Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.034s) 2022-05-18T04:45:47.4706430Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:47.5017740Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:47.5241231Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:47.5435644Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:45:47.5612406Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:47.5770424Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:47.5941514Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:47.6250555Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:47.6483362Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:47.6785053Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:47.7023536Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:47.7147275Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:47.7254284Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:47.7371965Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:47.7489317Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:47.7847996Z test_BatchNorm3d (__main__.TestNN) ... ok (0.036s) 2022-05-18T04:45:47.8199704Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.035s) 2022-05-18T04:45:47.8444033Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:47.8757635Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:47.8988879Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:47.9226254Z test_BatchNorm3d_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:47.9540768Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:47.9772809Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:48.0123788Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.035s) 2022-05-18T04:45:48.0366945Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:48.0686588Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:48.0911195Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:48.1109413Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:45:48.1285289Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:48.1457619Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:48.1622391Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:48.1955022Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:48.2190707Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:48.2529448Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.034s) 2022-05-18T04:45:48.2777096Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:48.2908631Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:48.3031074Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:48.3149916Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:48.3256361Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:48.3403624Z test_CELU (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:48.3537064Z test_CELU_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:48.3624464Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:45:48.3755209Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:48.3851252Z test_CELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:45:48.3917163Z test_CELU_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:48.4104854Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:45:48.4176886Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:48.4224457Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:48.4395779Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:48.4460911Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:48.4502730Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.4679011Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:48.4751264Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:48.4796183Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.4962526Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:48.5029113Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:48.5066644Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.5227945Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:48.5291890Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:48.5332990Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.5495642Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:48.5558048Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:48.5602255Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.5713212Z test_CTCLoss_critical_target_len (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:48.5780087Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:48.5863081Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:48.6035322Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:48.6101254Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:48.6142964Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.6305042Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:48.6365614Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:48.6403482Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.6566218Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:48.6630154Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:48.6674806Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:48.6843057Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:48.6902870Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:48.6940658Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:50.8791084Z test_CTCLoss_long_targets (__main__.TestNN) ... ok (2.185s) 2022-05-18T04:45:50.8868611Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:50.8929339Z test_CTCLoss_zero_infinity (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:50.9056198Z test_ConstantPad1d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:50.9182078Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:50.9318767Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:50.9526321Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:45:50.9709288Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:50.9854289Z test_ConstantPad1d_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:50.9994318Z test_ConstantPad2d (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:51.0219964Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:51.0374513Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:51.0523039Z test_ConstantPad2d_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:51.0669013Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:51.0822609Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:51.0975555Z test_ConstantPad3d (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:51.1250466Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.027s) 2022-05-18T04:45:51.1412710Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:51.1561552Z test_ConstantPad3d_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:51.1703587Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:51.1845376Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:51.2168830Z test_Conv1d (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:51.2568672Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-05-18T04:45:51.2868010Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:51.3103368Z test_Conv1d_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:51.3419285Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:51.3661246Z test_Conv1d_dilated_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:51.4230535Z test_Conv1d_groups (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:45:51.4492462Z test_Conv1d_groups_cuda (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:45:51.4522010Z test_Conv1d_module_same_padding (__main__.TestNN) ... /var/lib/jenkins/workspace/test/test_nn.py:988: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:883.) 2022-05-18T04:45:51.4523611Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-05-18T04:45:51.4542338Z ok (0.005s) 2022-05-18T04:45:51.4847935Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:51.5095871Z test_Conv1d_pad1_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:51.5388266Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:51.5632954Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:51.5954238Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:51.6204641Z test_Conv1d_pad2_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:51.6510461Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:51.6751581Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:51.7066874Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:51.7400473Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:51.7656758Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:45:51.7902770Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:51.8229582Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:51.8472899Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:51.8766676Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:51.9011622Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:51.9339681Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:51.9586124Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:51.9914993Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:52.0167998Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:52.0484028Z test_Conv1d_stride (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:52.0730292Z test_Conv1d_stride_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:52.0974117Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:52.1152095Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:52.1462444Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:52.1706652Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:52.2023849Z test_Conv2d (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:52.2099105Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:52.2382496Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.028s) 2022-05-18T04:45:52.2463158Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:52.2931036Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.046s) 2022-05-18T04:45:52.3265109Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:52.3497473Z test_Conv2d_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:52.3865189Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.036s) 2022-05-18T04:45:52.4105958Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:52.4457392Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.035s) 2022-05-18T04:45:52.4708113Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:52.5087256Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.038s) 2022-05-18T04:45:52.5335959Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:52.5706996Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.037s) 2022-05-18T04:45:52.5949746Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:52.6335309Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.038s) 2022-05-18T04:45:52.6591007Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:45:52.6908434Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:52.7143679Z test_Conv2d_dilated_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:52.7165889Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:52.7182637Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:52.7531235Z test_Conv2d_groups (__main__.TestNN) ... ok (0.035s) 2022-05-18T04:45:52.7783905Z test_Conv2d_groups_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:52.7949957Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:52.8141446Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:45:52.8489233Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.035s) 2022-05-18T04:45:52.8746075Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:45:52.8770883Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:52.8787578Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:52.8810311Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:52.8827232Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:52.8911669Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:52.9078170Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:52.9320515Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:52.9331223Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:45:52.9395907Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:52.9643216Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:52.9849941Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:45:52.9871224Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:52.9887106Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:53.0220027Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:53.0472130Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:53.0799074Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:53.1042738Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:53.1352885Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:53.1588722Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:53.1907029Z test_Conv2d_padding (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:53.2145661Z test_Conv2d_padding_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:53.2168746Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:53.2185366Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:53.2513485Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:53.2774894Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:45:53.3106232Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:53.3348547Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:53.3638962Z test_Conv2d_strided (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:53.3879144Z test_Conv2d_strided_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:53.3902714Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:53.3919620Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:53.3941330Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:53.3958007Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:53.4196118Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:53.4381360Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:45:53.4401410Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:53.4415797Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:53.4728397Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:53.4964974Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:53.5278289Z test_Conv3d (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:53.5509071Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:53.5730676Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:53.5749856Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:53.5762740Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:53.6343868Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:45:53.6730318Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.039s) 2022-05-18T04:45:53.6966394Z test_Conv3d_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:53.7270448Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:53.7496752Z test_Conv3d_dilated_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:53.7789897Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:53.8007137Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:53.8325133Z test_Conv3d_groups (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:53.8552408Z test_Conv3d_groups_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:53.8714138Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:53.8855282Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:53.8878294Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:53.8895443Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:53.8954703Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:53.9197236Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:53.9403102Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:45:53.9422994Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:53.9433900Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:53.9824273Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.039s) 2022-05-18T04:45:54.0080261Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:45:54.0461352Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.038s) 2022-05-18T04:45:54.0705146Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.1032493Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:54.1279797Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:54.1639623Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2022-05-18T04:45:54.1890204Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:54.2211100Z test_Conv3d_stride (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:45:54.2449500Z test_Conv3d_stride_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.2777700Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:54.3019954Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.3043286Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.3065723Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:54.3087549Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.3104179Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:54.3125648Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.3142445Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:45:54.3383537Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.3554182Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:45:54.3571590Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.3584516Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:54.3913989Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.033s) 2022-05-18T04:45:54.4160474Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:54.4457369Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:54.4690533Z test_ConvTranspose1d_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:54.4983108Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:54.5219963Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.5563674Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.034s) 2022-05-18T04:45:54.5829858Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... ok (0.027s) 2022-05-18T04:45:54.6059141Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:45:54.6263728Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:45:54.6570835Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:54.6817567Z test_ConvTranspose2d_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:54.7054717Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.7263273Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:45:54.7281958Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.7295564Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:54.7609080Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:45:54.7853145Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.7871838Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.7884691Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:54.7905826Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.8142467Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:45:54.8348313Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:45:54.8366004Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:54.8379280Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:54.8426819Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.2295015Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (3.386s) 2022-05-18T04:45:58.2316556Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:45:58.2332230Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:45:58.2639295Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:45:58.2651697Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:45:58.2875291Z test_ConvTranspose3d_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:58.3169578Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:45:58.3393214Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:45:58.3652203Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:45:58.3698934Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.3745415Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.3791591Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.4045090Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:58.4091481Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.4137581Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.4183929Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.4433922Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:58.4480225Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.4532037Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.4577767Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.4781713Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:45:58.4825158Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.4869288Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.4913510Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5117306Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:45:58.5161243Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5205483Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5250877Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5459909Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:45:58.5503461Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5547754Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5591680Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5841746Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:45:58.5888004Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.5933396Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.5979557Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.6045299Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:58.6117367Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.6147076Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.6183147Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.6213247Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.6286215Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.6314922Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.6344966Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.6375626Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.6485114Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:58.6524864Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.6565634Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.6605705Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.6714566Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:58.6759298Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.6798644Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.6839365Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.6936285Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:58.6972921Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.7010217Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.7047582Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.7156530Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:58.7198365Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.7241217Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.7289447Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.7363187Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.7393825Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7424952Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7456529Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7531915Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.7563204Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7595605Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7628131Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7699866Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.7738561Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.7769553Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7800782Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7879452Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:58.7912544Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7946278Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.7979969Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8048741Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.8078637Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8109434Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8145262Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8221768Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:58.8253522Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8286120Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8319062Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8391043Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.8422204Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8453404Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8485465Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8558782Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.8587222Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8622188Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8655692Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8727092Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:58.8755594Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8785216Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8815424Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.8926328Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:58.8967013Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9007921Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9054766Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:45:58.9166465Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:58.9206392Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9247386Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9288931Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9389562Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:58.9426882Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9464832Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9502852Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9602724Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:58.9639486Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9682351Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9720376Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:58.9797675Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:58.9828352Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.9859995Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.9891396Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:58.9971043Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.0002903Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.0041254Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0079376Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0181350Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.0221178Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0257410Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0294545Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0386470Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:45:59.0424549Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0461540Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.0496583Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.0599856Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.0640827Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0685388Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0723971Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.0802625Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.0833880Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.0865869Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.0897571Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.0978927Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.1011107Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1042475Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1074551Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1150618Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:59.1186756Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.1217490Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1249117Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1335059Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.1368819Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1403512Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1437659Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1516938Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.1549304Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1582160Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1620707Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.1649631Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1679076Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1708908Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1782217Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:59.1812022Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1842461Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1873313Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.1946237Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:59.1982145Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2012480Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2043876Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2124661Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.2155265Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2186599Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2218736Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2299898Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.2332075Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2361667Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2399647Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:45:59.2464731Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:45:59.2494743Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2525726Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2556584Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:45:59.2700505Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:59.2894310Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:45:59.3021663Z test_ELU (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.3155103Z test_ELU_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.3242372Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:45:59.3373715Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.3453195Z test_ELU_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:45:59.3519489Z test_ELU_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:45:59.3619494Z test_Embedding (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.3783398Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:59.3960988Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:59.4065217Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.4189490Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:59.4293850Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.4419675Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:59.4524181Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.4654202Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.4759104Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.4888277Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.5043457Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:59.5175404Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.5278651Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.5407786Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.5510905Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:45:59.5657853Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:45:59.5764071Z test_Embedding_cuda (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:59.5930132Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:59.6119047Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:45:59.6264990Z test_Embedding_sparse (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:45:59.6381488Z test_Embedding_sparse_cuda (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:59.9101526Z test_FeatureAlphaDropout (__main__.TestNN) ... ok (0.272s) 2022-05-18T04:45:59.9259968Z test_Flatten (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:45:59.9436261Z test_Flatten_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:45:59.9558984Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:45:59.9688852Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:45:59.9796277Z test_Fold (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:45:59.9929021Z test_Fold_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.0024592Z test_Fold_int_input (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:00.0158382Z test_Fold_int_input_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.0258922Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:00.0389878Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.0483994Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:00.0616382Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.0751600Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.0901629Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.1041556Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.1198523Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:00.1334516Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.1351009Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:46:00.1502708Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.1650908Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.1782273Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.1932685Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.2086304Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.2245447Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:00.2386072Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.2401980Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:46:00.2581222Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:00.2746632Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:00.2898280Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.3052830Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.3197007Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.3349284Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.3487909Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.3504347Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T04:46:00.3663133Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:00.3816314Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.3969055Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.4127441Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:00.4277874Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:00.4439286Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:00.4583505Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.4599093Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T04:46:00.4737322Z test_GELU (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.4882255Z test_GELU_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.4971125Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:00.5112928Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.5198001Z test_GELU_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:00.5275178Z test_GELU_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:00.5402033Z test_GLU (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:00.5542273Z test_GLU_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.5671949Z test_GLU_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.5811715Z test_GLU_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:00.5904712Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:00.6039364Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:00.6386468Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.035s) 2022-05-18T04:46:00.6731598Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.034s) 2022-05-18T04:46:00.6968199Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:46:00.7306015Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.034s) 2022-05-18T04:46:00.7545386Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:46:00.7786013Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:46:00.8151001Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.036s) 2022-05-18T04:46:00.8398443Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:00.8648013Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:00.8898287Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:00.9078111Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:00.9255596Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:00.9430235Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:00.9629513Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:00.9812742Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:00.9987668Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:01.0170522Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:01.0347047Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:01.0720484Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.037s) 2022-05-18T04:46:01.0965075Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:46:01.1337886Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.037s) 2022-05-18T04:46:01.1584278Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:01.1986095Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... ok (0.040s) 2022-05-18T04:46:01.2383041Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.040s) 2022-05-18T04:46:01.2575630Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:01.2756740Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:01.2956589Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:01.3137571Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:01.3327088Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:01.3513694Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:01.3701625Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:01.3881197Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:01.4464916Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:01.5023438Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:01.5147248Z test_Hardshrink (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:01.5283083Z test_Hardshrink_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:01.5382203Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:01.5515549Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:01.5592841Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.5664532Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:01.5719106Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:01.5830847Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:01.5884758Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:01.5995847Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:01.6119270Z test_Hardtanh (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:01.6250993Z test_Hardtanh_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:01.6337541Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.6468040Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:01.6551198Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.6615207Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:01.6697960Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.6733776Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.6766489Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.6806817Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:01.6888873Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.6922002Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.6955327Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.6988994Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7095232Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:01.7263166Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:01.7341896Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.7375242Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7408824Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7448794Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:01.7526640Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.7559805Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7592908Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7626164Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7704229Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.7737827Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7770826Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7804532Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7882636Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.7916069Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.7955278Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:01.7988828Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8096406Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:01.8265450Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:01.8339762Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:01.8372903Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8405276Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8438124Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8508597Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:01.8541162Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8573305Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8611461Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:01.8689528Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:01.8722380Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8755717Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8789199Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8896708Z test_HuberLoss (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:01.8925977Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8954225Z test_HuberLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.8982521Z test_HuberLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9011549Z test_HuberLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9156334Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:01.9297256Z test_HuberLoss_delta_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:01.9358714Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:01.9386797Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9414770Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9443097Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9504892Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:01.9532408Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9560889Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9589924Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9651519Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:01.9685347Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9713584Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9741951Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9845047Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:01.9874580Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9902511Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9930975Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:01.9960389Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:02.0130038Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:02.0296178Z test_InstanceNorm1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:02.0464267Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:02.0655215Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.0845945Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.1030352Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.1220610Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.1397008Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.1610561Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:02.1816953Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:02.2022851Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.2202014Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.2424353Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:02.2620805Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.2832150Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:02.3014178Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.3183306Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:02.3365071Z test_InstanceNorm2d_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.3535427Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:02.3711569Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.3904269Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.4081761Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.4274008Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.4460881Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.4680615Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:02.4870397Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.5077293Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:02.5261020Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.5485978Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:02.5678323Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.5888680Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:02.6075157Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.6277855Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.6465016Z test_InstanceNorm3d_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.6659000Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.6843948Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.7046276Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.7249196Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.7450422Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.7631865Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.7860297Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:46:02.8056348Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.8262618Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.8444796Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:02.8652513Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:02.8855125Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.9062501Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:02.9250742Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:02.9263160Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:02.9263944Z warnings.warn( 2022-05-18T04:46:02.9293385Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:02.9294541Z warnings.warn( 2022-05-18T04:46:02.9335707Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:02.9336376Z warnings.warn( 2022-05-18T04:46:02.9341032Z ok (0.009s) 2022-05-18T04:46:02.9362591Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:02.9378237Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:02.9411974Z test_KLDivLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:02.9448710Z test_KLDivLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:02.9485617Z test_KLDivLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:02.9527037Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:02.9527772Z warnings.warn( 2022-05-18T04:46:02.9569099Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:02.9569777Z warnings.warn( 2022-05-18T04:46:02.9573984Z ok (0.009s) 2022-05-18T04:46:02.9613204Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:02.9649855Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:02.9686843Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:02.9767776Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:02.9806642Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:02.9848243Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:02.9884020Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:02.9947209Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:02.9974509Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0002532Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0031097Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0091216Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:03.0119204Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0147450Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0176114Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0242115Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:03.0269515Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0297245Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0325344Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.0489190Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:03.0646403Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:03.0788719Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:03.0946072Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:03.1045525Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:03.1124782Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:03.1218758Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:03.1299938Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:03.1307437Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:03.1308178Z warnings.warn( 2022-05-18T04:46:03.1330627Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:03.1331297Z warnings.warn( 2022-05-18T04:46:03.1362662Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:03.1363329Z warnings.warn( 2022-05-18T04:46:03.1365546Z ok (0.007s) 2022-05-18T04:46:03.1401183Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1429217Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1457662Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1487587Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:03.1488311Z warnings.warn( 2022-05-18T04:46:03.1518949Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:03.1519627Z warnings.warn( 2022-05-18T04:46:03.1521928Z ok (0.006s) 2022-05-18T04:46:03.1549939Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1578136Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1605792Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1665393Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:03.1692518Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1719889Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1753747Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1812934Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:03.1840286Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1867968Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1895486Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.1961902Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:03.1989872Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.2019117Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.2048908Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.2190269Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:03.2350988Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:03.2512477Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:03.2682382Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:03.2789321Z test_L1Loss (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:03.5181948Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... ok (0.239s) 2022-05-18T04:46:03.5259448Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:03.5288150Z test_L1Loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5317411Z test_L1Loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5347216Z test_L1Loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5409856Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:03.5438136Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5473563Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5501612Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5562199Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:03.5590218Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5618240Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5646233Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5706927Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:03.5733977Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5762626Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5791143Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.5928542Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:03.6030790Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:360: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T04:46:03.6031530Z jacobians[i][index_o].copy_(res.reshape(-1)) 2022-05-18T04:46:03.6172341Z ok (0.024s) 2022-05-18T04:46:03.6322260Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:03.6465040Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:03.6559527Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:03.6627229Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:03.6727906Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:03.6756946Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.6785873Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.6813047Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.6840931Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.6875652Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:03.7095224Z test_LPPool1d (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:03.7313668Z test_LPPool1d_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:03.7540563Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:46:03.7755159Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:03.7970360Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:03.8184594Z test_LPPool1d_norm_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:03.8397553Z test_LPPool2d (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:03.8610251Z test_LPPool2d_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:03.8822877Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:03.9034980Z test_LPPool2d_norm_cuda (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:03.9090500Z test_LSTM_cell (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:03.9165573Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:03.9208671Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:03.9500975Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:46:03.9721254Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:04.0002131Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.028s) 2022-05-18T04:46:04.0224737Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:04.0499653Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.027s) 2022-05-18T04:46:04.0670222Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:04.0921481Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:04.1090770Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:04.1237373Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:04.1394768Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:04.1553750Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:04.1728502Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:04.2027489Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:46:04.2250876Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:04.2552490Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:46:04.2781051Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:46:05.0069776Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.729s) 2022-05-18T04:46:05.3063319Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.297s) 2022-05-18T04:46:06.0312432Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.725s) 2022-05-18T04:46:06.3275154Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.294s) 2022-05-18T04:46:06.3464349Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:06.3624689Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:06.3766732Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:06.3933460Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:06.4062263Z test_LeakyReLU (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.4205042Z test_LeakyReLU_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:06.4304416Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:06.4433883Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.4577032Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:06.4708181Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.4795270Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:06.4859272Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:06.4987156Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.5119035Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.5390218Z test_Linear (__main__.TestNN) ... ok (0.027s) 2022-05-18T04:46:06.5593354Z test_Linear_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:06.5794557Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:06.5993765Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:06.6194447Z test_Linear_no_bias (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:06.6366176Z test_Linear_no_bias_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:06.6579599Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:06.6781277Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:06.6991982Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:06.7191703Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:06.7465427Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.027s) 2022-05-18T04:46:06.7694291Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:46:06.7841179Z test_LogSigmoid (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:06.7986366Z test_LogSigmoid_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:06.8082522Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:06.8229937Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:06.8313644Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:06.8379126Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:06.8514518Z test_LogSoftmax (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.8656092Z test_LogSoftmax_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:06.8821762Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:06.8976041Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:06.9063540Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:06.9130894Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:06.9258440Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.9391205Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:06.9499058Z test_MSELoss (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:06.9526733Z test_MSELoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9555078Z test_MSELoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9589344Z test_MSELoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9648704Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:06.9674993Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9701556Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9728023Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9786755Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:06.9812385Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:06.9838384Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9864823Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9923349Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:06.9955401Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:06.9981377Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:07.0007474Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:07.0142645Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:07.0283162Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:07.0373753Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:07.0440932Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:07.0485222Z test_MSELoss_prec (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:07.0711023Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:07.0972008Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:46:07.1120803Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.1256260Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:07.1359033Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:07.1388350Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1414868Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1441746Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1469182Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1562890Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:07.1590588Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1616374Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:07.1642709Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1675082Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1776942Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:07.1803987Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1831178Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1858857Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.1974023Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:07.2007622Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2041751Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2076054Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2189661Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:07.2230016Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:07.2263184Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2296409Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2403814Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:07.2436828Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2470359Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2503393Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2606826Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:07.2638782Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2671198Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2709445Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:07.2812528Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:07.2843697Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2875867Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.2907681Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.3010890Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:07.3042020Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.3074211Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.3106238Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.3212970Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:07.3246174Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.3287785Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:07.3320976Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.3459439Z test_MaxPool1d (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:07.3610382Z test_MaxPool1d_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.3756612Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:07.3915828Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:07.4049155Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:07.4206720Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:07.4336698Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:07.4488296Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.4617570Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:07.4770810Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.4911261Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:07.5069624Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:07.5200875Z test_MaxPool3d (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:07.5386131Z test_MaxPool3d_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:07.5554184Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:07.5713722Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:07.5865246Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.6023954Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:07.6179110Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.6340135Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:07.6531637Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:07.6708947Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:07.6911729Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:07.7085505Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:07.7257829Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:07.7438402Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:07.7620146Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:07.7806537Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:07.7902345Z test_MaxUnpool2d_output_size (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:07.8038130Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:07.8179925Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:07.8323148Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:07.8466455Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:07.8620791Z test_Mish (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.8774073Z test_Mish_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.8873758Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:07.9024651Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:07.9122496Z test_Mish_scalar (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:07.9194669Z test_Mish_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:07.9264910Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:07.9386558Z test_ModuleList (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:07.9670120Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.028s) 2022-05-18T04:46:07.9723055Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:07.9773682Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:07.9850115Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:07.9878030Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.9904895Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.9932269Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:07.9960834Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0061261Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:08.0194839Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:08.0269772Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:08.0296517Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0328063Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0354313Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0381264Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0408321Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0434358Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0461239Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0488011Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0640238Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:08.0764971Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:08.0796407Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0829287Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0855712Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0882824Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0914650Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0941543Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0968379Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.0995877Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1027352Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1053723Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1081151Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1114491Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1470064Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.035s) 2022-05-18T04:46:08.1597924Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:08.1880185Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-05-18T04:46:08.1910203Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1938382Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1966712Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.1995747Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.2056277Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.2105410Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:08.2156879Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:08.2201430Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2326016Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:08.2372545Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:08.2416274Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2460494Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2583941Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:08.2621857Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2660797Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2700444Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2801741Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:08.2846885Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2886054Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.2930794Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.3060522Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:08.3225486Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:08.3285919Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.3330780Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.3374010Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.3417998Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.3564983Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:08.3735888Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:08.3784177Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:08.3832655Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:08.3874468Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.3916100Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.3985223Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:08.4024625Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.4051861Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.4054011Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.4056456Z ok (0.003s) 2022-05-18T04:46:08.4085724Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4114660Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4172845Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.4198857Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.4200868Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.4303635Z ok (0.013s) 2022-05-18T04:46:08.4342129Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.4365632Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.4366918Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.4377925Z ok (0.003s) 2022-05-18T04:46:08.4404917Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4432995Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4456608Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.4457689Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.4462173Z ok (0.003s) 2022-05-18T04:46:08.4489784Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4518588Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4584256Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.4608276Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.4609366Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.4613171Z ok (0.003s) 2022-05-18T04:46:08.4641900Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4677538Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.4802894Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:08.4832916Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.4834042Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.4943902Z ok (0.014s) 2022-05-18T04:46:08.5007864Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.5031756Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.5032936Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.5036214Z ok (0.003s) 2022-05-18T04:46:08.5063189Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.5090637Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.5219963Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:08.5250846Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.5252831Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.5359344Z ok (0.014s) 2022-05-18T04:46:08.5425031Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.5448581Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.5449632Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.5453049Z ok (0.003s) 2022-05-18T04:46:08.5480829Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.5518243Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:08.5643550Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:08.5670310Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.5672298Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.5774498Z ok (0.013s) 2022-05-18T04:46:08.5840932Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.5867138Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.5869525Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.5871722Z ok (0.003s) 2022-05-18T04:46:08.5901361Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.5930135Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.5998019Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:08.6023417Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.6025607Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.6028645Z ok (0.003s) 2022-05-18T04:46:08.6058175Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.6087230Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.6160413Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:08.6186393Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.6188537Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.6191295Z ok (0.003s) 2022-05-18T04:46:08.6221131Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.6250711Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.6378721Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:08.6409434Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.6411462Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.6518822Z ok (0.014s) 2022-05-18T04:46:08.6583654Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:08.6607041Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:46:08.6608229Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:46:08.6611428Z ok (0.003s) 2022-05-18T04:46:08.6639630Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.6668357Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.6738432Z test_NLLLoss (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:08.6900754Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:08.7065697Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:08.7227088Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:08.7387822Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:08.7551357Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:08.7711013Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:08.7994877Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.028s) 2022-05-18T04:46:08.8167643Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:08.8463623Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.029s) 2022-05-18T04:46:08.8633815Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:08.8936567Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:46:08.9113109Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:08.9204773Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:08.9234493Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9263404Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9298465Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9327636Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9416986Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:08.9447167Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9475687Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9504247Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9533864Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9625228Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:08.9654900Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9683620Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9718400Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9747887Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9838246Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:08.9869121Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9898400Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9928245Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9959508Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:08.9988977Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0023879Z test_NLLLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0052569Z test_NLLLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0082330Z test_NLLLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0155207Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:09.0185631Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0218662Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0248059Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0278510Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0350765Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:09.0382044Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0416969Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0446647Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0477986Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0681141Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:09.0714239Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0744526Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0774175Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.0805479Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1004596Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:09.1037184Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1073219Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1103560Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1134290Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1203730Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:09.1233204Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1261709Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1290618Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1319706Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1378142Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:09.1405069Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1438075Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1465587Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1523113Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:09.1550158Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1577631Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1604703Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1663083Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:09.1689610Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1717283Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1750603Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.1888279Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:09.2048540Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:09.2200790Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:09.2360612Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:09.2515767Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:09.2678816Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:09.2832424Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:09.2992806Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:09.3142553Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:09.3300161Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:09.3384167Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:09.3418528Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3450041Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3488167Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:09.3520788Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3605146Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:09.3640057Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3671842Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3704509Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3737299Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3821202Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:09.3856261Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3888058Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.3925996Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:09.3958655Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.4038313Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:09.4067059Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.4094104Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.4121435Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.4149766Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:09.4349660Z test_PReLU_1d (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:09.4524138Z test_PReLU_1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:09.4723437Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:09.4902208Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:09.5104190Z test_PReLU_2d (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:09.5280546Z test_PReLU_2d_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:09.5485532Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:09.5657158Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:09.5869929Z test_PReLU_3d (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:09.6050674Z test_PReLU_3d_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:09.6266737Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:09.6444342Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:09.6465197Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:09.6611131Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:09.6783225Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:09.6925678Z test_PReLU_scalar (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:09.7008757Z test_PReLU_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:09.7233647Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:09.7488552Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:09.7681759Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:09.7898966Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:09.8052132Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:09.8232176Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:09.8418698Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:09.8634639Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:09.8788085Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:09.8965627Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:09.9187785Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:09.9444177Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... ok (0.026s) 2022-05-18T04:46:09.9671591Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:46:09.9924402Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:10.0111820Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:10.0330080Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:10.0483548Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:10.0668337Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:10.0873966Z test_PairwiseDistance (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:10.1080702Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:10.1271692Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:10.1476986Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:10.1664850Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:10.1847487Z test_PairwiseDistance_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:10.2052273Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:10.2235181Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:10.2453760Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:10.2648433Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:10.2927022Z test_ParameterDict (__main__.TestNN) ... ok (0.028s) 2022-05-18T04:46:10.2952974Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:10.3066242Z test_ParameterList (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:10.3086257Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:10.3227765Z test_PixelShuffle (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:10.3389434Z test_PixelShuffle_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:10.3528694Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:10.3691080Z test_PixelUnshuffle_cuda (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:10.3799707Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:10.3843636Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.3884829Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.3925837Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.4034549Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:10.4078910Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.4120223Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.4167601Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:10.4233226Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:10.4261002Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4288665Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4317021Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4382071Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:10.4409950Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4437953Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4466540Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4530903Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:10.4558910Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4593131Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4621256Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:10.4715723Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:10.4754965Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.4791590Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.4827747Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.4925367Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:10.4965156Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.5002162Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.5045437Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:10.5185116Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:10.5340624Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:10.5417520Z test_RNN_cell (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:10.5522846Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:10.5594770Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:10.5616333Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:10.6007506Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.039s) 2022-05-18T04:46:10.6929021Z test_RNN_change_dropout (__main__.TestNN) ... ok (0.092s) 2022-05-18T04:46:13.8201340Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... ok (3.127s) 2022-05-18T04:46:16.9875526Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... ok (3.167s) 2022-05-18T04:46:16.9922985Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:769: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-05-18T04:46:16.9938706Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T04:46:16.9941099Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:769: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-05-18T04:46:16.9942724Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T04:46:16.9983682Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:769: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-05-18T04:46:16.9985316Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T04:46:17.0000852Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:769: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-05-18T04:46:17.0002501Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T04:46:17.0012064Z ok (0.014s) 2022-05-18T04:46:17.6227711Z test_RNN_dropout (__main__.TestNN) ... ok (0.621s) 2022-05-18T04:46:17.6252327Z test_RNN_dropout_state (__main__.TestNN) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68849 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T04:46:17.6373561Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:17.6395613Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:17.6515469Z test_RReLU (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:17.8449794Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.193s) 2022-05-18T04:46:17.8540412Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:17.9128504Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.059s) 2022-05-18T04:46:17.9250839Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:17.9822000Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.057s) 2022-05-18T04:46:17.9903590Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:18.0474297Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.057s) 2022-05-18T04:46:18.0614790Z test_ReLU (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:18.0749673Z test_ReLU6 (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:18.1449200Z test_ReLU6_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:46:18.1538776Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:18.2211626Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... ok (0.067s) 2022-05-18T04:46:18.2304775Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:18.2933410Z test_ReLU6_scalar_cuda (__main__.TestNN) ... ok (0.063s) 2022-05-18T04:46:18.3613792Z test_ReLU_cuda (__main__.TestNN) ... ok (0.068s) 2022-05-18T04:46:18.3704826Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:18.4407675Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:46:18.4501037Z test_ReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:18.5125032Z test_ReLU_scalar_cuda (__main__.TestNN) ... ok (0.062s) 2022-05-18T04:46:18.5265204Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:18.5404675Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:18.6134603Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:18.6353075Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:18.7073148Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:18.7773047Z test_ReflectionPad1d_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:46:18.7921618Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:18.8145328Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:18.8871218Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:18.9552596Z test_ReflectionPad2d_cuda (__main__.TestNN) ... ok (0.068s) 2022-05-18T04:46:18.9696930Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:19.0460089Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.076s) 2022-05-18T04:46:19.0649451Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:19.1012564Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.036s) 2022-05-18T04:46:19.1861997Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... ok (0.085s) 2022-05-18T04:46:19.2606529Z test_ReflectionPad3d_cuda (__main__.TestNN) ... ok (0.074s) 2022-05-18T04:46:19.2792833Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:46:19.3549638Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.075s) 2022-05-18T04:46:19.3692169Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:19.3836048Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:19.4585431Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... ok (0.075s) 2022-05-18T04:46:19.4805372Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:19.5541462Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:19.6240255Z test_ReplicationPad1d_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:46:19.6387269Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:19.6614446Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.023s) 2022-05-18T04:46:19.7345060Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:19.8107645Z test_ReplicationPad2d_cuda (__main__.TestNN) ... ok (0.076s) 2022-05-18T04:46:19.8260902Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:19.8994817Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:19.9147003Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:19.9388542Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:46:20.0130860Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... ok (0.074s) 2022-05-18T04:46:20.0821515Z test_ReplicationPad3d_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:46:20.0976779Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:20.1706017Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:20.1841825Z test_SELU (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:20.2538463Z test_SELU_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:46:20.2629946Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:20.3305593Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.067s) 2022-05-18T04:46:20.3399629Z test_SELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:20.4033654Z test_SELU_scalar_cuda (__main__.TestNN) ... ok (0.063s) 2022-05-18T04:46:20.4063575Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:20.4086340Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:20.4123121Z test_Sequential_getitem (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:20.4143773Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:20.4164792Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:20.4302067Z test_SiLU (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:20.5036810Z test_SiLU_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:20.5133439Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:20.5872312Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.074s) 2022-05-18T04:46:20.5964148Z test_SiLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:20.6615986Z test_SiLU_scalar_cuda (__main__.TestNN) ... ok (0.065s) 2022-05-18T04:46:20.6739086Z test_Sigmoid (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:20.7413505Z test_Sigmoid_cuda (__main__.TestNN) ... ok (0.067s) 2022-05-18T04:46:20.7503741Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:20.8204479Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:46:20.8285317Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:20.8977089Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:46:20.9090468Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:20.9227240Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:20.9982745Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... ok (0.075s) 2022-05-18T04:46:21.0580818Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... ok (0.060s) 2022-05-18T04:46:21.1170268Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:21.1744648Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:21.1808014Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:21.2368622Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:21.2948264Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:21.3537092Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:21.3601104Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:21.4165341Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:21.4735018Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:21.5293023Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:21.5357378Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:21.5944980Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:21.6503677Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:21.7095908Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:21.7235938Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:21.7917995Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.068s) 2022-05-18T04:46:21.8015179Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:21.8618711Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.060s) 2022-05-18T04:46:21.8726232Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:21.9318619Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:21.9862737Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.054s) 2022-05-18T04:46:22.0432778Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:22.0536312Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:22.1097437Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:22.1689550Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:22.2250832Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:22.2359108Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:22.2942597Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:22.3521976Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:22.4091864Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:22.4236715Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:22.4937104Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:46:22.5007364Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:22.5579706Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:22.6168107Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:22.6733452Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:22.6803883Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:22.7387583Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:22.7939145Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.055s) 2022-05-18T04:46:22.8517848Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:22.8588701Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:22.9226106Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.063s) 2022-05-18T04:46:22.9807609Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:23.0380238Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:23.0451063Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:23.1020640Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:23.1593246Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:23.2149014Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.055s) 2022-05-18T04:46:23.2296669Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:23.2986414Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:46:23.3053521Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:23.3635704Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:23.4201785Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.056s) 2022-05-18T04:46:23.4781905Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:23.4916851Z test_Softmax (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:23.5076562Z test_Softmax2d (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:23.5800362Z test_Softmax2d_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:23.5951093Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:23.6638617Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:46:23.7346089Z test_Softmax_cuda (__main__.TestNN) ... ok (0.071s) 2022-05-18T04:46:23.7476027Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:23.8184784Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.071s) 2022-05-18T04:46:23.8275221Z test_Softmax_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:23.8911635Z test_Softmax_scalar_cuda (__main__.TestNN) ... ok (0.063s) 2022-05-18T04:46:23.9045403Z test_Softmin (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:23.9756598Z test_Softmin_cuda (__main__.TestNN) ... ok (0.071s) 2022-05-18T04:46:23.9914003Z test_Softmin_multidim (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:24.0663768Z test_Softmin_multidim_cuda (__main__.TestNN) ... ok (0.075s) 2022-05-18T04:46:24.0805886Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:24.1513303Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... ok (0.071s) 2022-05-18T04:46:24.1602521Z test_Softmin_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:24.2237335Z test_Softmin_scalar_cuda (__main__.TestNN) ... ok (0.063s) 2022-05-18T04:46:24.2375835Z test_Softplus (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:24.2508956Z test_Softplus_beta (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:24.3217387Z test_Softplus_beta_cuda (__main__.TestNN) ... ok (0.071s) 2022-05-18T04:46:24.3362642Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:24.4115378Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... ok (0.075s) 2022-05-18T04:46:24.4209814Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:24.4886452Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... ok (0.067s) 2022-05-18T04:46:24.5623122Z test_Softplus_cuda (__main__.TestNN) ... ok (0.074s) 2022-05-18T04:46:24.5733458Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:24.6457776Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:24.6580648Z test_Softshrink (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:24.7315856Z test_Softshrink_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:24.7439609Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:24.8258399Z test_Softshrink_lambda_cuda (__main__.TestNN) ... ok (0.082s) 2022-05-18T04:46:24.8342580Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:24.9062081Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:24.9154691Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:24.9939260Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.078s) 2022-05-18T04:46:25.0096148Z test_Softsign (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:25.0911160Z test_Softsign_cuda (__main__.TestNN) ... ok (0.081s) 2022-05-18T04:46:25.1025189Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:25.1857100Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... ok (0.083s) 2022-05-18T04:46:25.1966904Z test_Softsign_scalar (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:25.2729001Z test_Softsign_scalar_cuda (__main__.TestNN) ... ok (0.076s) 2022-05-18T04:46:25.2866879Z test_Tanh (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:25.3714414Z test_Tanh_cuda (__main__.TestNN) ... ok (0.085s) 2022-05-18T04:46:25.3809690Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:25.4661814Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.085s) 2022-05-18T04:46:25.4748459Z test_Tanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:25.5524438Z test_Tanh_scalar_cuda (__main__.TestNN) ... ok (0.077s) 2022-05-18T04:46:25.5674849Z test_Tanhshrink (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:25.6554621Z test_Tanhshrink_cuda (__main__.TestNN) ... ok (0.088s) 2022-05-18T04:46:25.6671060Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:25.7512221Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.084s) 2022-05-18T04:46:25.7620655Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:25.8359713Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... ok (0.074s) 2022-05-18T04:46:25.8490480Z test_Threshold_large_value (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:25.9304905Z test_Threshold_large_value_cuda (__main__.TestNN) ... ok (0.081s) 2022-05-18T04:46:25.9399332Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:26.0175057Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... ok (0.077s) 2022-05-18T04:46:26.0318942Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:26.1090661Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... ok (0.077s) 2022-05-18T04:46:26.1187054Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:26.1829355Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... ok (0.064s) 2022-05-18T04:46:26.2981867Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.115s) 2022-05-18T04:46:26.4391493Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.141s) 2022-05-18T04:46:26.5524996Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.113s) 2022-05-18T04:46:26.6960265Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.143s) 2022-05-18T04:46:26.7621850Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.066s) 2022-05-18T04:46:26.8768782Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.114s) 2022-05-18T04:46:27.0949086Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.218s) 2022-05-18T04:46:27.2289369Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.134s) 2022-05-18T04:46:27.9821151Z test_Transformer_cell (__main__.TestNN) ... ok (0.753s) 2022-05-18T04:46:28.5718648Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.590s) 2022-05-18T04:46:28.8544370Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... ok (0.282s) 2022-05-18T04:46:28.8700601Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:28.9350342Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.065s) 2022-05-18T04:46:28.9967923Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.062s) 2022-05-18T04:46:29.0540068Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.057s) 2022-05-18T04:46:29.0695947Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:29.1275710Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.058s) 2022-05-18T04:46:29.1868575Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:29.2455962Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:29.2613060Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:29.3218195Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.060s) 2022-05-18T04:46:29.3811683Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:29.4410613Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.060s) 2022-05-18T04:46:29.4539109Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:29.5217696Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.068s) 2022-05-18T04:46:29.5320155Z test_Unfold (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:29.6041254Z test_Unfold_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:29.6142863Z test_Unfold_int_input (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:29.6868077Z test_Unfold_int_input_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:29.6997116Z test_ZeroPad2d (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:29.7208849Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:46:29.8005614Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... ok (0.079s) 2022-05-18T04:46:29.8724120Z test_ZeroPad2d_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:29.8850622Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:29.9586381Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:29.9720541Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:30.0438374Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.072s) 2022-05-18T04:46:30.0654382Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:30.0707948Z test_adaptive_pooling_avg_nhwc (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:30.1315500Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestNN) ... skip: Insufficient cuda memory (0.060s) 2022-05-18T04:46:30.1889728Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestNN) ... skip: Insufficient cuda memory (0.057s) 2022-05-18T04:46:30.1944192Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:30.2019792Z test_adaptive_pooling_bfloat16 (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:30.2034526Z test_adaptive_pooling_input_size (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.2058909Z test_adaptive_pooling_size_none (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.2154487Z test_adaptive_pooling_size_overflow (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:30.2190183Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:30.2209714Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.2324498Z test_affine_grid (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:30.2449480Z test_affine_grid_3d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:30.2503994Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:30.2571271Z test_assignment (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:30.2591498Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.2638242Z test_batchnorm_cudnn_half (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:30.2740001Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:30.2959011Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:46:30.3654179Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:46:30.3685137Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:30.4275560Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:30.4372195Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:30.4385043Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.4479245Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:30.4573434Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:30.4718930Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:30.4813913Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:30.4830984Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.4857215Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:30.4983325Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:30.4994994Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.5019199Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.5042860Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.5086420Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:30.5412829Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.032s) 2022-05-18T04:46:30.5527168Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:30.5543990Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.5563788Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.5577458Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.5593535Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.5610831Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.5653749Z test_bilinear (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:30.5675251Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.5979465Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.030s) 2022-05-18T04:46:30.6020751Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:30.6438563Z test_binary_cross_entropy_grads (__main__.TestNN) ... ok (0.042s) 2022-05-18T04:46:30.6448769Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:46:30.6457861Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:46:30.6468748Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:46:30.6480756Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.6497711Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.6508050Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.6517984Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.6532683Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.6558780Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:30.6571555Z test_caching_parametrization (__main__.TestNN) 2022-05-18T04:46:30.6587993Z Test the caching system of a parametrization ... ok (0.003s) 2022-05-18T04:46:30.6602970Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-05-18T04:46:30.6626349Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.004s) 2022-05-18T04:46:30.6644631Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:1018: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T04:46:30.6645830Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-05-18T04:46:30.6646624Z ok (0.002s) 2022-05-18T04:46:30.6698122Z test_channel_shuffle (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:30.6717769Z test_children (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:30.6863899Z test_clip_grad_norm (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:30.6892411Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:30.6903855Z test_compute_nparams_to_prune (__main__.TestNN) 2022-05-18T04:46:30.6909432Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-05-18T04:46:30.6935374Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:30.7141271Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:46:30.7582738Z test_conv_backcompat (__main__.TestNN) ... ok (0.044s) 2022-05-18T04:46:30.7610191Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... expected failure (0.003s) 2022-05-18T04:46:30.8707120Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.110s) 2022-05-18T04:46:30.8721241Z test_conv_padding_mode (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:30.9698221Z test_conv_shapecheck (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9699864Z warnings.warn( 2022-05-18T04:46:30.9772754Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9773528Z warnings.warn( 2022-05-18T04:46:30.9849526Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9851077Z warnings.warn( 2022-05-18T04:46:30.9861587Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9863141Z warnings.warn( 2022-05-18T04:46:30.9870914Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9872461Z warnings.warn( 2022-05-18T04:46:30.9880358Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9881900Z warnings.warn( 2022-05-18T04:46:30.9956876Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9958462Z warnings.warn( 2022-05-18T04:46:30.9966797Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9968542Z warnings.warn( 2022-05-18T04:46:30.9976071Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:30.9977632Z warnings.warn( 2022-05-18T04:46:31.0052063Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0053633Z warnings.warn( 2022-05-18T04:46:31.0062534Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0064084Z warnings.warn( 2022-05-18T04:46:31.0071262Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0072821Z warnings.warn( 2022-05-18T04:46:31.0146567Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0147334Z warnings.warn( 2022-05-18T04:46:31.0222140Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0223907Z warnings.warn( 2022-05-18T04:46:31.0231727Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0233358Z warnings.warn( 2022-05-18T04:46:31.0237641Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0239307Z warnings.warn( 2022-05-18T04:46:31.0243592Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0245121Z warnings.warn( 2022-05-18T04:46:31.0320604Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0322160Z warnings.warn( 2022-05-18T04:46:31.0327421Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0328962Z warnings.warn( 2022-05-18T04:46:31.0333543Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0335406Z warnings.warn( 2022-05-18T04:46:31.0410613Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0412122Z warnings.warn( 2022-05-18T04:46:31.0418126Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:31.0419622Z warnings.warn( 2022-05-18T04:46:31.0421997Z ok (0.170s) 2022-05-18T04:46:31.0472875Z test_conv_tbc (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:31.0533581Z test_convert_sync_batchnorm (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:31.0629034Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:31.0724199Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:31.0817428Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:31.3180989Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.236s) 2022-05-18T04:46:31.3228152Z test_cosine_similarity (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:46:31.3258278Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:36.6764798Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (5.350s) 2022-05-18T04:46:36.6776612Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.6878127Z test_cudnn_non_contiguous (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:36.6904404Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.6913411Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-05-18T04:46:36.7382092Z test_cudnn_weight_format (__main__.TestNN) ... ok (0.046s) 2022-05-18T04:46:36.7622189Z test_cudnn_weight_tying (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:46:36.7633711Z test_custom_from_mask_pruning (__main__.TestNN) 2022-05-18T04:46:36.7640766Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-05-18T04:46:36.7658379Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.7670201Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.7726927Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:36.7792931Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:36.7811440Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.7824584Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.7851524Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:36.7994235Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:36.8010317Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8030558Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8045146Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.8068306Z test_embedding_functional (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8084537Z test_embedding_max_norm (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8129941Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:36.8146359Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8168310Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8186169Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8208982Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8683678Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.047s) 2022-05-18T04:46:36.8742595Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:36.8828516Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:36.8852707Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8864675Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.8876763Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.8899648Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.8919205Z test_fb_fc_packed (__main__.TestNN) ... /var/lib/jenkins/workspace/test/test_nn.py:5402: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-05-18T04:46:36.8920007Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-05-18T04:46:36.8923051Z /var/lib/jenkins/workspace/test/test_nn.py:5403: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-05-18T04:46:36.8923775Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-05-18T04:46:36.8926817Z ok (0.003s) 2022-05-18T04:46:36.8938934Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.9253384Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.031s) 2022-05-18T04:46:36.9300009Z test_functional_grad_conv (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:36.9315357Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:36.9351290Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:36.9379246Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:36.9395721Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.9421406Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:36.9435573Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-05-18T04:46:36.9450827Z test_global_pruning (__main__.TestNN) 2022-05-18T04:46:36.9468432Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-05-18T04:46:36.9488766Z test_global_pruning_importance_scores (__main__.TestNN) 2022-05-18T04:46:36.9504771Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-05-18T04:46:36.9865647Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.036s) 2022-05-18T04:46:37.0331183Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.046s) 2022-05-18T04:46:37.0727206Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.039s) 2022-05-18T04:46:37.1207274Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.048s) 2022-05-18T04:46:37.1837602Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.063s) 2022-05-18T04:46:37.2505645Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.067s) 2022-05-18T04:46:42.3722908Z test_grid_sample (__main__.TestNN) ... ok (5.122s) 2022-05-18T04:46:42.7479646Z test_grid_sample_3d (__main__.TestNN) ... ok (0.375s) 2022-05-18T04:46:42.7801376Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4164: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:46:42.7802113Z warnings.warn( 2022-05-18T04:46:42.7916428Z ok (0.044s) 2022-05-18T04:46:42.7935363Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: ROCm not available (0.002s) 2022-05-18T04:46:42.9273846Z test_hardtanh_backward (__main__.TestNN) ... ok (0.133s) 2022-05-18T04:46:42.9329534Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:46:42.9361340Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:42.9376739Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T04:46:42.9377354Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T04:46:42.9378922Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:1053: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T04:46:42.9379825Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-05-18T04:46:42.9384175Z ok (0.002s) 2022-05-18T04:46:42.9407668Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:42.9425265Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:42.9449376Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:42.9601298Z test_hook_inplace (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:42.9622357Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:42.9636194Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:42.9671881Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:42.9774793Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:42.9792474Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:42.9816033Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:1053: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T04:46:42.9817088Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-05-18T04:46:42.9943159Z ok (0.015s) 2022-05-18T04:46:43.0038597Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:46:43.0052370Z test_identity_pruning (__main__.TestNN) 2022-05-18T04:46:43.0076615Z Test that a mask of 1s does not change forward or backward. ... ok (0.004s) 2022-05-18T04:46:43.0104874Z test_initialization_parametrization (__main__.TestNN) 2022-05-18T04:46:43.0143392Z Test that it is possible to initialize a parametrization when it ... ok (0.006s) 2022-05-18T04:46:43.0173907Z test_inplace_thnn (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:43.6382899Z test_interpolate (__main__.TestNN) ... ok (0.621s) 2022-05-18T04:46:43.6521802Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:43.7313858Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... ok (0.079s) 2022-05-18T04:46:43.7425846Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:43.8155625Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:43.8288838Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:43.9037511Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... ok (0.075s) 2022-05-18T04:46:43.9162259Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:43.9943006Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.078s) 2022-05-18T04:46:44.0072899Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:44.0192292Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.0999820Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.081s) 2022-05-18T04:46:44.1813660Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.081s) 2022-05-18T04:46:44.1939292Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.2060550Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.2935443Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.087s) 2022-05-18T04:46:44.3828130Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... ok (0.089s) 2022-05-18T04:46:44.3949548Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.4815830Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... ok (0.086s) 2022-05-18T04:46:44.4924661Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:44.5731010Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.080s) 2022-05-18T04:46:44.5855585Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.6696260Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... ok (0.084s) 2022-05-18T04:46:44.6816302Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.7623252Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.080s) 2022-05-18T04:46:44.7743227Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.7860107Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:44.8669573Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.081s) 2022-05-18T04:46:44.9442921Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.077s) 2022-05-18T04:46:44.9562784Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:44.9678493Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:45.0533518Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.085s) 2022-05-18T04:46:45.1331467Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... ok (0.080s) 2022-05-18T04:46:45.1357693Z test_interpolate_illegal_memory_access (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:45.1475269Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:45.1589063Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:45.2418068Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... ok (0.083s) 2022-05-18T04:46:45.3219385Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... ok (0.080s) 2022-05-18T04:46:45.3325313Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:45.4127697Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.080s) 2022-05-18T04:46:45.4244104Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:45.4356725Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:45.5137081Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... ok (0.078s) 2022-05-18T04:46:45.5910012Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... ok (0.077s) 2022-05-18T04:46:45.6024824Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:45.6819412Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... ok (0.079s) 2022-05-18T04:46:45.6933107Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:45.7697561Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... ok (0.076s) 2022-05-18T04:46:45.7801663Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:46:45.8545422Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.074s) 2022-05-18T04:46:45.8665311Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:45.9495562Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... ok (0.083s) 2022-05-18T04:46:45.9614582Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:46.0438577Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... ok (0.082s) 2022-05-18T04:46:46.0546221Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:46.1295435Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.075s) 2022-05-18T04:46:46.1449002Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:46:46.2243224Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... ok (0.079s) 2022-05-18T04:46:46.2351397Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:46.3054768Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:46:46.3168767Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:46.3900580Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:46.4021693Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:46.4884135Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... ok (0.086s) 2022-05-18T04:46:46.5068548Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:46:46.5924469Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... ok (0.085s) 2022-05-18T04:46:46.6037501Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:46.6836763Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... ok (0.080s) 2022-05-18T04:46:46.6957099Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:46.7752805Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... ok (0.079s) 2022-05-18T04:46:46.7922626Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:46.8750678Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... ok (0.083s) 2022-05-18T04:46:46.8921671Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:46.9741397Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... ok (0.082s) 2022-05-18T04:46:46.9853491Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:46:47.0623552Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.077s) 2022-05-18T04:46:47.0792765Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.017s) 2022-05-18T04:46:47.0951930Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:46:47.1783574Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... ok (0.083s) 2022-05-18T04:46:47.2597808Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... ok (0.081s) 2022-05-18T04:46:47.2723029Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:47.2844649Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:47.3656243Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... ok (0.081s) 2022-05-18T04:46:47.4476029Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... ok (0.082s) 2022-05-18T04:46:47.4928388Z test_invalid_conv1d (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:46:47.4930171Z warnings.warn( 2022-05-18T04:46:47.5226993Z ok (0.075s) 2022-05-18T04:46:47.6704152Z test_invalid_conv2d (__main__.TestNN) ... ok (0.147s) 2022-05-18T04:46:47.7435243Z test_invalid_conv3d (__main__.TestNN) ... ok (0.073s) 2022-05-18T04:46:47.7453517Z test_invalid_dropout_p (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:47.7478380Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:47.7498429Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:47.7499866Z warnings.warn( 2022-05-18T04:46:47.7580684Z ok (0.010s) 2022-05-18T04:46:47.7665281Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:59.2674452Z test_l1_loss_correct (__main__.TestNN) ... ok (11.501s) 2022-05-18T04:46:59.2688948Z test_l1_unstructured_pruning (__main__.TestNN) 2022-05-18T04:46:59.2707978Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-05-18T04:46:59.2724243Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-05-18T04:46:59.2739399Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-05-18T04:46:59.2783634Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:59.2799659Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:59.2813712Z test_ln_structured_pruning (__main__.TestNN) 2022-05-18T04:46:59.2831948Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-05-18T04:46:59.2849074Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-05-18T04:46:59.2866323Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-05-18T04:46:59.3000975Z test_load_state_dict (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:46:59.3023349Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:59.3056617Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:59.3074386Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:46:59.4321753Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.124s) 2022-05-18T04:46:59.4335949Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:46:59.4366862Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:59.4489179Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:59.5269086Z test_log_softmax_dim0_cuda (__main__.TestNN) ... ok (0.078s) 2022-05-18T04:46:59.5385714Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:59.6149074Z test_log_softmax_dim3_cuda (__main__.TestNN) ... ok (0.076s) 2022-05-18T04:46:59.6265977Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:59.6937996Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.067s) 2022-05-18T04:46:59.7011807Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:46:59.7606772Z test_log_softmax_scalar_cuda (__main__.TestNN) ... ok (0.059s) 2022-05-18T04:46:59.7725702Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:46:59.8388877Z test_log_softmax_spatial_cuda (__main__.TestNN) ... ok (0.066s) 2022-05-18T04:46:59.8532237Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:46:59.9224436Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:46:59.9232867Z test_loss_equal_input_target_shape (__main__.TestNN) ... /var/lib/jenkins/workspace/test/test_nn.py:7089: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:46:59.9233697Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-05-18T04:46:59.9262979Z /var/lib/jenkins/workspace/test/test_nn.py:7090: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:46:59.9263640Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-05-18T04:46:59.9292117Z /var/lib/jenkins/workspace/test/test_nn.py:7091: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:46:59.9292822Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-05-18T04:46:59.9321455Z /var/lib/jenkins/workspace/test/test_nn.py:7092: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:46:59.9322112Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-05-18T04:46:59.9351763Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T04:46:59.9352513Z warnings.warn( 2022-05-18T04:46:59.9495825Z ok (0.027s) 2022-05-18T04:46:59.9539555Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:59.9579916Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:46:59.9613625Z test_max_unpool2d_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:46:59.9689891Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:46:59.9821036Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:47:00.0037431Z test_module_backcompat (__main__.TestNN) ... ok (0.021s) 2022-05-18T04:47:00.0063951Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:00.0084486Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:00.0107868Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:00.0122875Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:02.7722161Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:5029: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-05-18T04:47:02.7723749Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-05-18T04:47:02.7725419Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:5049: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-05-18T04:47:02.7726744Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-05-18T04:47:03.1467088Z ok (3.134s) 2022-05-18T04:47:06.2777003Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (3.131s) 2022-05-18T04:47:06.2858849Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:47:06.2912720Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:06.2934024Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:06.2958777Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... /var/lib/jenkins/workspace/test/test_nn.py:5990: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:52.) 2022-05-18T04:47:06.2959582Z nt = torch.nested_tensor([torch.randn(3, 3)]) 2022-05-18T04:47:06.2974755Z ok (0.004s) 2022-05-18T04:47:06.2987435Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:06.3047001Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:47:06.3660687Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:47:06.3661849Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:47:06.3761948Z ok (0.071s) 2022-05-18T04:47:06.3862630Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:47:06.3896475Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:06.3922562Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:06.3969872Z test_named_modules (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:06.4019600Z test_native_dropout_corner_case (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:06.4042104Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:06.4238575Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.020s) 2022-05-18T04:47:06.4844836Z test_new_spectral_norm (__main__.TestNN) ... ok (0.060s) 2022-05-18T04:47:06.4885016Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:47:06.4929758Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:47:06.5175192Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:47:07.3189352Z test_nnpack_conv (__main__.TestNN) ... ok (0.801s) 2022-05-18T04:47:07.3234165Z test_no_grad (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:07.3248105Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:07.3330731Z test_normalize (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:47:07.3357988Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:07.3426186Z test_orthogonal_parametrization (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-05-18T04:47:07.3427652Z warnings.warn(msg, FutureWarning) 2022-05-18T04:47:07.5617761Z ok (0.226s) 2022-05-18T04:47:07.5798914Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:47:07.6202061Z test_pack_padded_sequence (__main__.TestNN) ... ok (0.040s) 2022-05-18T04:47:07.6888840Z test_pack_sequence (__main__.TestNN) ... ok (0.068s) 2022-05-18T04:47:07.6921753Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:07.6989972Z test_pad_scalar_error (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:47:07.7117176Z test_pad_sequence (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:47:07.7172546Z test_padding_list (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:07.7208490Z test_pairwise_distance (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:47:07.7236113Z test_parameter_assignment (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:07.7286205Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:07.7305719Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:07.7332169Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:07.7348727Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:07.7359744Z test_parametrization_same_training_mode (__main__.TestNN) 2022-05-18T04:47:07.7369307Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-05-18T04:47:07.7380055Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:07.7417274Z test_partial_flat_weights (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/rnn.py:769: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-05-18T04:47:07.7419185Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-05-18T04:47:07.7422101Z ok (0.004s) 2022-05-18T04:47:07.8108156Z test_pdist (__main__.TestNN) ... ok (0.068s) 2022-05-18T04:47:07.8190584Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.008s) 2022-05-18T04:47:07.8887312Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.069s) 2022-05-18T04:47:07.8940706Z test_pdist_empty_col (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:07.8995658Z test_pdist_empty_row (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:07.9184357Z test_pdist_large (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:47:07.9962334Z test_pdist_zeros (__main__.TestNN) 2022-05-18T04:47:08.0297053Z Test that grad is still valid when dist is 0 ... ok (0.034s) 2022-05-18T04:47:08.0327193Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:08.7130146Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.680s) 2022-05-18T04:47:08.7149561Z test_pointwise_loss_broadcast (__main__.TestNN) ... /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7151130Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7152280Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7153595Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7158296Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7159693Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7160868Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7162193Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7163416Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7164729Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7165909Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7167260Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7185638Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7187073Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7188287Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7189619Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7191226Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7192574Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7194808Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7196400Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7197607Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7198899Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7200645Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7201999Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7203210Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7204572Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7222293Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7223713Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7224917Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7226256Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7227474Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7228768Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7231074Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7232448Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7233645Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7234974Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7236530Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7238091Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7239334Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7240668Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7257838Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7259288Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7260570Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7261895Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7264072Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7265441Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7268732Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7270112Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7271315Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7272651Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7286360Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7287758Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7288962Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7290303Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7291519Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7292827Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7294988Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7296360Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7297751Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7299105Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7313415Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7314983Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7316171Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7317510Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7318728Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7320029Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7321699Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7323065Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7324256Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7325592Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7339904Z /var/lib/jenkins/workspace/test/test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7341399Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T04:47:08.7342659Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7343995Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7345980Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7347308Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7351111Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7352494Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7353672Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7355003Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7356266Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7357076Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7357954Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7358758Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7376087Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7376784Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7378736Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7379423Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7380728Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7381391Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7385600Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7386263Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7386882Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7387543Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7390708Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7391389Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7391994Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7392648Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7411296Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7411981Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7413991Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7415439Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7416102Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7416780Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7421181Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7422084Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7422721Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7423385Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7425995Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7427142Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7427760Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7428394Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7445046Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7445902Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7447625Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7448467Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7451481Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7452323Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7455056Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7456093Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7456714Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7457353Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7471456Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7472155Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7473394Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7474162Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7475502Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7476164Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7480011Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7480682Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7481934Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7483328Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7499441Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7500850Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7502061Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7503362Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7504583Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7505893Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7507630Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7508977Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7510150Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7511517Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7526476Z /var/lib/jenkins/workspace/test/test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7527958Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7529387Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7530834Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7532559Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7534183Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7537711Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7539156Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7540373Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7541759Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7542890Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7543611Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7544941Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7546377Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7563958Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7565407Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7566658Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7568043Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7569304Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7570665Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7572819Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7574631Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7576105Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7577513Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7579202Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7580796Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7582059Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7583444Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7600473Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7601946Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7603166Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7604563Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7605812Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7607190Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7609167Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7610566Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7611821Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7613201Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7615268Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7616698Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7617924Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7619340Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7636161Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7637945Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7639235Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7640607Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7642109Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7643527Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7646372Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7647806Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7649017Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7650417Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7664668Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7666121Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7667379Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7668729Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7669990Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7671373Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7672391Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7673123Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7674255Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7675055Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7689014Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7689933Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7691397Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7692146Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7695065Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7696016Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7697613Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7698872Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7700191Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7701162Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7714158Z /var/lib/jenkins/workspace/test/test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7714939Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T04:47:08.7716011Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7716897Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7719686Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7720783Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7722195Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7723090Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7724250Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7725227Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7726229Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7727130Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7728089Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7728801Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7746076Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7747041Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7747965Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7748651Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7750191Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7750878Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7755257Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7756183Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7756972Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7757649Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7760513Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7761421Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7762219Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7762896Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7780138Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7780826Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7782216Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7782900Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7784944Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7785633Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7789117Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7789826Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7790452Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7791457Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7793021Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7793871Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7794649Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7795313Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7812033Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7813011Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7814063Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7815005Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7818900Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7819603Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7822270Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7822994Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7824460Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7825878Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7840135Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7841578Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7842998Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7844374Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7845611Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7847136Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7848338Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7849717Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7850939Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7852290Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7866872Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7868303Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7869522Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7870879Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7872125Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7873462Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7874718Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7876080Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7877314Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7878674Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7892635Z /var/lib/jenkins/workspace/test/test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T04:47:08.7894011Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T04:47:08.7895978Z ok (0.077s) 2022-05-18T04:47:08.7913149Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.7935511Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.7947701Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.8015747Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:47:08.8031916Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:47:08.8249748Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.022s) 2022-05-18T04:47:08.8268806Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.8289046Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.8311442Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.8326921Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.8347776Z test_pruning_container_compute_mask (__main__.TestNN) 2022-05-18T04:47:08.8365891Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.004s) 2022-05-18T04:47:08.8376171Z test_pruning_id_consistency (__main__.TestNN) 2022-05-18T04:47:08.8386190Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-05-18T04:47:08.8399559Z test_pruning_rollback (__main__.TestNN) 2022-05-18T04:47:08.8425869Z Test that if something fails when the we try to compute the mask, ... ok (0.004s) 2022-05-18T04:47:08.8474439Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:08.8524928Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:08.8561801Z test_random_pruning (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:47:08.8578315Z test_random_pruning_0perc (__main__.TestNN) 2022-05-18T04:47:08.8605892Z Test that a mask of 1s does not change forward or backward. ... ok (0.004s) 2022-05-18T04:47:08.8618788Z test_random_pruning_forward (__main__.TestNN) 2022-05-18T04:47:08.8635780Z check forward with mask (by hand). ... ok (0.003s) 2022-05-18T04:47:08.8647660Z test_random_pruning_new_weight (__main__.TestNN) 2022-05-18T04:47:08.8671429Z Test that module.name now contains a pruned version of ... ok (0.003s) 2022-05-18T04:47:08.8682077Z test_random_pruning_orig (__main__.TestNN) 2022-05-18T04:47:08.8705555Z Test that original tensor is correctly stored in 'orig' ... ok (0.003s) 2022-05-18T04:47:08.8775086Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:47:08.8788545Z test_random_pruning_sizes (__main__.TestNN) 2022-05-18T04:47:08.8814052Z Test that the new parameters and buffers created by the pruning ... ok (0.004s) 2022-05-18T04:47:08.8832925Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.8855805Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-05-18T04:47:08.8874432Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.004s) 2022-05-18T04:47:08.8895714Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-05-18T04:47:08.8917449Z Test that it is possible to nest the parametrizations ... ok (0.004s) 2022-05-18T04:47:08.9015066Z test_register_and_remove_parametrization (__main__.TestNN) 2022-05-18T04:47:08.9195812Z Test that it is possible to add a few parametrizations ... ok (0.028s) 2022-05-18T04:47:08.9211890Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.9226704Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.9239898Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.9248295Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.9265256Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.9279474Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.9292658Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.9357519Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:47:08.9373043Z test_remove_pruning (__main__.TestNN) 2022-05-18T04:47:08.9399466Z `prune.remove` removes the hook and the reparametrization ... ok (0.004s) 2022-05-18T04:47:08.9407718Z test_remove_pruning_exception (__main__.TestNN) 2022-05-18T04:47:08.9415508Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-05-18T04:47:08.9425298Z test_remove_pruning_forward (__main__.TestNN) 2022-05-18T04:47:08.9438342Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-05-18T04:47:08.9454281Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:08.9473671Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.9569690Z test_rnn_args_check (__main__.TestNN) ... ok (0.010s) 2022-05-18T04:47:08.9584822Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:47:08.9770557Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.018s) 2022-05-18T04:47:08.9793918Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:08.9831829Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:47:08.9863956Z test_self_attn_TxT_attn_mask (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/activation.py:1113: UserWarning: Converting mask without torch.bool dtype to bool; this will negatively affect performance. Prefer to use a boolean mask directly. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/attention.cpp:143.) 2022-05-18T04:47:08.9864733Z return torch._native_multi_head_attention( 2022-05-18T04:47:08.9868018Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/activation.py:1113: UserWarning: Converting mask without torch.bool dtype to bool; this will negatively affect performance. Prefer to use a boolean mask directly. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/attention.cpp:143.) 2022-05-18T04:47:08.9868728Z return torch._native_multi_head_attention( 2022-05-18T04:47:08.9873003Z ok (0.004s) 2022-05-18T04:47:08.9893562Z test_serialization_parametrization (__main__.TestNN) 2022-05-18T04:47:08.9946036Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.007s) 2022-05-18T04:47:08.9968409Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:09.0205372Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.024s) 2022-05-18T04:47:09.0260708Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:09.0287535Z test_softmax_cpu (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:09.0408428Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:47:09.1061772Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.065s) 2022-05-18T04:47:09.1182726Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:47:09.1763932Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.058s) 2022-05-18T04:47:09.1835305Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:47:09.2406565Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.057s) 2022-05-18T04:47:09.2526557Z test_softmax_lastdim (__main__.TestNN) ... ok (0.012s) 2022-05-18T04:47:09.3231745Z test_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:47:09.3343480Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.011s) 2022-05-18T04:47:09.3908850Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.056s) 2022-05-18T04:47:09.4044865Z test_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-05-18T04:47:09.4739485Z test_softmax_spatial_cuda (__main__.TestNN) ... ok (0.069s) 2022-05-18T04:47:09.4865187Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:47:09.5420745Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.055s) 2022-05-18T04:47:09.5569293Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:47:09.6265842Z test_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.070s) 2022-05-18T04:47:09.6283194Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:09.6679840Z test_spectral_norm (__main__.TestNN) ... ok (0.040s) 2022-05-18T04:47:09.6700465Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:09.6726452Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:09.6992973Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.027s) 2022-05-18T04:47:09.7017862Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:09.7065182Z test_state_dict (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:09.7674857Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... ok (0.061s) 2022-05-18T04:47:09.7708975Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:12.9470722Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... ok (3.176s) 2022-05-18T04:47:12.9498577Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T04:47:12.9510854Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:12.9547908Z test_to (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:47:12.9566970Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:12.9590539Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-05-18T04:47:12.9631655Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-05-18T04:47:12.9707123Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.007s) 2022-05-18T04:47:12.9719252Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-05-18T04:47:12.9739912Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-05-18T04:47:12.9756850Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-05-18T04:47:12.9785499Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-05-18T04:47:13.2293492Z test_transformer_args_check (__main__.TestNN) ... ok (0.251s) 2022-05-18T04:47:13.2455327Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.016s) 2022-05-18T04:47:13.4354751Z test_transformerdecoder (__main__.TestNN) ... ok (0.190s) 2022-05-18T04:47:13.4699273Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.034s) 2022-05-18T04:47:13.5125730Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.043s) 2022-05-18T04:47:13.6878734Z test_transformerencoder (__main__.TestNN) ... ok (0.175s) 2022-05-18T04:47:13.6938102Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:47:13.7030483Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.009s) 2022-05-18T04:47:13.7083158Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:13.7148567Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:47:13.7211049Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-05-18T04:47:13.7264592Z test_type (__main__.TestNN) ... ok (0.005s) 2022-05-18T04:47:13.7273233Z test_type_before_parametrizations (__main__.TestNN) 2022-05-18T04:47:13.7280675Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2022-05-18T04:47:13.7303381Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.9/site-packages/torch/_tensor.py:908: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1393.) 2022-05-18T04:47:13.7304152Z return super(Tensor, self).refine_names(names) 2022-05-18T04:47:13.7306103Z ok (0.002s) 2022-05-18T04:47:13.7330917Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:13.7483873Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:47:13.7634448Z test_unpack_sequence (__main__.TestNN) ... ok (0.015s) 2022-05-18T04:47:13.7764838Z test_unpad_sequence (__main__.TestNN) ... ok (0.013s) 2022-05-18T04:47:13.7774133Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-05-18T04:47:13.7780623Z Since it may happen that the tensor to prune has entries with the ... ok (0.001s) 2022-05-18T04:47:13.7796550Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:13.8043084Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.025s) 2022-05-18T04:47:13.8058514Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:13.8723181Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.066s) 2022-05-18T04:47:13.8748372Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:13.8942489Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.019s) 2022-05-18T04:47:13.9211838Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.027s) 2022-05-18T04:47:13.9226833Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-05-18T04:47:13.9236690Z test_validate_pruning_amount (__main__.TestNN) 2022-05-18T04:47:13.9240022Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-05-18T04:47:13.9252086Z test_validate_pruning_amount_init (__main__.TestNN) 2022-05-18T04:47:13.9255716Z Test the first util function that validates the pruning ... ok (0.001s) 2022-05-18T04:47:13.9273087Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:13.9356634Z test_weight_norm (__main__.TestNN) ... ok (0.008s) 2022-05-18T04:47:13.9381498Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-05-18T04:47:13.9420270Z test_zero_grad (__main__.TestNN) ... ok (0.004s) 2022-05-18T04:47:14.0189701Z test_AdaptiveMaxPool1d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.076s) 2022-05-18T04:47:14.0883731Z test_AdaptiveMaxPool1d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:47:14.1527979Z test_AdaptiveMaxPool1d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:47:14.2164626Z test_AdaptiveMaxPool1d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:47:14.2798359Z test_AdaptiveMaxPool2d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:14.3438884Z test_AdaptiveMaxPool2d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:47:14.4075249Z test_AdaptiveMaxPool2d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:14.4730769Z test_AdaptiveMaxPool2d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:14.5383606Z test_AdaptiveMaxPool3d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:14.6053343Z test_AdaptiveMaxPool3d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:14.6716451Z test_AdaptiveMaxPool3d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:14.7386177Z test_AdaptiveMaxPool3d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:14.8181820Z test_AdaptiveMaxPool_zero_batch_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-05-18T04:47:14.8874904Z test_AvgPool2d_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:47:14.9485069Z test_AvgPool3d_backward_after_cat_dim1_device_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:15.0140003Z test_BatchNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:15.0770178Z test_Bilinear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:15.2058564Z test_CTCLoss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.129s) 2022-05-18T04:47:15.2721401Z test_CTCLoss_empty_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:15.3423444Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-05-18T04:47:15.4135153Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:47:15.4830216Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:47:15.5484856Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:15.6107937Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:15.6781271Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:18.0840839Z test_Conv2d_backward_depthwise_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (2.406s) 2022-05-18T04:47:18.4111630Z test_Conv2d_backward_depthwise_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.327s) 2022-05-18T04:47:18.4834439Z test_Conv2d_depthwise_naive_groups_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T04:47:18.5515469Z test_Conv2d_depthwise_naive_groups_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-05-18T04:47:18.6219930Z test_Conv2d_depthwise_naive_groups_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-05-18T04:47:18.6792992Z test_Conv2d_deterministic_cudnn_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:47:18.6794578Z warnings.warn( 2022-05-18T04:47:18.6796524Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:47:18.6797555Z warnings.warn( 2022-05-18T04:47:18.6859883Z ok (0.064s) 2022-05-18T04:47:18.7467578Z test_Conv2d_deterministic_cudnn_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:47:18.7469163Z warnings.warn( 2022-05-18T04:47:18.7471104Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:47:18.7472470Z warnings.warn( 2022-05-18T04:47:18.7549764Z ok (0.069s) 2022-05-18T04:47:18.8194145Z test_Conv2d_deterministic_cudnn_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:47:18.8803417Z test_Conv2d_deterministic_cudnn_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:18.9409825Z test_Conv2d_deterministic_cudnn_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:19.1903102Z test_Conv2d_large_workspace_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.249s) 2022-05-18T04:47:19.6000676Z test_Conv2d_large_workspace_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.252s) 2022-05-18T04:47:21.4322388Z test_Conv2d_large_workspace_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (1.694s) 2022-05-18T04:47:23.0669962Z test_Conv2d_naive_groups_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-05-18T04:47:23.1296908Z test_Conv2d_naive_groups_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:23.1971216Z test_Conv2d_naive_groups_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:23.2602830Z test_Conv2d_size_1_kernel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:23.3267669Z test_Conv3d_depthwise_naive_groups_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:23.3932461Z test_Conv3d_depthwise_naive_groups_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:23.4595526Z test_Conv3d_depthwise_naive_groups_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:23.5195185Z test_ConvTranspose2d_large_output_padding_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:23.5797075Z test_ConvTranspose2d_large_output_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:23.6371361Z test_ConvTranspose2d_size_1_kernel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:47:23.6952245Z test_ConvTranspose3d_size_1_kernel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:47:23.7715222Z test_Dropout2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.076s) 2022-05-18T04:47:23.8461827Z test_Dropout3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-05-18T04:47:24.3810707Z test_Dropout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.535s) 2022-05-18T04:47:24.4519276Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:47:24.5129395Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:24.5755133Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:24.6374201Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:24.6987875Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:24.7599312Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:24.8214656Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:24.8837959Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:24.9457050Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:25.0073007Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:25.0682500Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:25.1289296Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:25.2310381Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:47:25.3339952Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:47:25.4354831Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:47:25.5391191Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:47:25.6428685Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:47:25.7448985Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:47:25.8488279Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:47:25.9528519Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:47:26.0551129Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:47:26.1586790Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:47:26.2613707Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:47:26.3618480Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-05-18T04:47:26.4180415Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.056s) 2022-05-18T04:47:26.4727130Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.054s) 2022-05-18T04:47:26.5268710Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.054s) 2022-05-18T04:47:26.5823380Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.055s) 2022-05-18T04:47:26.6371459Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.055s) 2022-05-18T04:47:26.6912953Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.054s) 2022-05-18T04:47:26.7526792Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:26.8148497Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:26.8767720Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:26.9388572Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:27.0021641Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:27.0721653Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-05-18T04:47:27.1398116Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:27.2107305Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:47:27.2772573Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:27.3441071Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:27.4091496Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:27.4726155Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:27.5377282Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:27.6030168Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:27.6682575Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:27.7331433Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:27.7957592Z test_FractionalMaxPool2d_zero_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:27.8519322Z test_FractionalMaxPool2d_zero_out_size_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:47:27.9141989Z test_FractionalMaxPool3d_zero_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:27.9701971Z test_FractionalMaxPool3d_zero_out_size_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:47:28.0489311Z test_GRU_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:995.) 2022-05-18T04:47:28.0490490Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:47:28.0794126Z ok (0.109s) 2022-05-18T04:47:28.1417703Z test_GroupNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:28.2142612Z test_GroupNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T04:47:29.0795740Z test_GroupNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.865s) 2022-05-18T04:47:29.2082199Z test_GroupNorm_raises_error_if_one_value_per_group_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-05-18T04:47:29.2757568Z test_InstanceNorm1d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:29.3405457Z test_InstanceNorm2d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:29.4036963Z test_InstanceNorm3d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:29.5246211Z test_LSTM_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-05-18T04:47:29.6513919Z test_LayerNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.127s) 2022-05-18T04:47:30.1937999Z test_LayerNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.542s) 2022-05-18T04:47:30.3218366Z test_LocalResponseNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-05-18T04:47:30.3790717Z test_MarginLoss_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:47:30.3791896Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:47:30.4060672Z ok (0.084s) 2022-05-18T04:47:30.4629993Z test_MarginLoss_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:47:30.4631109Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T04:47:30.4899704Z ok (0.084s) 2022-05-18T04:47:30.5516151Z test_MaxPool1d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:30.6123581Z test_MaxPool1d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:30.6734626Z test_MaxPool1d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:30.7368383Z test_MaxPool1d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:30.7994713Z test_MaxPool2d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:30.8606577Z test_MaxPool2d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:30.9210523Z test_MaxPool2d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:30.9818099Z test_MaxPool2d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:47:31.0421906Z test_MaxPool3d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:31.1021400Z test_MaxPool3d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:31.1612694Z test_MaxPool3d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:47:31.2203104Z test_MaxPool3d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:47:31.2908746Z test_MaxPool_zero_batch_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-05-18T04:47:31.3498514Z test_MaxUnpool_zero_batch_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:47:32.3293931Z test_ReflectionPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.979s) 2022-05-18T04:47:32.6495011Z test_ReflectionPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.320s) 2022-05-18T04:47:32.7424990Z test_ReflectionPad_empty_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-05-18T04:47:32.8218187Z test_ReflectionPad_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-05-18T04:47:32.8932961Z test_ReplicationPad1d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:47:33.1461718Z test_ReplicationPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.253s) 2022-05-18T04:47:40.2250621Z test_ReplicationPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (7.079s) 2022-05-18T04:47:40.3356027Z test_ReplicationPad_empty_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:47:40.4239217Z test_ReplicationPad_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:47:40.6239214Z test_TransformerDecoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.200s) 2022-05-18T04:47:40.9985518Z test_TransformerDecoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.374s) 2022-05-18T04:47:41.2847798Z test_TransformerEncoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.286s) 2022-05-18T04:47:41.5687059Z test_TransformerEncoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.284s) 2022-05-18T04:47:42.8266884Z test_Transformer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.258s) 2022-05-18T04:47:42.9798213Z test_Unfold_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.153s) 2022-05-18T04:47:43.0373149Z test_activations_bfloat16_cpu_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.057s) 2022-05-18T04:47:43.1005514Z test_activations_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:43.1590144Z test_adaptive_avg_pool2d_output_size_one_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:47:43.2140495Z test_adaptive_avg_pool3d_output_size_one_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:47:43.2770424Z test_adaptive_pool_invalid_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:47:43.3430191Z test_adaptive_pooling_max_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:43.4091894Z test_adaptive_pooling_max_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:47:43.4928032Z test_adaptive_pooling_no_suppot_input_cuda_int16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.083s) 2022-05-18T04:47:43.5758188Z test_adaptive_pooling_no_suppot_input_cuda_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.083s) 2022-05-18T04:47:43.6578422Z test_adaptive_pooling_no_suppot_input_cuda_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-05-18T04:47:43.7429787Z test_adaptive_pooling_no_suppot_input_cuda_int8 (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:47:43.8295465Z test_adaptive_pooling_no_suppot_input_cuda_uint8 (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:47:43.8977155Z test_adaptive_pooling_zero_batch_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-05-18T04:47:43.9596470Z test_adaptive_pooling_zero_batch_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:44.0201596Z test_affine_2d_rotate0_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:44.0807473Z test_affine_2d_rotate45_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:44.1660747Z test_affine_2d_rotate90_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:47:44.7615108Z test_affine_2d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.595s) 2022-05-18T04:47:55.6560132Z test_affine_3d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (10.894s) 2022-05-18T04:47:55.7172603Z test_avg_pool2d_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.061s) 2022-05-18T04:47:56.0646991Z test_avg_pool2d_nhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.347s) 2022-05-18T04:47:56.5828663Z test_avg_pool2d_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.518s) 2022-05-18T04:47:57.1710819Z test_avg_pool2d_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.588s) 2022-05-18T04:47:57.3272057Z test_batchnorm_affine_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.156s) 2022-05-18T04:47:57.3996781Z test_batchnorm_affine_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T04:47:57.4646819Z test_batchnorm_affine_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:47:57.5286758Z test_batchnorm_affine_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:47:57.6028092Z test_batchnorm_eval_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-05-18T04:47:57.6720549Z test_batchnorm_eval_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:47:57.7414440Z test_batchnorm_eval_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:47:57.8105630Z test_batchnorm_eval_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:47:57.9936426Z test_batchnorm_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.183s) 2022-05-18T04:47:58.0521664Z test_batchnorm_large_batch_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:47:58.1389488Z test_batchnorm_large_batch_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:47:58.3006478Z test_batchnorm_simple_average_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-05-18T04:47:58.3721021Z test_batchnorm_simple_average_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:47:58.4439636Z test_batchnorm_simple_average_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T04:47:58.5157532Z test_batchnorm_simple_average_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T04:47:58.5775064Z test_batchnorm_update_stats_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:47:59.0531407Z test_clip_grad_norm_error_if_nonfinite_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.475s) 2022-05-18T04:47:59.1184864Z test_clip_grad_norm_multi_device_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.065s) 2022-05-18T04:47:59.1855590Z test_contig_wrong_stride_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:47:59.2597716Z test_conv1d_same_padding_backward_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-05-18T04:47:59.3321585Z test_conv1d_same_padding_backward_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T04:47:59.4284262Z test_conv1d_same_padding_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-05-18T04:47:59.5009291Z test_conv1d_same_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T04:47:59.5605812Z test_conv1d_valid_padding_backward_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:47:59.6172914Z test_conv1d_valid_padding_backward_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:47:59.6724935Z test_conv1d_valid_padding_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:47:59.7273094Z test_conv1d_valid_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:47:59.7847686Z test_conv1d_vs_scipy_mode_same_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:47:59.8413691Z test_conv1d_vs_scipy_mode_same_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:47:59.8988935Z test_conv1d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:47:59.9551018Z test_conv1d_vs_scipy_mode_valid_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:00.0085585Z test_conv2d_no_grad_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:48:00.0717273Z test_conv2d_same_padding_backward_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:48:00.1306367Z test_conv2d_same_padding_backward_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:48:00.1898232Z test_conv2d_same_padding_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:48:00.2495682Z test_conv2d_same_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:48:00.3074051Z test_conv2d_valid_padding_backward_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:48:00.3632089Z test_conv2d_valid_padding_backward_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:00.4173385Z test_conv2d_valid_padding_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:48:00.4710477Z test_conv2d_valid_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:48:00.5283701Z test_conv2d_vs_scipy_mode_same_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:48:00.5843803Z test_conv2d_vs_scipy_mode_same_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:00.6412143Z test_conv2d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:48:00.6970276Z test_conv2d_vs_scipy_mode_valid_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:00.8604851Z test_conv3d_same_padding_backward_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.163s) 2022-05-18T04:48:00.9426981Z test_conv3d_same_padding_backward_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-05-18T04:48:01.0012860Z test_conv3d_same_padding_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:48:01.0569411Z test_conv3d_same_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:01.3346571Z test_conv3d_valid_padding_backward_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.277s) 2022-05-18T04:48:01.4394424Z test_conv3d_valid_padding_backward_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:01.5056230Z test_conv3d_valid_padding_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:48:01.5656964Z test_conv3d_valid_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:48:01.6282729Z test_conv3d_vs_scipy_mode_same_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:48:01.6897052Z test_conv3d_vs_scipy_mode_same_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:48:01.7542380Z test_conv3d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:48:01.8173611Z test_conv3d_vs_scipy_mode_valid_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T04:48:01.8792742Z test_convTranspose_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:48:01.9804881Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:02.0818587Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:02.1964329Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-05-18T04:48:02.3006864Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:48:02.4055466Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:02.5054575Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-05-18T04:48:02.6077414Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:48:02.7081313Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-05-18T04:48:02.8071456Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-05-18T04:48:02.9046948Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.097s) 2022-05-18T04:48:03.0057787Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:03.1073960Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:03.2179025Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:03.3269704Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:03.4316180Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:03.5320474Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-05-18T04:48:03.6408796Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:03.7496347Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:03.8532341Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:03.9540441Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:04.0637125Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:04.1752601Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-05-18T04:48:04.2798098Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:48:04.3820987Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:48:04.4870229Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:04.5881507Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:04.6895960Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:04.7902392Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:04.8939003Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:04.9968440Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:05.1061174Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:05.2118266Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:05.3151650Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:05.4161443Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:05.5178398Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:48:05.6194892Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-05-18T04:48:05.6351480Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77124 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.016s) 2022-05-18T04:48:05.7388890Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:48:05.8437918Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:05.9467155Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:06.0501590Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:06.1528569Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:06.2549039Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:48:06.3553838Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-05-18T04:48:06.4598983Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:48:06.5628296Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-05-18T04:48:06.6668906Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:48:06.7718377Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:06.8801441Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:06.9883236Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:07.0969255Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:07.2015566Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:48:07.3089710Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:07.4161810Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:07.5232265Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:07.6301005Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:07.7648236Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2022-05-18T04:48:07.9028789Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.138s) 2022-05-18T04:48:08.0096010Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:08.1239661Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-05-18T04:48:08.2663866Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.142s) 2022-05-18T04:48:08.4075682Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.141s) 2022-05-18T04:48:08.5158931Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:08.6212351Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:08.7946796Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.173s) 2022-05-18T04:48:08.9667891Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.172s) 2022-05-18T04:48:09.1338567Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.167s) 2022-05-18T04:48:09.2882306Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.154s) 2022-05-18T04:48:09.4317522Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.143s) 2022-05-18T04:48:09.5716936Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.140s) 2022-05-18T04:48:09.7203200Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.148s) 2022-05-18T04:48:09.8695303Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.149s) 2022-05-18T04:48:09.9634044Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-05-18T04:48:10.0531452Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:10.1422616Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:48:10.2304607Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:10.3209490Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:10.4103629Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:48:10.5027221Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-05-18T04:48:10.5928864Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:10.6808293Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:10.7683304Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:10.8565767Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:10.9437342Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:11.0344280Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.091s) 2022-05-18T04:48:11.1255418Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.091s) 2022-05-18T04:48:11.2160468Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:11.3058919Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:11.3951085Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:48:11.4841535Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:48:11.5742658Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:11.6637640Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:48:11.7541782Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:11.8453610Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.091s) 2022-05-18T04:48:11.9358024Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:12.0259078Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:12.1120616Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:48:12.1968495Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:12.2831183Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:48:12.3684088Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:12.4562923Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:12.5430802Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:12.6312827Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:12.7188434Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:12.8056100Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:12.8917480Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:48:12.9779487Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:48:13.0629265Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:13.1507602Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:13.2377198Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:13.3255388Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:13.4126496Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:13.4984779Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:48:13.5842039Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:48:13.6729980Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:48:13.7603998Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:13.8527768Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-05-18T04:48:13.9490176Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-05-18T04:48:14.0465570Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.097s) 2022-05-18T04:48:14.1397342Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-05-18T04:48:14.2314886Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-05-18T04:48:14.3236002Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-05-18T04:48:14.4091722Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:14.4946167Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:14.5822905Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:14.6693286Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:14.7568249Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:14.8437890Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:14.9286764Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:15.0133275Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-05-18T04:48:15.0988241Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:15.1842845Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:15.2725642Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:15.3601216Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:15.4482214Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:15.5351913Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:15.6214700Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:48:15.7069424Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:15.7926475Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:15.8777208Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:48:15.9655829Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:16.0536577Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:16.1421911Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-05-18T04:48:16.2292379Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:48:16.2996119Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.070s) 2022-05-18T04:48:16.3687392Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.4380237Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.5073713Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.5766402Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.6456562Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.7143498Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.7834197Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.8526179Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:16.9224902Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.070s) 2022-05-18T04:48:16.9921398Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.0612133Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.1299071Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.1991908Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.2681990Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.3381400Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.070s) 2022-05-18T04:48:17.4077087Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.4766895Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.5458975Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.6148583Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.6838630Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.7530961Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.8222756Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.8913118Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:17.9602165Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.0295204Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.0985223Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.1678157Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.2369203Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.3060963Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.3751101Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.4441020Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.069s) 2022-05-18T04:48:18.5138750Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.070s) 2022-05-18T04:48:18.5881143Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.074s) 2022-05-18T04:48:18.6611505Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:18.7355051Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.074s) 2022-05-18T04:48:18.8089735Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:18.8813792Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:18.9550054Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.074s) 2022-05-18T04:48:19.0292805Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.074s) 2022-05-18T04:48:19.1029206Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:19.1758616Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:19.2501091Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.074s) 2022-05-18T04:48:19.3256250Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.075s) 2022-05-18T04:48:19.3989932Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:19.4707758Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:19.5420798Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:19.6149618Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:19.6880314Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:19.7609843Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:19.8329832Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:19.9035547Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.070s) 2022-05-18T04:48:19.9754509Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:20.0476546Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:20.1229036Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.075s) 2022-05-18T04:48:20.1962792Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:20.2698117Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:20.3413091Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:20.4127624Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:20.4837872Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:20.5546730Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:20.6261867Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:20.6986166Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:20.7718607Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.073s) 2022-05-18T04:48:20.8443047Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:20.9159800Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:20.9875025Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:21.0588170Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:21.1303966Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.071s) 2022-05-18T04:48:21.2022188Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:21.2775649Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.075s) 2022-05-18T04:48:21.3497155Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.072s) 2022-05-18T04:48:21.4206631Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:21.4923187Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:21.5635997Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:21.6352216Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:21.7063054Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:21.7775665Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:21.8485808Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:21.9190800Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:21.9907276Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.0627316Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:22.1341114Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.2055407Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.2772380Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:22.3491895Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:22.4203621Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.4915532Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.5625557Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.6352090Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:22.7076381Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:22.7794760Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:22.8511256Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.9222559Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:22.9928305Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:23.0620229Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.1309340Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.1997546Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.2685535Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.3376227Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.4068716Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.4756600Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.5445311Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.6134204Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.6818168Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:23.7508134Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.8196912Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.8884993Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:23.9573399Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.0262078Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.0961381Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:24.1649520Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.2335342Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:24.3022299Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.3708795Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:24.4394905Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:24.5084418Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.5772575Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.6460506Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.7143615Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:24.7826017Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:24.8514425Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.9203549Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:24.9893904Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.0582014Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.1286796Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:25.1973070Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.2666778Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.3380035Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:25.4067939Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.4750401Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:25.5442273Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.6125719Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:25.6813503Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.7521519Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:25.8215752Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.8911633Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:25.9625072Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:26.0345715Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:26.1083472Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.074s) 2022-05-18T04:48:26.1779101Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.2480070Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:26.3167764Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.3858944Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.4545939Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.5233968Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.5921434Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.6609502Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.7307695Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:26.7997288Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.8685625Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:26.9370063Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:27.0057168Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.0748315Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.1438400Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.2128765Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.2815750Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.3508292Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.4196129Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.4884142Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.5576379Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.6262953Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:27.6946627Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:27.7635216Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.8323754Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.9010930Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:27.9700441Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.0392058Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.1081376Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.1770940Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.2461502Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.3150359Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.3872894Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:28.4570424Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:28.5258076Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.5944132Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:28.6626496Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:28.7311718Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:28.7999008Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.8687433Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:28.9378525Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.0066204Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.0751521Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:29.1436736Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:29.2123626Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.2810742Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.3497239Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:29.4183619Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.4868055Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:29.5553114Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:29.6242516Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.6935401Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.7619870Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:29.8325864Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:29.9015505Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:29.9701374Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.0384482Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.1067460Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.1748740Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.2434207Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.3116742Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.3811235Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:30.4514773Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:30.5216967Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:30.5904654Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:30.6592503Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:30.7278622Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.7964961Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.068s) 2022-05-18T04:48:30.8655796Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:30.9359559Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:31.0063606Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:31.0774183Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:31.1478257Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.070s) 2022-05-18T04:48:31.2167795Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:31.2855737Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:31.3543271Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.069s) 2022-05-18T04:48:31.4591192Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:31.5647071Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:31.6708439Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:31.7765592Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:31.8976438Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-05-18T04:48:32.0176233Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.120s) 2022-05-18T04:48:32.1389368Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-05-18T04:48:32.2588742Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.120s) 2022-05-18T04:48:32.3657733Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:32.4709695Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:32.5785930Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:32.6837047Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:32.7935720Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:32.9048105Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-05-18T04:48:33.0153112Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:33.1272654Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-05-18T04:48:33.2442391Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.117s) 2022-05-18T04:48:33.3539004Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:33.4606858Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:33.5665608Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:33.6788619Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-05-18T04:48:33.7875646Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:33.8978244Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:34.0069953Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:34.1131904Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:34.2179853Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:34.3239557Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:34.4292410Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:34.5391227Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:34.6476031Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:34.7577349Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:34.8668505Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:34.9735319Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:35.0794453Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:35.1855590Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:35.2905030Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:35.4119237Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-05-18T04:48:35.5318740Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.120s) 2022-05-18T04:48:35.6535129Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-05-18T04:48:35.7731195Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.119s) 2022-05-18T04:48:35.8815425Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:35.9882870Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:36.0945365Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:36.1997263Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:36.3111644Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-05-18T04:48:36.4212261Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:36.5317450Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:36.6405386Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:36.7474257Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:36.8526976Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:36.9589343Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:37.0648175Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:37.1737771Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:37.2818036Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T04:48:37.3912068Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:37.4998904Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T04:48:37.6069586Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T04:48:37.7124053Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:37.8184839Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:37.9236311Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T04:48:38.0342555Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:38.1444993Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T04:48:38.2554455Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-05-18T04:48:38.3708892Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.115s) 2022-05-18T04:48:38.4487970Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.078s) 2022-05-18T04:48:38.5230919Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.074s) 2022-05-18T04:48:38.5986855Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.075s) 2022-05-18T04:48:38.6720489Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.073s) 2022-05-18T04:48:38.7447039Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:38.8156594Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:38.8863740Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.071s) 2022-05-18T04:48:38.9579876Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.072s) 2022-05-18T04:48:39.0688986Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-05-18T04:48:39.1827192Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-05-18T04:48:39.2948826Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-05-18T04:48:39.4069547Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-05-18T04:48:39.5360091Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.129s) 2022-05-18T04:48:39.6648274Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.129s) 2022-05-18T04:48:39.7966385Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.132s) 2022-05-18T04:48:39.9237195Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.127s) 2022-05-18T04:48:40.0392029Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.115s) 2022-05-18T04:48:40.1519493Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.113s) 2022-05-18T04:48:40.2648676Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.113s) 2022-05-18T04:48:40.3772809Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-05-18T04:48:40.5050294Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-05-18T04:48:40.6318806Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.127s) 2022-05-18T04:48:40.7593101Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.127s) 2022-05-18T04:48:40.8865093Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.127s) 2022-05-18T04:48:41.0203797Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.134s) 2022-05-18T04:48:41.1584053Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.138s) 2022-05-18T04:48:41.2949200Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.136s) 2022-05-18T04:48:41.4316138Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.137s) 2022-05-18T04:48:41.5706413Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.139s) 2022-05-18T04:48:41.7082789Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.137s) 2022-05-18T04:48:41.8488889Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.140s) 2022-05-18T04:48:41.9891739Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.140s) 2022-05-18T04:48:42.1197524Z test_conv_backend_slow3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.130s) 2022-05-18T04:48:42.2472950Z test_conv_backend_slow3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.127s) 2022-05-18T04:48:42.3795360Z test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.132s) 2022-05-18T04:48:42.5133181Z test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.134s) 2022-05-18T04:48:42.6481803Z test_conv_backend_slow3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2022-05-18T04:48:42.7828168Z test_conv_backend_slow3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.134s) 2022-05-18T04:48:42.9196425Z test_conv_backend_slow3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.137s) 2022-05-18T04:48:43.0576442Z test_conv_backend_slow3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.138s) 2022-05-18T04:48:43.1209778Z test_conv_cudnn_mismatch_memory_format_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: ROCm not available (0.063s) 2022-05-18T04:48:43.1789135Z test_conv_cudnn_ndhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: cuDNN version 7605 is available but 8005 required (0.058s) 2022-05-18T04:48:43.2361603Z test_conv_cudnn_ndhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: cuDNN version 7605 is available but 8005 required (0.057s) 2022-05-18T04:48:43.2932599Z test_conv_cudnn_nhwc_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... skip: ROCm not available (0.057s) 2022-05-18T04:48:43.3503903Z test_conv_cudnn_nhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: ROCm not available (0.057s) 2022-05-18T04:48:43.4078045Z test_conv_cudnn_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: ROCm not available (0.057s) 2022-05-18T04:48:43.4644259Z test_conv_cudnn_nhwc_support_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:43.5214758Z test_conv_cudnn_nhwc_support_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:48:43.6495329Z test_conv_double_backward_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-05-18T04:48:43.7269288Z test_conv_double_backward_groups_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-05-18T04:48:43.7973383Z test_conv_double_backward_no_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-05-18T04:48:43.9223436Z test_conv_double_backward_stride_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.125s) 2022-05-18T04:48:43.9866765Z test_conv_double_backward_strided_with_3D_input_and_weight_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:48:44.0447600Z test_conv_empty_channel_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-05-18T04:48:44.0448314Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-05-18T04:48:44.0544011Z /opt/conda/lib/python3.9/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-05-18T04:48:44.0544581Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-05-18T04:48:44.0634147Z /opt/conda/lib/python3.9/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-05-18T04:48:44.0634758Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-05-18T04:48:44.0724381Z ok (0.086s) 2022-05-18T04:48:44.1325505Z test_conv_empty_channel_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-05-18T04:48:44.1326281Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-05-18T04:48:44.1413943Z /opt/conda/lib/python3.9/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-05-18T04:48:44.1415264Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-05-18T04:48:44.1498983Z /opt/conda/lib/python3.9/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-05-18T04:48:44.1499700Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-05-18T04:48:44.1584561Z ok (0.086s) 2022-05-18T04:48:44.2723843Z test_conv_large_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.114s) 2022-05-18T04:48:44.3809655Z test_conv_large_nosplit_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.108s) 2022-05-18T04:48:44.4429591Z test_conv_noncontig_weights_and_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:48:44.5102604Z test_conv_noncontig_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:48:44.5695298Z test_conv_thnn_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.059s) 2022-05-18T04:48:44.6271319Z test_conv_thnn_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.057s) 2022-05-18T04:48:44.6828219Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:44.7392435Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:44.8573626Z test_conv_transposed_large_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.114s) 2022-05-18T04:48:44.9168480Z test_convert_conv2d_weight_memory_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:48:45.0065948Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-05-18T04:48:45.0717339Z test_cross_entropy_label_smoothing_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:48:45.1777399Z test_cross_entropy_label_smoothing_weight_ignore_indices_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T04:48:45.2614461Z test_cross_entropy_label_smoothing_with_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-05-18T04:48:45.3306293Z test_cross_entropy_loss_index_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:48:45.4019646Z test_cross_entropy_loss_one_hot_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:48:45.4825938Z test_cross_entropy_loss_prob_target_all_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-05-18T04:48:45.5532983Z test_cross_entropy_loss_prob_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:48:45.6120165Z test_ctc_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Test is flaky on Linux and Windows, typical error message: 2022-05-18T04:48:45.6120738Z https://github.com/pytorch/pytorch/issues/34870 (0.058s) 2022-05-18T04:48:45.6723598Z test_ctc_loss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:48:45.7719183Z test_cudnn_convolution_add_relu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-05-18T04:48:45.8757846Z test_cudnn_convolution_add_relu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:48:45.9734551Z test_cudnn_convolution_relu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.097s) 2022-05-18T04:48:46.0714274Z test_cudnn_convolution_relu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-05-18T04:48:46.1399677Z test_device_mask_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-05-18T04:48:46.2148637Z test_elu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-05-18T04:48:46.2936695Z test_elu_inplace_with_neg_alpha_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-05-18T04:48:46.3640975Z test_embedding_backward_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-05-18T04:48:46.4323793Z test_embedding_backward_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-05-18T04:48:49.5315246Z test_embedding_bag_1D_padding_idx_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (3.099s) 2022-05-18T04:48:53.5358824Z test_embedding_bag_1D_padding_idx_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (4.004s) 2022-05-18T04:48:53.7420448Z test_embedding_bag_2D_padding_idx_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.206s) 2022-05-18T04:48:53.9879715Z test_embedding_bag_2D_padding_idx_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.246s) 2022-05-18T04:48:54.1895249Z test_embedding_bag_bfloat16_cuda_int32_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.201s) 2022-05-18T04:48:54.4015236Z test_embedding_bag_bfloat16_cuda_int32_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.212s) 2022-05-18T04:48:54.6017939Z test_embedding_bag_bfloat16_cuda_int64_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.200s) 2022-05-18T04:48:54.8009513Z test_embedding_bag_bfloat16_cuda_int64_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.199s) 2022-05-18T04:48:55.1524575Z test_embedding_bag_device_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.351s) 2022-05-18T04:48:55.5572947Z test_embedding_bag_device_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.405s) 2022-05-18T04:48:55.9472548Z test_embedding_bag_device_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.390s) 2022-05-18T04:48:56.2997818Z test_embedding_bag_device_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.352s) 2022-05-18T04:48:56.7091038Z test_embedding_bag_device_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.409s) 2022-05-18T04:48:57.1006003Z test_embedding_bag_device_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.391s) 2022-05-18T04:48:57.4525001Z test_embedding_bag_device_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.352s) 2022-05-18T04:48:57.8555153Z test_embedding_bag_device_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.403s) 2022-05-18T04:48:58.2441362Z test_embedding_bag_device_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.388s) 2022-05-18T04:48:58.5950101Z test_embedding_bag_device_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.351s) 2022-05-18T04:48:58.9975353Z test_embedding_bag_device_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.402s) 2022-05-18T04:48:59.3862436Z test_embedding_bag_device_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.389s) 2022-05-18T04:48:59.4476058Z test_embedding_bag_empty_input_cuda_int32_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:48:59.5034624Z test_embedding_bag_empty_input_cuda_int32_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:59.5595344Z test_embedding_bag_empty_input_cuda_int64_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:48:59.6150225Z test_embedding_bag_empty_input_cuda_int64_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:48:59.7364696Z test_embedding_bag_half_cuda_int32_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-05-18T04:48:59.8597025Z test_embedding_bag_half_cuda_int32_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.123s) 2022-05-18T04:48:59.9823668Z test_embedding_bag_half_cuda_int64_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.123s) 2022-05-18T04:49:00.1063106Z test_embedding_bag_half_cuda_int64_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.124s) 2022-05-18T04:49:00.1637721Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:00.2194638Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:00.2741405Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:00.3280903Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:00.3834310Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:00.4377706Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:00.4931681Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:00.5500484Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:00.6058595Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:00.6603549Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:00.7139780Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:00.7673922Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:00.8198518Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.052s) 2022-05-18T04:49:00.8721941Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.052s) 2022-05-18T04:49:00.9243667Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.052s) 2022-05-18T04:49:00.9770455Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.053s) 2022-05-18T04:49:01.0302210Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.053s) 2022-05-18T04:49:01.0836802Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.053s) 2022-05-18T04:49:01.1368590Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.053s) 2022-05-18T04:49:01.1905130Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.053s) 2022-05-18T04:49:01.2441513Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.053s) 2022-05-18T04:49:01.2963846Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.052s) 2022-05-18T04:49:01.3484008Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.052s) 2022-05-18T04:49:01.4050385Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.056s) 2022-05-18T04:49:01.4638116Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.059s) 2022-05-18T04:49:01.5224397Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.058s) 2022-05-18T04:49:01.5817187Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.059s) 2022-05-18T04:49:01.6441905Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.062s) 2022-05-18T04:49:01.7003563Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.056s) 2022-05-18T04:49:01.7543684Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.054s) 2022-05-18T04:49:01.8084548Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.054s) 2022-05-18T04:49:01.8629910Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.054s) 2022-05-18T04:49:01.9173914Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.054s) 2022-05-18T04:49:01.9722127Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.055s) 2022-05-18T04:49:02.0282566Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.056s) 2022-05-18T04:49:02.0824427Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.054s) 2022-05-18T04:49:02.1480202Z test_embedding_dense_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:49:02.2075181Z test_embedding_max_norm_device_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:49:02.2686116Z test_embedding_max_norm_device_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:49:02.3284093Z test_embedding_max_norm_device_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:49:02.4102613Z test_embedding_padding_idx_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-05-18T04:49:02.4917161Z test_embedding_padding_idx_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.081s) 2022-05-18T04:49:02.5695465Z test_embedding_padding_idx_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-05-18T04:49:02.6321577Z test_embedding_scalar_weight_error_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:49:02.6897719Z test_empty_dropout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:02.8297403Z test_fold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.140s) 2022-05-18T04:49:02.9250788Z test_fractional_max_pool2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-05-18T04:49:03.0396376Z test_fractional_max_pool3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-05-18T04:49:03.0973489Z test_fractional_max_pool_nan_inf_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:03.1519878Z test_fractional_max_pool_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:03.2061087Z test_fractional_max_pool_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:03.2586129Z test_glu_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.052s) 2022-05-18T04:49:03.3135379Z test_grid_sample_large_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4164: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3136459Z warnings.warn( 2022-05-18T04:49:03.3145376Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4226: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3146008Z warnings.warn( 2022-05-18T04:49:03.3149123Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4164: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3149748Z warnings.warn( 2022-05-18T04:49:03.3162451Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4226: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3163066Z warnings.warn( 2022-05-18T04:49:03.3165445Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4164: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3166039Z warnings.warn( 2022-05-18T04:49:03.3179551Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4226: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3180225Z warnings.warn( 2022-05-18T04:49:03.3182490Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4164: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3183099Z warnings.warn( 2022-05-18T04:49:03.3195328Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4226: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3196346Z warnings.warn( 2022-05-18T04:49:03.3198619Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4164: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-05-18T04:49:03.3199320Z warnings.warn( 2022-05-18T04:49:03.3207782Z ok (0.062s) 2022-05-18T04:49:03.4277881Z test_grid_sample_large_index_2d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.107s) 2022-05-18T04:49:03.5296810Z test_grid_sample_large_index_2d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.102s) 2022-05-18T04:49:03.6323776Z test_grid_sample_large_index_3d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.102s) 2022-05-18T04:49:03.7345425Z test_grid_sample_large_index_3d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.102s) 2022-05-18T04:49:03.7880436Z test_grid_sample_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:03.8420399Z test_grid_sample_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:03.8983761Z test_group_convTranspose_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:03.9537208Z test_group_conv_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:04.0068414Z test_groupnorm_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:49:04.0595005Z test_groupnorm_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:49:04.1368453Z test_gumbel_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-05-18T04:49:04.2158710Z test_gumbel_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-05-18T04:49:04.2946885Z test_gumbel_softmax_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-05-18T04:49:04.3512981Z test_hardsigmoid_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:04.4074877Z test_hardswish_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:04.4649239Z test_hardswish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:04.5185755Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:04.5706786Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-05-18T04:49:04.6295955Z test_invalid_reduction_strings_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:49:04.6842625Z test_layernorm_half_precision_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:04.7381009Z test_layernorm_weight_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:04.7990081Z test_leaky_relu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T04:49:04.8669289Z test_leaky_relu_inplace_with_neg_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-05-18T04:49:04.9219923Z test_leaky_relu_inplace_with_zero_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:04.9757216Z test_linear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:05.0289449Z test_log_softmax_big_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:05.0821357Z test_log_softmax_big_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:05.1354211Z test_logsigmoid_out_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:05.1892531Z test_lstmcell_backward_only_one_output_grad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:05.5749127Z test_masked_softmax_TxT_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.386s) 2022-05-18T04:49:13.4145781Z test_masked_softmax_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (7.839s) 2022-05-18T04:49:13.7513283Z test_masked_softmax_forward_with_nans_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.337s) 2022-05-18T04:49:13.8559452Z test_masked_softmax_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-05-18T04:49:14.2291156Z test_masked_softmax_transformer_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.373s) 2022-05-18T04:49:14.3134822Z test_max_pool1d_corner_cases_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.084s) 2022-05-18T04:49:14.3669771Z test_max_pool1d_corner_cases_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:49:14.4196234Z test_max_pool1d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.052s) 2022-05-18T04:49:14.4739235Z test_max_pool1d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.054s) 2022-05-18T04:49:14.5266175Z test_max_pool1d_errors_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:49:14.5802347Z test_max_pool2d_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:49:16.4692649Z test_max_pool2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.889s) 2022-05-18T04:49:16.5510115Z test_max_pool2d_indices_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-05-18T04:49:16.8780535Z test_max_pool2d_nhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.327s) 2022-05-18T04:49:17.3973890Z test_max_pool2d_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.519s) 2022-05-18T04:49:17.9974609Z test_max_pool2d_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.600s) 2022-05-18T04:49:18.1588530Z test_max_pool_nan_inf_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.161s) 2022-05-18T04:49:18.2240311Z test_max_pool_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:49:18.2879981Z test_max_pool_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T04:49:18.4249320Z test_maxpool3d_non_square_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.137s) 2022-05-18T04:49:18.4265522Z test_maxpool_indices_no_batch_dim_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) 2022-05-18T04:49:18.5148804Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.090s) 2022-05-18T04:49:18.5164182Z test_maxpool_indices_no_batch_dim_cuda_float16 (__main__.TestNNDeviceTypeCUDA) 2022-05-18T04:49:18.5706806Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.056s) 2022-05-18T04:49:18.5722255Z test_maxpool_indices_no_batch_dim_cuda_float32 (__main__.TestNNDeviceTypeCUDA) 2022-05-18T04:49:18.6256226Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.055s) 2022-05-18T04:49:18.6272142Z test_maxpool_indices_no_batch_dim_cuda_float64 (__main__.TestNNDeviceTypeCUDA) 2022-05-18T04:49:18.6808314Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.055s) 2022-05-18T04:49:18.7375355Z test_mish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:18.7909128Z test_module_to_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:18.8438882Z test_module_to_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:18.9014850Z test_multi_margin_loss_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:18.9598547Z test_multihead_attention_dtype_batch_first_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:49:19.0177893Z test_multihead_attention_dtype_batch_first_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:49:19.0759436Z test_multihead_attention_dtype_batch_first_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:49:19.1312575Z test_multihead_attention_dtype_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:19.1863541Z test_multihead_attention_dtype_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:19.2413299Z test_multihead_attention_dtype_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:19.2953926Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:19.3500977Z test_nll_loss_all_ignored_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:19.4071924Z test_nll_loss_byte_target_matches_long_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:19.4636059Z test_nll_loss_empty_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:19.5200204Z test_nll_loss_empty_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:19.5769930Z test_nll_loss_empty_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:19.6360923Z test_nll_loss_invalid_target_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-05-18T04:49:19.7025308Z test_nll_loss_invalid_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:49:19.7581357Z test_nll_loss_mismatched_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:19.8113226Z test_nll_loss_out_of_bounds_ignore_index_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:19.8664177Z test_nll_loss_total_weight_is_zero_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:19.9222988Z test_nn_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:19.9823805Z test_nn_scalars_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:49:20.0533540Z test_nn_scalars_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-05-18T04:49:20.1086264Z test_noncontig_conv_grad_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:20.1633729Z test_noncontig_conv_grad_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:20.2178355Z test_noncontig_conv_grad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:20.2712307Z test_nonlinearity_propagate_nan_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-05-18T04:49:20.2712997Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T04:49:20.2713693Z /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T04:49:20.2714280Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T04:49:20.2725774Z ok (0.055s) 2022-05-18T04:49:20.3351022Z test_one_hot_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:49:20.3897893Z test_overwrite_module_params_on_conversion_cpu_device_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:20.4722863Z test_pad_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-05-18T04:49:20.5575989Z test_pad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:49:26.0246654Z test_pool3d_large_size_int64_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (5.467s) 2022-05-18T04:49:26.1052646Z test_pool3d_size_one_feature_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-05-18T04:49:26.1995267Z test_pool_invalid_size_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-05-18T04:49:26.2936795Z test_pool_invalid_size_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-05-18T04:49:26.3881319Z test_pool_invalid_size_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-05-18T04:49:26.4810759Z test_pool_invalid_size_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-05-18T04:49:26.5387467Z test_pool_large_size_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:49:26.9867104Z test_pool_large_size_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.083s) 2022-05-18T04:49:27.4312051Z test_pool_large_size_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-05-18T04:49:27.8839442Z test_pool_large_size_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:49:28.3846602Z test_pooling_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-05-18T04:49:28.4530306Z test_pooling_max_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-05-18T04:49:28.5189752Z test_pooling_max_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-05-18T04:49:28.5208269Z test_pooling_shape_cuda (__main__.TestNNDeviceTypeCUDA) 2022-05-18T04:49:28.5786912Z Test the output shape calculation for pooling functions ... ok (0.060s) 2022-05-18T04:49:28.6542464Z test_pooling_size_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-05-18T04:49:28.7763574Z test_pooling_zero_stride_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.122s) 2022-05-18T04:49:28.8819100Z test_prelu_backward_32bit_indexing_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.105s) 2022-05-18T04:49:28.9822375Z test_rnn_fused_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-05-18T04:49:29.0840113Z test_rnn_fused_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T04:49:29.2651078Z test_rnn_retain_variables_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.181s) 2022-05-18T04:49:29.4478659Z test_rnn_retain_variables_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.183s) 2022-05-18T04:49:29.6210423Z test_rnn_retain_variables_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.173s) 2022-05-18T04:49:29.6830564Z test_save_lstm_compatibility_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T04:49:29.7408056Z test_silu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-05-18T04:49:29.7945618Z test_skip_init_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:29.8475835Z test_smooth_l1_loss_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:49:29.9164571Z test_smooth_l1_loss_vs_huber_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T04:49:29.9178630Z test_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:49:29.9192566Z test_softmax_64bit_indexing_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:49:29.9846054Z test_softmax_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T04:49:30.0395514Z test_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-05-18T04:49:30.0934121Z test_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:30.6924525Z test_softmax_results_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.599s) 2022-05-18T04:49:31.2993462Z test_softmax_results_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.607s) 2022-05-18T04:49:31.3665652Z test_softplus_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T04:49:31.4211276Z test_softplus_low_threshold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-05-18T04:49:31.4744497Z test_softshrink_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.053s) 2022-05-18T04:49:31.5305035Z test_softshrink_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T04:49:31.5872590Z test_softshrink_negative_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-05-18T04:49:31.6399496Z test_threshold_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-05-18T04:49:31.6921649Z test_to_complex_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:49:31.6922566Z warnings.warn( 2022-05-18T04:49:31.6924025Z /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:915: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-05-18T04:49:31.6924809Z warnings.warn( 2022-05-18T04:49:31.6927640Z ok (0.053s) 2022-05-18T04:49:31.8068337Z test_transformerencoderlayer_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-05-18T04:49:31.9212622Z test_transformerencoderlayer_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-05-18T04:49:32.0086146Z test_transformerencoderlayer_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/transformer.py:397: UserWarning: nested_from_padded CUDA kernels only support fp32/fp16; falling back to slower generic kernel (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp:42.) 2022-05-18T04:49:32.0087020Z return torch._transformer_encoder_layer_fwd( 2022-05-18T04:49:32.0358399Z ok (0.115s) 2022-05-18T04:49:32.1579355Z test_transformerencoderlayer_gelu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.122s) 2022-05-18T04:49:32.2788192Z test_transformerencoderlayer_gelu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-05-18T04:50:04.7591927Z test_triplet_margin_with_distance_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (32.480s) 2022-05-18T04:50:05.2428421Z test_triplet_margin_with_distance_loss_default_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.484s) 2022-05-18T04:50:05.3299870Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T04:50:05.4160860Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-05-18T04:50:05.5074126Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.091s) 2022-05-18T04:50:05.5994488Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-05-18T04:50:05.6913791Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-05-18T04:50:05.7841378Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-05-18T04:50:05.8697716Z test_upsamplingBicubic2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:50:05.9544198Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-05-18T04:50:06.0381677Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-05-18T04:50:06.2493574Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.211s) 2022-05-18T04:50:06.4604833Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.211s) 2022-05-18T04:50:06.6767248Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.216s) 2022-05-18T04:50:06.8974056Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.221s) 2022-05-18T04:50:06.9827833Z test_upsamplingNearest1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-05-18T04:50:07.1306946Z test_upsamplingNearest1d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.148s) 2022-05-18T04:50:16.6900683Z test_upsamplingNearest1d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (9.559s) 2022-05-18T04:50:16.7850733Z test_upsamplingNearest2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-05-18T04:50:17.0296539Z test_upsamplingNearest2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.244s) 2022-05-18T04:50:19.5792521Z test_upsamplingNearest2d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (2.549s) 2022-05-18T04:50:19.6656401Z test_upsamplingNearest2d_launch_fail_cuda (__main__.TestNNDeviceTypeCUDA) ... expected failure (0.086s) 2022-05-18T04:50:19.7320796Z test_upsamplingNearest2d_launch_rocm_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: test doesn't currently work on the CUDA stack (0.066s) 2022-05-18T04:50:20.0789278Z test_upsamplingNearest3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.347s) 2022-05-18T04:50:20.3386472Z test_upsamplingNearest3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.260s) 2022-05-18T04:50:33.2874595Z test_upsamplingNearest3d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (12.949s) 2022-05-18T04:50:33.3608949Z test_upsamplingNearestExact1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.073s) 2022-05-18T04:50:33.4211504Z test_upsamplingNearestExact1d_rescale_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-05-18T04:50:33.5107325Z test_upsamplingNearestExact2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T04:50:33.8676521Z test_upsamplingNearestExact3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.357s) 2022-05-18T04:50:34.3833910Z test_variable_sequence_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.516s) 2022-05-18T04:50:34.9035648Z test_variable_sequence_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.520s) 2022-05-18T04:50:35.4014194Z test_variable_sequence_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.498s) 2022-05-18T04:50:35.4027911Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.4035931Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.4046238Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.4059327Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.4068221Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.4084377Z test_constant (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T04:50:35.4119937Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T04:50:35.4198075Z test_dirac_identity (__main__.TestNNInit) ... ok (0.008s) 2022-05-18T04:50:35.4205957Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.4239641Z test_dirac_properties (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T04:50:35.4251243Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.4259678Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.6968480Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.271s) 2022-05-18T04:50:35.6978415Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.7012889Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T04:50:35.9072273Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.206s) 2022-05-18T04:50:35.9081842Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:35.9114656Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T04:50:35.9239276Z test_max_unpool (__main__.TestNNInit) ... ok (0.012s) 2022-05-18T04:50:37.1288847Z test_normal (__main__.TestNNInit) ... ok (1.205s) 2022-05-18T04:50:37.1315188Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T04:50:37.1365928Z test_orthogonal (__main__.TestNNInit) ... ok (0.005s) 2022-05-18T04:50:37.1436576Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.007s) 2022-05-18T04:50:37.1445973Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:37.1457293Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:50:38.1731355Z test_uniform (__main__.TestNNInit) ... ok (1.027s) 2022-05-18T04:50:38.6768167Z test_xavier_normal (__main__.TestNNInit) ... ok (0.504s) 2022-05-18T04:50:38.6779346Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:38.7653140Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.087s) 2022-05-18T04:50:38.7663619Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T04:50:38.7699253Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-05-18T04:50:38.7740307Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-05-18T04:50:38.7773608Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-05-18T04:50:38.7804408Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-05-18T04:50:38.7804724Z 2022-05-18T04:50:38.7805143Z ---------------------------------------------------------------------- 2022-05-18T04:50:38.7805470Z Ran 3288 tests in 296.468s 2022-05-18T04:50:38.7808435Z 2022-05-18T04:50:38.7808999Z OK (skipped=343, expected failures=5) 2022-05-18T04:50:38.7809201Z 2022-05-18T04:50:38.7809345Z Generating XML reports... 2022-05-18T04:50:38.7865148Z Generated XML report: test-reports/python-unittest/test_nn/TEST-PackedSequenceTest-20220518044542.xml 2022-05-18T04:50:38.7868502Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220518044542.xml 2022-05-18T04:50:38.7879914Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAvgPool-20220518044542.xml 2022-05-18T04:50:38.7883726Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220518044542.xml 2022-05-18T04:50:38.7886634Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220518044542.xml 2022-05-18T04:50:38.7889534Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220518044542.xml 2022-05-18T04:50:38.7939584Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220518044542.xml 2022-05-18T04:50:38.7949242Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220518044542.xml 2022-05-18T04:50:38.9922596Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220518044542.xml 2022-05-18T04:50:39.1571445Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCUDA-20220518044542.xml 2022-05-18T04:50:39.1606038Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220518044542.xml 2022-05-18T04:50:39.1613660Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220518044542.xml 2022-05-18T04:50:39.8374095Z Running test_foreach ... [2022-05-18 04:50:39.836881] 2022-05-18T04:50:39.8375656Z Executing ['/opt/conda/bin/python', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:50:39.836990] 2022-05-18T04:50:42.8583171Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-05-18T04:50:42.8814008Z 2022-05-18T04:50:42.8814171Z Running tests... 2022-05-18T04:50:42.8816967Z ---------------------------------------------------------------------- 2022-05-18T04:50:42.9367857Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:50:42.9387824Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9407491Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9426976Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9446323Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9467475Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9486110Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9505236Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9524531Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9544314Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9565368Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:42.9584576Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:50:43.0126953Z test_binary_op_list_error_cases__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:50:43.0652205Z test_binary_op_list_error_cases__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.052s) 2022-05-18T04:50:43.1179762Z test_binary_op_list_error_cases__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:43.1707652Z test_binary_op_list_error_cases__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:43.2236784Z test_binary_op_list_error_cases__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:43.2762786Z test_binary_op_list_error_cases__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-05-18T04:50:43.3288824Z test_binary_op_list_error_cases__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-05-18T04:50:43.3816669Z test_binary_op_list_error_cases__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:43.4342008Z test_binary_op_list_error_cases__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-05-18T04:50:43.4866381Z test_binary_op_list_error_cases__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-05-18T04:50:43.5391717Z test_binary_op_list_error_cases__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-05-18T04:50:43.5920205Z test_binary_op_list_error_cases__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:43.6427373Z test_binary_op_list_error_cases__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-05-18T04:50:43.6928004Z test_binary_op_list_error_cases__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:43.7429194Z test_binary_op_list_error_cases__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:43.7931245Z test_binary_op_list_error_cases__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:43.8432979Z test_binary_op_list_error_cases__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:43.8933775Z test_binary_op_list_error_cases__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:43.9434732Z test_binary_op_list_error_cases__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:43.9936415Z test_binary_op_list_error_cases__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.0439940Z test_binary_op_list_error_cases__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.0942396Z test_binary_op_list_error_cases__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.1444878Z test_binary_op_list_error_cases__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.1948505Z test_binary_op_list_error_cases__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.2456735Z test_binary_op_list_error_cases__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-05-18T04:50:44.2956297Z test_binary_op_list_error_cases__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.3456733Z test_binary_op_list_error_cases__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.3957736Z test_binary_op_list_error_cases__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.4461620Z test_binary_op_list_error_cases__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.4961380Z test_binary_op_list_error_cases__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.5462026Z test_binary_op_list_error_cases__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.5963353Z test_binary_op_list_error_cases__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.6462674Z test_binary_op_list_error_cases__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.6960528Z test_binary_op_list_error_cases__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.7459075Z test_binary_op_list_error_cases__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.7957754Z test_binary_op_list_error_cases__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:50:44.8496143Z test_binary_op_list_error_cases__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:50:44.8969740Z test_binary_op_list_error_cases__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.047s) 2022-05-18T04:50:44.9496539Z test_binary_op_list_error_cases__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.0024851Z test_binary_op_list_error_cases__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.0576890Z test_binary_op_list_error_cases__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:50:45.1132539Z test_binary_op_list_error_cases__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:50:45.1662675Z test_binary_op_list_error_cases__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.2189887Z test_binary_op_list_error_cases__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.2721191Z test_binary_op_list_error_cases__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.3247853Z test_binary_op_list_error_cases__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.3776164Z test_binary_op_list_error_cases__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.4303834Z test_binary_op_list_error_cases__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-05-18T04:50:45.7370645Z test_binary_op_list_slow_path__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.306s) 2022-05-18T04:50:45.7669487Z test_binary_op_list_slow_path__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.030s) 2022-05-18T04:50:45.8003438Z test_binary_op_list_slow_path__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-05-18T04:50:45.8307639Z test_binary_op_list_slow_path__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-05-18T04:50:45.8587361Z test_binary_op_list_slow_path__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:45.8879354Z test_binary_op_list_slow_path__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:50:45.9166849Z test_binary_op_list_slow_path__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:50:45.9418933Z test_binary_op_list_slow_path__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:45.9670892Z test_binary_op_list_slow_path__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:45.9941165Z test_binary_op_list_slow_path__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-05-18T04:50:46.0189913Z test_binary_op_list_slow_path__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:46.0441151Z test_binary_op_list_slow_path__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:46.0732644Z test_binary_op_list_slow_path__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:50:46.1463174Z test_binary_op_list_slow_path__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:50:46.1772253Z test_binary_op_list_slow_path__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-05-18T04:50:46.2078262Z test_binary_op_list_slow_path__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-05-18T04:50:46.2378392Z test_binary_op_list_slow_path__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-05-18T04:50:46.2661548Z test_binary_op_list_slow_path__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:46.2941302Z test_binary_op_list_slow_path__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:46.3656585Z test_binary_op_list_slow_path__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:50:46.4373301Z test_binary_op_list_slow_path__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:50:46.5087355Z test_binary_op_list_slow_path__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:50:46.5798567Z test_binary_op_list_slow_path__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:50:46.6513788Z test_binary_op_list_slow_path__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:50:46.6809327Z test_binary_op_list_slow_path__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:50:46.7071007Z test_binary_op_list_slow_path__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.026s) 2022-05-18T04:50:46.7365639Z test_binary_op_list_slow_path__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:50:46.7664138Z test_binary_op_list_slow_path__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-05-18T04:50:46.7945813Z test_binary_op_list_slow_path__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:46.8226787Z test_binary_op_list_slow_path__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:46.8524767Z test_binary_op_list_slow_path__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-05-18T04:50:46.8797763Z test_binary_op_list_slow_path__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-05-18T04:50:46.9046959Z test_binary_op_list_slow_path__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:46.9293870Z test_binary_op_list_slow_path__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:46.9545634Z test_binary_op_list_slow_path__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:46.9818140Z test_binary_op_list_slow_path__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-05-18T04:50:47.0106596Z test_binary_op_list_slow_path__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:50:47.1196763Z test_binary_op_list_slow_path__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.109s) 2022-05-18T04:50:47.1505214Z test_binary_op_list_slow_path__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-05-18T04:50:47.1798739Z test_binary_op_list_slow_path__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:50:47.2078397Z test_binary_op_list_slow_path__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:47.2360275Z test_binary_op_list_slow_path__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:47.2643642Z test_binary_op_list_slow_path__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-05-18T04:50:47.2896117Z test_binary_op_list_slow_path__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:47.3157665Z test_binary_op_list_slow_path__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-05-18T04:50:47.3414660Z test_binary_op_list_slow_path__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-05-18T04:50:47.3670293Z test_binary_op_list_slow_path__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:50:47.3935349Z test_binary_op_list_slow_path__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-05-18T04:50:47.6622056Z test_binary_op_scalar_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.268s) 2022-05-18T04:50:47.8958741Z test_binary_op_scalar_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.233s) 2022-05-18T04:50:48.1779957Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.282s) 2022-05-18T04:50:48.4767728Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.299s) 2022-05-18T04:50:48.7449551Z test_binary_op_scalar_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.268s) 2022-05-18T04:50:49.0127816Z test_binary_op_scalar_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.268s) 2022-05-18T04:50:49.2673439Z test_binary_op_scalar_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.254s) 2022-05-18T04:50:49.4819404Z test_binary_op_scalar_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.214s) 2022-05-18T04:50:49.6986342Z test_binary_op_scalar_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.217s) 2022-05-18T04:50:49.9054713Z test_binary_op_scalar_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.207s) 2022-05-18T04:50:50.1220323Z test_binary_op_scalar_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.216s) 2022-05-18T04:50:50.3368793Z test_binary_op_scalar_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.215s) 2022-05-18T04:50:50.6018241Z test_binary_op_scalar_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.265s) 2022-05-18T04:50:50.8661397Z test_binary_op_scalar_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.264s) 2022-05-18T04:50:51.1513573Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.285s) 2022-05-18T04:50:51.4485765Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.297s) 2022-05-18T04:50:51.7128475Z test_binary_op_scalar_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.264s) 2022-05-18T04:50:51.9773711Z test_binary_op_scalar_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.264s) 2022-05-18T04:50:52.2295478Z test_binary_op_scalar_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.252s) 2022-05-18T04:50:52.4939755Z test_binary_op_scalar_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.264s) 2022-05-18T04:50:52.7609143Z test_binary_op_scalar_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.267s) 2022-05-18T04:50:53.0262165Z test_binary_op_scalar_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.265s) 2022-05-18T04:50:53.2949734Z test_binary_op_scalar_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.269s) 2022-05-18T04:50:53.5590892Z test_binary_op_scalar_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.264s) 2022-05-18T04:50:53.8260069Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.267s) 2022-05-18T04:50:54.0499082Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.224s) 2022-05-18T04:50:54.3359962Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.286s) 2022-05-18T04:50:54.6342519Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.298s) 2022-05-18T04:50:54.9019119Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.267s) 2022-05-18T04:50:55.1663163Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.264s) 2022-05-18T04:50:55.4173176Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.251s) 2022-05-18T04:50:55.6263576Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.209s) 2022-05-18T04:50:55.8350778Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.209s) 2022-05-18T04:50:56.0395960Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.204s) 2022-05-18T04:50:56.2481674Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.208s) 2022-05-18T04:50:56.4589073Z test_binary_op_scalar_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.211s) 2022-05-18T04:50:56.7124857Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.253s) 2022-05-18T04:50:56.8942383Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.182s) 2022-05-18T04:50:57.1631754Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.269s) 2022-05-18T04:50:57.4411778Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.278s) 2022-05-18T04:50:57.6945199Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.253s) 2022-05-18T04:50:57.9487604Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.254s) 2022-05-18T04:50:58.1921850Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.243s) 2022-05-18T04:50:58.4162530Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.224s) 2022-05-18T04:50:58.6387469Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.222s) 2022-05-18T04:50:58.8585423Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.220s) 2022-05-18T04:50:59.0802003Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.222s) 2022-05-18T04:50:59.3039490Z test_binary_op_scalar_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.224s) 2022-05-18T04:50:59.6415585Z test_binary_op_scalar_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.337s) 2022-05-18T04:50:59.9286004Z test_binary_op_scalar_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.287s) 2022-05-18T04:51:00.2923520Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.364s) 2022-05-18T04:51:00.6736316Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.381s) 2022-05-18T04:51:01.0140466Z test_binary_op_scalar_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.340s) 2022-05-18T04:51:01.3523392Z test_binary_op_scalar_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.338s) 2022-05-18T04:51:01.6823950Z test_binary_op_scalar_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.330s) 2022-05-18T04:51:01.9584105Z test_binary_op_scalar_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.276s) 2022-05-18T04:51:02.2406976Z test_binary_op_scalar_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.282s) 2022-05-18T04:51:02.5112877Z test_binary_op_scalar_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.270s) 2022-05-18T04:51:02.7873614Z test_binary_op_scalar_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.276s) 2022-05-18T04:51:03.0674205Z test_binary_op_scalar_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.280s) 2022-05-18T04:51:03.4022532Z test_binary_op_scalar_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.335s) 2022-05-18T04:51:03.7130178Z test_binary_op_scalar_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.311s) 2022-05-18T04:51:04.0767168Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.364s) 2022-05-18T04:51:04.4542370Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.377s) 2022-05-18T04:51:04.7918399Z test_binary_op_scalar_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.337s) 2022-05-18T04:51:05.1306543Z test_binary_op_scalar_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.339s) 2022-05-18T04:51:05.4525972Z test_binary_op_scalar_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.322s) 2022-05-18T04:51:05.7675613Z test_binary_op_scalar_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.315s) 2022-05-18T04:51:06.0761324Z test_binary_op_scalar_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.308s) 2022-05-18T04:51:06.3879410Z test_binary_op_scalar_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.312s) 2022-05-18T04:51:06.6965719Z test_binary_op_scalar_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.308s) 2022-05-18T04:51:07.0092707Z test_binary_op_scalar_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.312s) 2022-05-18T04:51:07.3520082Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.343s) 2022-05-18T04:51:07.6277232Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.276s) 2022-05-18T04:51:08.0023815Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.374s) 2022-05-18T04:51:08.3943201Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.392s) 2022-05-18T04:51:08.7384894Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.344s) 2022-05-18T04:51:09.0827387Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.344s) 2022-05-18T04:51:09.4117068Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.329s) 2022-05-18T04:51:09.6884013Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.277s) 2022-05-18T04:51:09.9655297Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.277s) 2022-05-18T04:51:10.2307308Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.265s) 2022-05-18T04:51:10.5071436Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.276s) 2022-05-18T04:51:10.7829769Z test_binary_op_scalar_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.276s) 2022-05-18T04:51:11.0991869Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.316s) 2022-05-18T04:51:11.3255517Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.226s) 2022-05-18T04:51:11.6676427Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.342s) 2022-05-18T04:51:12.0194563Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.352s) 2022-05-18T04:51:12.3350952Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.315s) 2022-05-18T04:51:12.6531648Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.318s) 2022-05-18T04:51:12.9585132Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.305s) 2022-05-18T04:51:13.2370252Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.278s) 2022-05-18T04:51:13.5124518Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.275s) 2022-05-18T04:51:13.7846964Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.272s) 2022-05-18T04:51:14.0640251Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.279s) 2022-05-18T04:51:14.3390703Z test_binary_op_scalar_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.275s) 2022-05-18T04:51:14.3409578Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3428165Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3446597Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3465619Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3495774Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3519005Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3547275Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3575875Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3603895Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3632440Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3659101Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3686856Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3710432Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3733389Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3757292Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3782474Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3808638Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3835603Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3863197Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3894246Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3920633Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3947269Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.3972839Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.3999078Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4025619Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4051570Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4100869Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:51:14.4126840Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4153208Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4175992Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4202316Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4229381Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4254975Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4281186Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4312157Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4335653Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4359162Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4382365Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4405628Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4429232Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4455519Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4561150Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.010s) 2022-05-18T04:51:14.4592959Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4619480Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4645460Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4671652Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4697455Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4720715Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4744551Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4767697Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.4796465Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:51:14.4820128Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-05-18T04:51:14.8996121Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.417s) 2022-05-18T04:51:15.2676843Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.368s) 2022-05-18T04:51:15.6920064Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.424s) 2022-05-18T04:51:16.1402327Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.448s) 2022-05-18T04:51:16.5583887Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.418s) 2022-05-18T04:51:16.9811874Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.423s) 2022-05-18T04:51:17.3811841Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.400s) 2022-05-18T04:51:17.7374475Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.356s) 2022-05-18T04:51:18.0945809Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.357s) 2022-05-18T04:51:18.4419630Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.347s) 2022-05-18T04:51:18.7962019Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.354s) 2022-05-18T04:51:19.1528871Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.356s) 2022-05-18T04:51:19.5637009Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.411s) 2022-05-18T04:51:19.9644471Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.401s) 2022-05-18T04:51:20.3899056Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.425s) 2022-05-18T04:51:20.8418310Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.452s) 2022-05-18T04:51:21.2496932Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.408s) 2022-05-18T04:51:21.6580299Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.408s) 2022-05-18T04:51:22.0507193Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.393s) 2022-05-18T04:51:22.4459720Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.395s) 2022-05-18T04:51:22.8417096Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.396s) 2022-05-18T04:51:23.2448321Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.403s) 2022-05-18T04:51:23.6451707Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.400s) 2022-05-18T04:51:24.0413170Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.396s) 2022-05-18T04:51:24.4527081Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.411s) 2022-05-18T04:51:24.8081807Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.355s) 2022-05-18T04:51:25.2341489Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.426s) 2022-05-18T04:51:25.6824494Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.448s) 2022-05-18T04:51:26.0907873Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.408s) 2022-05-18T04:51:26.4981614Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.407s) 2022-05-18T04:51:26.8910885Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.393s) 2022-05-18T04:51:27.2346104Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.343s) 2022-05-18T04:51:27.5781832Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.343s) 2022-05-18T04:51:27.9145128Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.336s) 2022-05-18T04:51:28.2557425Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.341s) 2022-05-18T04:51:28.6011903Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.345s) 2022-05-18T04:51:28.9800772Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.379s) 2022-05-18T04:51:29.2469843Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.267s) 2022-05-18T04:51:29.6409955Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.394s) 2022-05-18T04:51:30.0506410Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.409s) 2022-05-18T04:51:30.4315882Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.381s) 2022-05-18T04:51:30.8087389Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.377s) 2022-05-18T04:51:31.1768162Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.368s) 2022-05-18T04:51:31.5141413Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.337s) 2022-05-18T04:51:31.8542541Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.340s) 2022-05-18T04:51:32.1908522Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.336s) 2022-05-18T04:51:32.5268051Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.336s) 2022-05-18T04:51:32.8656049Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.339s) 2022-05-18T04:51:33.3803397Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.515s) 2022-05-18T04:51:33.8240508Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.444s) 2022-05-18T04:51:34.3737154Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.550s) 2022-05-18T04:51:34.9453592Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.571s) 2022-05-18T04:51:35.4643171Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.519s) 2022-05-18T04:51:35.9808241Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.516s) 2022-05-18T04:51:36.4808460Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.500s) 2022-05-18T04:51:36.9209555Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.440s) 2022-05-18T04:51:37.3614874Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.440s) 2022-05-18T04:51:37.7920742Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.430s) 2022-05-18T04:51:38.2357366Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.444s) 2022-05-18T04:51:38.6754447Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.440s) 2022-05-18T04:51:39.1788480Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.503s) 2022-05-18T04:51:39.6409440Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.462s) 2022-05-18T04:51:40.1935268Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.552s) 2022-05-18T04:51:40.7684176Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.575s) 2022-05-18T04:51:41.2778038Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.509s) 2022-05-18T04:51:41.7837334Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.506s) 2022-05-18T04:51:42.2674989Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.484s) 2022-05-18T04:51:42.7358743Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.468s) 2022-05-18T04:51:43.2821878Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.546s) 2022-05-18T04:51:43.7470012Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.465s) 2022-05-18T04:51:44.2108261Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.464s) 2022-05-18T04:51:44.6739977Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.463s) 2022-05-18T04:51:45.1817897Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.508s) 2022-05-18T04:51:45.6126205Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.431s) 2022-05-18T04:51:46.1714160Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.559s) 2022-05-18T04:51:46.7518711Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.580s) 2022-05-18T04:51:47.2593139Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.507s) 2022-05-18T04:51:47.7662278Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.507s) 2022-05-18T04:51:48.2555688Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.489s) 2022-05-18T04:51:48.6844049Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.429s) 2022-05-18T04:51:49.1123700Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.428s) 2022-05-18T04:51:49.5315298Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.419s) 2022-05-18T04:51:49.9582384Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.427s) 2022-05-18T04:51:50.3852426Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.427s) 2022-05-18T04:51:50.8473946Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.462s) 2022-05-18T04:51:51.1829901Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.335s) 2022-05-18T04:51:51.6844029Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.501s) 2022-05-18T04:51:52.2005722Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.516s) 2022-05-18T04:51:52.6657588Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.465s) 2022-05-18T04:51:53.1323537Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.466s) 2022-05-18T04:51:53.5838513Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.451s) 2022-05-18T04:51:54.0023929Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.418s) 2022-05-18T04:51:54.4158996Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.413s) 2022-05-18T04:51:54.8239268Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.408s) 2022-05-18T04:51:55.2350907Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.411s) 2022-05-18T04:51:55.6451817Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.410s) 2022-05-18T04:51:55.9030096Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.258s) 2022-05-18T04:51:56.0810499Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.178s) 2022-05-18T04:51:56.3670850Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.286s) 2022-05-18T04:51:56.6686368Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.301s) 2022-05-18T04:51:56.9290012Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.260s) 2022-05-18T04:51:57.1881716Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.259s) 2022-05-18T04:51:57.4290451Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.241s) 2022-05-18T04:51:57.5837174Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.155s) 2022-05-18T04:51:57.7383841Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.154s) 2022-05-18T04:51:57.8770432Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-05-18T04:51:58.0297818Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.153s) 2022-05-18T04:51:58.1818296Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.152s) 2022-05-18T04:51:58.3217904Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.140s) 2022-05-18T04:51:58.4498926Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.128s) 2022-05-18T04:51:58.6152094Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.165s) 2022-05-18T04:51:58.7885594Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.173s) 2022-05-18T04:51:58.9286774Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.140s) 2022-05-18T04:51:59.0704444Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.142s) 2022-05-18T04:51:59.2034375Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.133s) 2022-05-18T04:51:59.3303046Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.127s) 2022-05-18T04:51:59.4570901Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.127s) 2022-05-18T04:51:59.5829820Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.126s) 2022-05-18T04:51:59.7104811Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.127s) 2022-05-18T04:51:59.8360869Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.126s) 2022-05-18T04:51:59.9750893Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-05-18T04:52:00.0511877Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.076s) 2022-05-18T04:52:00.2172585Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.166s) 2022-05-18T04:52:00.3891137Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.172s) 2022-05-18T04:52:00.5285523Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-05-18T04:52:00.6680118Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-05-18T04:52:00.8000319Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-05-18T04:52:00.8770884Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:52:00.9543036Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:52:01.0238807Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:52:01.1018468Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:52:01.1790869Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:52:01.4392097Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.260s) 2022-05-18T04:52:01.6625056Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.223s) 2022-05-18T04:52:01.9496428Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.287s) 2022-05-18T04:52:02.2573910Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.308s) 2022-05-18T04:52:02.5262749Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.269s) 2022-05-18T04:52:02.8023548Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.276s) 2022-05-18T04:52:03.0659148Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.263s) 2022-05-18T04:52:03.2367529Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.171s) 2022-05-18T04:52:03.3978518Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.161s) 2022-05-18T04:52:03.5403701Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.142s) 2022-05-18T04:52:03.7027720Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.162s) 2022-05-18T04:52:03.8656419Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.163s) 2022-05-18T04:52:04.2049936Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.339s) 2022-05-18T04:52:04.4481008Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.243s) 2022-05-18T04:52:04.8118799Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.364s) 2022-05-18T04:52:05.1920714Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.380s) 2022-05-18T04:52:05.5262770Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.334s) 2022-05-18T04:52:05.8596900Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.333s) 2022-05-18T04:52:06.1795211Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.320s) 2022-05-18T04:52:06.4052668Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.226s) 2022-05-18T04:52:06.6246956Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.219s) 2022-05-18T04:52:06.8312357Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.206s) 2022-05-18T04:52:07.0536480Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.222s) 2022-05-18T04:52:07.2786528Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.225s) 2022-05-18T04:52:07.4856700Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.207s) 2022-05-18T04:52:07.6623132Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.176s) 2022-05-18T04:52:07.8904019Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.228s) 2022-05-18T04:52:08.1283053Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.238s) 2022-05-18T04:52:08.3306249Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.202s) 2022-05-18T04:52:08.5332200Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.202s) 2022-05-18T04:52:08.7306577Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.197s) 2022-05-18T04:52:08.9090006Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.178s) 2022-05-18T04:52:09.0876723Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.178s) 2022-05-18T04:52:09.2658220Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.178s) 2022-05-18T04:52:09.4458409Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.180s) 2022-05-18T04:52:09.6244330Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.178s) 2022-05-18T04:52:09.8291031Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.205s) 2022-05-18T04:52:09.9662599Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.137s) 2022-05-18T04:52:10.1990014Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.233s) 2022-05-18T04:52:10.4384097Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.239s) 2022-05-18T04:52:10.6440549Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.205s) 2022-05-18T04:52:10.8526872Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.208s) 2022-05-18T04:52:11.0516141Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.199s) 2022-05-18T04:52:11.1910481Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-05-18T04:52:11.3322939Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.141s) 2022-05-18T04:52:11.4628057Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.130s) 2022-05-18T04:52:11.6011833Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.138s) 2022-05-18T04:52:11.7418334Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.140s) 2022-05-18T04:52:12.0762400Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.334s) 2022-05-18T04:52:12.3570936Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.281s) 2022-05-18T04:52:12.7224008Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.365s) 2022-05-18T04:52:13.1045168Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.382s) 2022-05-18T04:52:13.4399327Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.335s) 2022-05-18T04:52:13.7729615Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.333s) 2022-05-18T04:52:14.0929597Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.320s) 2022-05-18T04:52:14.3190915Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.226s) 2022-05-18T04:52:14.5411298Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.222s) 2022-05-18T04:52:14.7511532Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.210s) 2022-05-18T04:52:14.9766985Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.225s) 2022-05-18T04:52:15.2010793Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.224s) 2022-05-18T04:52:15.2061517Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2100160Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.2152219Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2206349Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2254179Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2306314Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2351383Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.2387630Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.2422767Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:52:15.2456174Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:52:15.2515996Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-05-18T04:52:15.2551894Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:52:15.2599083Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2749620Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.015s) 2022-05-18T04:52:15.2803460Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2858104Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2906776Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.2955309Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.3009152Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.3159404Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-05-18T04:52:15.3312084Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-05-18T04:52:15.3464613Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-05-18T04:52:15.3617287Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-05-18T04:52:15.3771083Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-05-18T04:52:15.3823590Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.3861989Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.3925506Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-05-18T04:52:15.3981832Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-05-18T04:52:15.4031130Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4083400Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4130494Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4167570Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.4204880Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.4240269Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:52:15.4284183Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.4320361Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.4368841Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4616584Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.024s) 2022-05-18T04:52:15.4672013Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4727714Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4776529Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4825623Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4881227Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:52:15.4918335Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.4954954Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.4989649Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:52:15.5025979Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:52:15.5062245Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:52:15.5230986Z test_foreach_l2_large_value_input__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.017s) 2022-05-18T04:52:15.5389597Z test_foreach_l2_large_value_input__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-05-18T04:52:15.5659569Z test_minmax_fastpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.027s) 2022-05-18T04:52:15.6103874Z test_minmax_fastpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-05-18T04:52:15.6545451Z test_minmax_fastpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-05-18T04:52:15.6960173Z test_minmax_fastpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-05-18T04:52:15.7194560Z test_minmax_fastpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:52:15.7431292Z test_minmax_fastpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-05-18T04:52:15.7643567Z test_minmax_fastpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-05-18T04:52:15.7877370Z test_minmax_fastpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:52:15.8123054Z test_minmax_fastpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-05-18T04:52:15.8386726Z test_minmax_fastpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.026s) 2022-05-18T04:52:15.8828941Z test_minmax_fastpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-05-18T04:52:15.9275583Z test_minmax_fastpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-05-18T04:52:15.9697199Z test_minmax_fastpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-05-18T04:52:15.9928504Z test_minmax_fastpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:52:16.0169751Z test_minmax_fastpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-05-18T04:52:16.0385450Z test_minmax_fastpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-05-18T04:52:16.0616571Z test_minmax_fastpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:52:16.0851376Z test_minmax_fastpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:52:16.0931151Z test_minmax_float_inf_nan__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-05-18T04:52:16.1010109Z test_minmax_float_inf_nan__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-05-18T04:52:16.1089232Z test_minmax_float_inf_nan__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-05-18T04:52:16.1166666Z test_minmax_float_inf_nan__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-05-18T04:52:16.1256997Z test_minmax_float_inf_nan__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-05-18T04:52:16.1335491Z test_minmax_float_inf_nan__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-05-18T04:52:16.1415220Z test_minmax_float_inf_nan__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-05-18T04:52:16.1491744Z test_minmax_float_inf_nan__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-05-18T04:52:16.2212944Z test_minmax_slowpath__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:52:16.2702778Z test_minmax_slowpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.049s) 2022-05-18T04:52:16.3425104Z test_minmax_slowpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:52:16.4137139Z test_minmax_slowpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:52:16.4856800Z test_minmax_slowpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:52:16.5359759Z test_minmax_slowpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:52:16.5855697Z test_minmax_slowpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:52:16.6337546Z test_minmax_slowpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-05-18T04:52:16.6835984Z test_minmax_slowpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:52:16.7336219Z test_minmax_slowpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:52:16.8047919Z test_minmax_slowpath__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:52:16.8541338Z test_minmax_slowpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.049s) 2022-05-18T04:52:16.9253022Z test_minmax_slowpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:52:16.9964687Z test_minmax_slowpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-05-18T04:52:17.0653645Z test_minmax_slowpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:52:17.1170979Z test_minmax_slowpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-05-18T04:52:17.1681357Z test_minmax_slowpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-05-18T04:52:17.2166789Z test_minmax_slowpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-05-18T04:52:17.2677204Z test_minmax_slowpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-05-18T04:52:17.3176747Z test_minmax_slowpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:52:20.1341507Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (2.816s) 2022-05-18T04:52:25.4982173Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... ok (5.364s) 2022-05-18T04:52:29.1100266Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... ok (3.612s) 2022-05-18T04:52:31.9384849Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... ok (2.828s) 2022-05-18T04:52:34.7680614Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (2.829s) 2022-05-18T04:52:37.5178001Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (2.750s) 2022-05-18T04:52:40.0357202Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... ok (2.518s) 2022-05-18T04:52:42.5265571Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... ok (2.491s) 2022-05-18T04:52:45.0304533Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... ok (2.504s) 2022-05-18T04:52:47.5047708Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... ok (2.474s) 2022-05-18T04:52:49.9608953Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... ok (2.456s) 2022-05-18T04:52:52.6386868Z test_pointwise_op_fastpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (2.678s) 2022-05-18T04:52:57.6153466Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (4.976s) 2022-05-18T04:53:01.0884987Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (3.473s) 2022-05-18T04:53:03.8151532Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... ok (2.726s) 2022-05-18T04:53:06.4865233Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (2.671s) 2022-05-18T04:53:09.1268940Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (2.640s) 2022-05-18T04:53:09.1278746Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71478 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T04:53:09.1288075Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75591 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T04:53:09.1297349Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74781 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T04:53:09.1307223Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76599 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T04:53:09.1316177Z test_pointwise_op_fastpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67723 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T04:53:12.7329494Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (3.601s) 2022-05-18T04:53:17.0151830Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... ok (4.282s) 2022-05-18T04:53:21.1804581Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... ok (4.165s) 2022-05-18T04:53:24.6844446Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... ok (3.504s) 2022-05-18T04:53:28.1806292Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (3.496s) 2022-05-18T04:53:31.6442887Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (3.463s) 2022-05-18T04:53:34.7194681Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... ok (3.075s) 2022-05-18T04:53:37.7803128Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... ok (3.061s) 2022-05-18T04:53:40.8612054Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... ok (3.081s) 2022-05-18T04:53:43.9227402Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... ok (3.061s) 2022-05-18T04:53:46.9721662Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... ok (3.049s) 2022-05-18T04:53:50.4132774Z test_pointwise_op_slowpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (3.441s) 2022-05-18T04:53:54.4318372Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (4.018s) 2022-05-18T04:53:58.5974859Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (4.165s) 2022-05-18T04:54:02.0516655Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... ok (3.454s) 2022-05-18T04:54:05.5068816Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (3.455s) 2022-05-18T04:54:08.8874229Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (3.380s) 2022-05-18T04:54:11.6626579Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... ok (2.775s) 2022-05-18T04:54:14.4451559Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... ok (2.782s) 2022-05-18T04:54:17.1695108Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... ok (2.724s) 2022-05-18T04:54:19.9668602Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... ok (2.797s) 2022-05-18T04:54:22.7493696Z test_pointwise_op_slowpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (2.782s) 2022-05-18T04:54:22.7537649Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:22.7581006Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:22.7623248Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:22.7663947Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:22.9843033Z test_reduce_fastpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.218s) 2022-05-18T04:54:23.2235968Z test_reduce_fastpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.239s) 2022-05-18T04:54:23.4731077Z test_reduce_fastpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.249s) 2022-05-18T04:54:23.6909043Z test_reduce_fastpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.218s) 2022-05-18T04:54:23.9097984Z test_reduce_fastpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.219s) 2022-05-18T04:54:24.1174611Z test_reduce_fastpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.208s) 2022-05-18T04:54:24.3952516Z test_reduce_slowpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.278s) 2022-05-18T04:54:24.6928482Z test_reduce_slowpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.297s) 2022-05-18T04:54:25.0007865Z test_reduce_slowpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.308s) 2022-05-18T04:54:25.2762649Z test_reduce_slowpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.275s) 2022-05-18T04:54:25.5551178Z test_reduce_slowpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.279s) 2022-05-18T04:54:25.8234417Z test_reduce_slowpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.268s) 2022-05-18T04:54:25.8833882Z test_unary_fastpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:25.9157411Z test_unary_fastpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.032s) 2022-05-18T04:54:26.0197768Z test_unary_fastpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.104s) 2022-05-18T04:54:26.1265368Z test_unary_fastpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.107s) 2022-05-18T04:54:26.1858920Z test_unary_fastpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:26.2472263Z test_unary_fastpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-05-18T04:54:26.3020113Z test_unary_fastpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:26.3345377Z test_unary_fastpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-05-18T04:54:26.3671986Z test_unary_fastpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-05-18T04:54:26.3958599Z test_unary_fastpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:54:26.4288203Z test_unary_fastpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-05-18T04:54:26.4614104Z test_unary_fastpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-05-18T04:54:26.5271075Z test_unary_fastpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-05-18T04:54:26.5963152Z test_unary_fastpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:26.6548191Z test_unary_fastpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:26.7131708Z test_unary_fastpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:26.7677795Z test_unary_fastpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:54:26.8331731Z test_unary_fastpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-05-18T04:54:26.9023687Z test_unary_fastpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:26.9607379Z test_unary_fastpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:27.0193436Z test_unary_fastpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:27.0739557Z test_unary_fastpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:27.1393801Z test_unary_fastpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-05-18T04:54:27.2085563Z test_unary_fastpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:27.2672409Z test_unary_fastpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:27.3259212Z test_unary_fastpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:27.3807523Z test_unary_fastpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:27.4404364Z test_unary_fastpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:27.5008959Z test_unary_fastpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:27.5597076Z test_unary_fastpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:27.6142412Z test_unary_fastpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:54:27.6799219Z test_unary_fastpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-05-18T04:54:27.7489925Z test_unary_fastpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:27.8076285Z test_unary_fastpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:27.8667404Z test_unary_fastpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:27.9214623Z test_unary_fastpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:27.9870823Z test_unary_fastpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-05-18T04:54:28.0561498Z test_unary_fastpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:28.1146492Z test_unary_fastpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:28.1731442Z test_unary_fastpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:28.2276080Z test_unary_fastpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:54:28.2862942Z test_unary_fastpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:28.3450569Z test_unary_fastpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:28.4035783Z test_unary_fastpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:28.4582779Z test_unary_fastpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:28.7200559Z test_unary_fastpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.262s) 2022-05-18T04:54:28.7797874Z test_unary_fastpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:28.8393256Z test_unary_fastpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:28.8946992Z test_unary_fastpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:29.3673315Z test_unary_fastpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.472s) 2022-05-18T04:54:29.4389751Z test_unary_fastpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:29.4972090Z test_unary_fastpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:29.5556390Z test_unary_fastpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:29.6099679Z test_unary_fastpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:54:29.6681751Z test_unary_fastpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-05-18T04:54:29.7275650Z test_unary_fastpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:29.7873560Z test_unary_fastpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:29.8427612Z test_unary_fastpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:29.9020697Z test_unary_fastpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:29.9621155Z test_unary_fastpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:30.0272384Z test_unary_fastpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-05-18T04:54:30.0835379Z test_unary_fastpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-05-18T04:54:30.1427901Z test_unary_fastpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:30.2017355Z test_unary_fastpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:30.2606701Z test_unary_fastpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:30.3156829Z test_unary_fastpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:30.7200375Z test_unary_fastpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.404s) 2022-05-18T04:54:30.7948787Z test_unary_fastpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:54:30.8548383Z test_unary_fastpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:30.9139415Z test_unary_fastpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:30.9693836Z test_unary_fastpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:31.0288878Z test_unary_fastpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:31.0885052Z test_unary_fastpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:31.1438332Z test_unary_fastpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:31.5442820Z test_unary_fastpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.400s) 2022-05-18T04:54:31.6167819Z test_unary_fastpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:31.6823563Z test_unary_fastpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-05-18T04:54:31.7505459Z test_unary_fastpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:31.8114261Z test_unary_fastpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-05-18T04:54:32.1833642Z test_unary_fastpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.372s) 2022-05-18T04:54:32.2559806Z test_unary_fastpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:32.3157335Z test_unary_fastpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:32.3752522Z test_unary_fastpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:32.4305195Z test_unary_fastpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:32.6748106Z test_unary_fastpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.244s) 2022-05-18T04:54:32.7469937Z test_unary_fastpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:32.8069073Z test_unary_fastpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:32.8628807Z test_unary_fastpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-05-18T04:54:32.8959103Z test_unary_fastpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-05-18T04:54:32.9286104Z test_unary_fastpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-05-18T04:54:32.9575027Z test_unary_fastpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-05-18T04:54:32.9947471Z test_unary_fastpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-05-18T04:54:33.0342042Z test_unary_fastpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-05-18T04:54:33.1033737Z test_unary_fastpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:33.1692584Z test_unary_fastpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-05-18T04:54:33.2259000Z test_unary_fastpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-05-18T04:54:33.2886631Z test_unary_fastpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-05-18T04:54:33.3483381Z test_unary_fastpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:33.4077256Z test_unary_fastpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:33.4630639Z test_unary_fastpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:33.5225769Z test_unary_fastpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:33.5817423Z test_unary_fastpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:33.6368755Z test_unary_fastpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:33.7029180Z test_unary_fastpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-05-18T04:54:33.7730861Z test_unary_fastpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-05-18T04:54:33.8327865Z test_unary_fastpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:33.8944567Z test_unary_fastpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-05-18T04:54:33.9575086Z test_unary_fastpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-05-18T04:54:34.0303570Z test_unary_fastpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:34.1027666Z test_unary_fastpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:34.1623163Z test_unary_fastpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:34.2215027Z test_unary_fastpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:34.2768125Z test_unary_fastpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:34.8333856Z test_unary_fastpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.556s) 2022-05-18T04:54:34.9063300Z test_unary_fastpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:34.9661908Z test_unary_fastpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:35.0259221Z test_unary_fastpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:35.0816697Z test_unary_fastpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-05-18T04:54:35.1483276Z test_unary_fastpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:35.2189458Z test_unary_fastpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-05-18T04:54:35.2829031Z test_unary_fastpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.064s) 2022-05-18T04:54:35.3493474Z test_unary_fastpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-05-18T04:54:35.4108399Z test_unary_fastpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-05-18T04:54:35.4806917Z test_unary_fastpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-05-18T04:54:35.5572289Z test_unary_fastpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-05-18T04:54:35.6191867Z test_unary_fastpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.062s) 2022-05-18T04:54:35.6788075Z test_unary_fastpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:35.7342861Z test_unary_fastpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:35.7939233Z test_unary_fastpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-05-18T04:54:35.8531360Z test_unary_fastpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:35.9122131Z test_unary_fastpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-05-18T04:54:35.9674828Z test_unary_fastpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-05-18T04:54:35.9715980Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:35.9966090Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.025s) 2022-05-18T04:54:36.0083252Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-05-18T04:54:36.0202989Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-05-18T04:54:36.0243058Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0283320Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0324022Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0355943Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.0389629Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.0419053Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.0449426Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.0482093Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.0527392Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0572135Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0803316Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.0849159Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0889659Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0933499Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.0978233Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.1208911Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.1248849Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.1288280Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.1332433Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.1382821Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:54:36.1611133Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.1651048Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.1690060Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.1731857Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.1960396Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.2000023Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2040028Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2088873Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:54:36.2133952Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2362792Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.2402756Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2442158Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2485672Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2530365Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2758454Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.2804095Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2842694Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.2884288Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3112636Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.3152450Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3191562Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3232587Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3462610Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.3507956Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3547095Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3591050Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3636267Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3865225Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.3905365Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3944944Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.3985797Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4219190Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.4258866Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4297787Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4338140Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4572731Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.4612800Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4651364Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4691782Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4737668Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4777671Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4816051Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4860305Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.4904697Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5134297Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.5174330Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5213865Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5448776Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.5488455Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5527705Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5571503Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5616176Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5849833Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.5889899Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5930003Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.5980524Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:54:36.6025118Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6253538Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.6293287Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6332433Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6376417Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6421833Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6461934Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6506159Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6537588Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.6568006Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.6597094Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.6627587Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.6658236Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-05-18T04:54:36.6700384Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6746862Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:54:36.6785434Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.6826175Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7054556Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.7094387Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7134867Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7364323Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.7404171Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7448844Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7493864Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7539059Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7766319Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.7806407Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7845747Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7889279Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.7934215Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8176441Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-05-18T04:54:36.8215872Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8254790Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8298383Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8343211Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8576820Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.8616921Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8656703Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8706129Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-05-18T04:54:36.8751165Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.8981866Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.9022106Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9061306Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9104987Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9149891Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9379144Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.9425103Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9464541Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9505325Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9734078Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-05-18T04:54:36.9773868Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:36.9813274Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-05-18T04:54:37.0773606Z test_unary_slowpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.096s) 2022-05-18T04:54:37.1451752Z test_unary_slowpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:37.2643395Z test_unary_slowpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.119s) 2022-05-18T04:54:37.3858664Z test_unary_slowpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.121s) 2022-05-18T04:54:37.4913007Z test_unary_slowpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.105s) 2022-05-18T04:54:37.5946944Z test_unary_slowpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.103s) 2022-05-18T04:54:37.6891804Z test_unary_slowpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-05-18T04:54:37.7651122Z test_unary_slowpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-05-18T04:54:37.8390087Z test_unary_slowpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:54:37.9053846Z test_unary_slowpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-05-18T04:54:37.9759242Z test_unary_slowpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-05-18T04:54:38.0442315Z test_unary_slowpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:38.1259755Z test_unary_slowpath__foreach_acos_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:38.1988803Z test_unary_slowpath__foreach_acos_cuda_bool (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:38.2896103Z test_unary_slowpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-05-18T04:54:38.3816379Z test_unary_slowpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.092s) 2022-05-18T04:54:38.4629421Z test_unary_slowpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:38.5442022Z test_unary_slowpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:38.6218065Z test_unary_slowpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:38.6960902Z test_unary_slowpath__foreach_acos_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:54:38.7695066Z test_unary_slowpath__foreach_acos_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:38.8446446Z test_unary_slowpath__foreach_acos_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:54:38.9174609Z test_unary_slowpath__foreach_acos_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:38.9906916Z test_unary_slowpath__foreach_acos_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:39.0720901Z test_unary_slowpath__foreach_asin_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:39.1449238Z test_unary_slowpath__foreach_asin_cuda_bool (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:39.2339651Z test_unary_slowpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-05-18T04:54:39.3260811Z test_unary_slowpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.092s) 2022-05-18T04:54:39.4085989Z test_unary_slowpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:39.4894961Z test_unary_slowpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:39.5667265Z test_unary_slowpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:39.6401506Z test_unary_slowpath__foreach_asin_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:39.7132471Z test_unary_slowpath__foreach_asin_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:39.7864201Z test_unary_slowpath__foreach_asin_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:39.8591313Z test_unary_slowpath__foreach_asin_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:39.9322774Z test_unary_slowpath__foreach_asin_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:40.0149999Z test_unary_slowpath__foreach_atan_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-05-18T04:54:40.0883513Z test_unary_slowpath__foreach_atan_cuda_bool (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:40.1769971Z test_unary_slowpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-05-18T04:54:40.2741586Z test_unary_slowpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.097s) 2022-05-18T04:54:40.3618421Z test_unary_slowpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.087s) 2022-05-18T04:54:40.4509335Z test_unary_slowpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-05-18T04:54:40.5385948Z test_unary_slowpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.087s) 2022-05-18T04:54:40.6162709Z test_unary_slowpath__foreach_atan_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:40.6903226Z test_unary_slowpath__foreach_atan_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:54:40.7695078Z test_unary_slowpath__foreach_atan_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-05-18T04:54:40.8492889Z test_unary_slowpath__foreach_atan_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:40.9272470Z test_unary_slowpath__foreach_atan_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:41.0093007Z test_unary_slowpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:41.0784186Z test_unary_slowpath__foreach_ceil_cuda_bool (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:41.1576206Z test_unary_slowpath__foreach_ceil_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-05-18T04:54:41.2353175Z test_unary_slowpath__foreach_ceil_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:41.3173602Z test_unary_slowpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:41.3986546Z test_unary_slowpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:41.4761489Z test_unary_slowpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:41.5437871Z test_unary_slowpath__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:41.6106201Z test_unary_slowpath__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:41.6777743Z test_unary_slowpath__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:41.7458335Z test_unary_slowpath__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:41.8124735Z test_unary_slowpath__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:41.8934003Z test_unary_slowpath__foreach_cos_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:41.9652884Z test_unary_slowpath__foreach_cos_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:42.0542642Z test_unary_slowpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-05-18T04:54:42.1466318Z test_unary_slowpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.092s) 2022-05-18T04:54:42.2278434Z test_unary_slowpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:42.3097812Z test_unary_slowpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:42.3870647Z test_unary_slowpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:42.4600581Z test_unary_slowpath__foreach_cos_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:42.5319078Z test_unary_slowpath__foreach_cos_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:42.6062622Z test_unary_slowpath__foreach_cos_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:54:42.6785071Z test_unary_slowpath__foreach_cos_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:42.7503320Z test_unary_slowpath__foreach_cos_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:42.8308942Z test_unary_slowpath__foreach_cosh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:42.9026237Z test_unary_slowpath__foreach_cosh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:42.9903464Z test_unary_slowpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-05-18T04:54:43.0819046Z test_unary_slowpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-05-18T04:54:43.1647263Z test_unary_slowpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-05-18T04:54:43.2459964Z test_unary_slowpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:43.3224752Z test_unary_slowpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-05-18T04:54:43.3946004Z test_unary_slowpath__foreach_cosh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:43.4666165Z test_unary_slowpath__foreach_cosh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:43.5392224Z test_unary_slowpath__foreach_cosh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:43.6119633Z test_unary_slowpath__foreach_cosh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:43.6839301Z test_unary_slowpath__foreach_cosh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:43.7657851Z test_unary_slowpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:43.8377094Z test_unary_slowpath__foreach_erf_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:43.9150190Z test_unary_slowpath__foreach_erf_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:43.9928542Z test_unary_slowpath__foreach_erf_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:44.0737917Z test_unary_slowpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:44.1544838Z test_unary_slowpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:44.2311428Z test_unary_slowpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:44.3035894Z test_unary_slowpath__foreach_erf_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:44.3763407Z test_unary_slowpath__foreach_erf_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:44.4510849Z test_unary_slowpath__foreach_erf_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:54:44.5232153Z test_unary_slowpath__foreach_erf_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:44.5953046Z test_unary_slowpath__foreach_erf_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:45.2276961Z test_unary_slowpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.632s) 2022-05-18T04:54:46.8672290Z test_unary_slowpath__foreach_erfc_cuda_bool (__main__.TestForeachCUDA) ... ok (1.639s) 2022-05-18T04:54:46.9455586Z test_unary_slowpath__foreach_erfc_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:47.0240423Z test_unary_slowpath__foreach_erfc_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:47.6569895Z test_unary_slowpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.633s) 2022-05-18T04:54:48.2704100Z test_unary_slowpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.613s) 2022-05-18T04:54:48.9101957Z test_unary_slowpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.640s) 2022-05-18T04:54:48.9799588Z test_unary_slowpath__foreach_erfc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-05-18T04:54:49.0496031Z test_unary_slowpath__foreach_erfc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-05-18T04:54:49.1187028Z test_unary_slowpath__foreach_erfc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:49.1875964Z test_unary_slowpath__foreach_erfc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:49.2564030Z test_unary_slowpath__foreach_erfc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:54:49.3367720Z test_unary_slowpath__foreach_exp_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:49.4086474Z test_unary_slowpath__foreach_exp_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:50.2371251Z test_unary_slowpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.828s) 2022-05-18T04:54:51.0584079Z test_unary_slowpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.821s) 2022-05-18T04:54:51.1397685Z test_unary_slowpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:51.2208315Z test_unary_slowpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:51.2982975Z test_unary_slowpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:51.3707911Z test_unary_slowpath__foreach_exp_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:51.4429113Z test_unary_slowpath__foreach_exp_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:51.5153291Z test_unary_slowpath__foreach_exp_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:51.5878097Z test_unary_slowpath__foreach_exp_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:51.6598342Z test_unary_slowpath__foreach_exp_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:51.7425289Z test_unary_slowpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-05-18T04:54:51.8855517Z test_unary_slowpath__foreach_expm1_cuda_bool (__main__.TestForeachCUDA) ... ok (0.143s) 2022-05-18T04:54:51.9632226Z test_unary_slowpath__foreach_expm1_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:52.0412981Z test_unary_slowpath__foreach_expm1_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:52.1219156Z test_unary_slowpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:52.2021830Z test_unary_slowpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:52.2792104Z test_unary_slowpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:52.3516915Z test_unary_slowpath__foreach_expm1_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:52.4238167Z test_unary_slowpath__foreach_expm1_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:52.4971188Z test_unary_slowpath__foreach_expm1_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:52.5693079Z test_unary_slowpath__foreach_expm1_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:52.6411029Z test_unary_slowpath__foreach_expm1_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:52.7216424Z test_unary_slowpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:52.7892319Z test_unary_slowpath__foreach_floor_cuda_bool (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:52.8667443Z test_unary_slowpath__foreach_floor_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:52.9443626Z test_unary_slowpath__foreach_floor_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:53.0250718Z test_unary_slowpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:53.1056122Z test_unary_slowpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:53.1831545Z test_unary_slowpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:53.2510146Z test_unary_slowpath__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:53.3192574Z test_unary_slowpath__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:53.3867150Z test_unary_slowpath__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:53.4551183Z test_unary_slowpath__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:53.5228127Z test_unary_slowpath__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:53.6036523Z test_unary_slowpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:53.6708435Z test_unary_slowpath__foreach_frac_cuda_bool (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:53.7490129Z test_unary_slowpath__foreach_frac_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:53.8280274Z test_unary_slowpath__foreach_frac_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-05-18T04:54:53.9088005Z test_unary_slowpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:53.9895961Z test_unary_slowpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:54.0687633Z test_unary_slowpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-05-18T04:54:54.1362911Z test_unary_slowpath__foreach_frac_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:54.2040943Z test_unary_slowpath__foreach_frac_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:54.2722896Z test_unary_slowpath__foreach_frac_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:54.3395605Z test_unary_slowpath__foreach_frac_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:54:54.4073195Z test_unary_slowpath__foreach_frac_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:54:54.4891479Z test_unary_slowpath__foreach_log10_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:54.5609767Z test_unary_slowpath__foreach_log10_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:55.3140370Z test_unary_slowpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.753s) 2022-05-18T04:54:56.0309673Z test_unary_slowpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.717s) 2022-05-18T04:54:56.1117041Z test_unary_slowpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:56.1932193Z test_unary_slowpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:56.2711487Z test_unary_slowpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:54:56.3438657Z test_unary_slowpath__foreach_log10_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:56.4162062Z test_unary_slowpath__foreach_log10_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:56.4883565Z test_unary_slowpath__foreach_log10_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:56.5604680Z test_unary_slowpath__foreach_log10_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:56.6328329Z test_unary_slowpath__foreach_log10_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:56.7143031Z test_unary_slowpath__foreach_log1p_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:56.7860184Z test_unary_slowpath__foreach_log1p_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:56.8631423Z test_unary_slowpath__foreach_log1p_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:56.9407637Z test_unary_slowpath__foreach_log1p_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:57.0213710Z test_unary_slowpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:57.1023740Z test_unary_slowpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:57.1798416Z test_unary_slowpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:57.2526849Z test_unary_slowpath__foreach_log1p_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:57.3247045Z test_unary_slowpath__foreach_log1p_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:57.3982166Z test_unary_slowpath__foreach_log1p_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:57.4705707Z test_unary_slowpath__foreach_log1p_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:57.5424534Z test_unary_slowpath__foreach_log1p_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:57.6230534Z test_unary_slowpath__foreach_log2_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:57.6950965Z test_unary_slowpath__foreach_log2_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:58.4526924Z test_unary_slowpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.757s) 2022-05-18T04:54:59.1793270Z test_unary_slowpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.727s) 2022-05-18T04:54:59.2599811Z test_unary_slowpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:54:59.3423790Z test_unary_slowpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:54:59.4194913Z test_unary_slowpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:54:59.4923717Z test_unary_slowpath__foreach_log2_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:54:59.5647178Z test_unary_slowpath__foreach_log2_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:59.6367771Z test_unary_slowpath__foreach_log2_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:59.7087102Z test_unary_slowpath__foreach_log2_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:59.7811408Z test_unary_slowpath__foreach_log2_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:54:59.8616509Z test_unary_slowpath__foreach_log_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:54:59.9355140Z test_unary_slowpath__foreach_log_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:00.6782560Z test_unary_slowpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.742s) 2022-05-18T04:55:01.3952034Z test_unary_slowpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.717s) 2022-05-18T04:55:01.4754490Z test_unary_slowpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:01.5560184Z test_unary_slowpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:01.6328251Z test_unary_slowpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:55:01.7059531Z test_unary_slowpath__foreach_log_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:01.7785854Z test_unary_slowpath__foreach_log_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:01.8529389Z test_unary_slowpath__foreach_log_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:01.9260026Z test_unary_slowpath__foreach_log_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:01.9987043Z test_unary_slowpath__foreach_log_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:02.0795337Z test_unary_slowpath__foreach_neg_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:02.1462227Z test_unary_slowpath__foreach_neg_cuda_bool (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:55:02.7836974Z test_unary_slowpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.637s) 2022-05-18T04:55:02.8720367Z test_unary_slowpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-05-18T04:55:02.9529776Z test_unary_slowpath__foreach_neg_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:03.0344504Z test_unary_slowpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:03.1111962Z test_unary_slowpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:55:03.1654329Z test_unary_slowpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:55:03.2196190Z test_unary_slowpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:55:03.2699807Z test_unary_slowpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-05-18T04:55:03.3240337Z test_unary_slowpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-05-18T04:55:03.3799486Z test_unary_slowpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-05-18T04:55:03.4609481Z test_unary_slowpath__foreach_reciprocal_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:03.5331755Z test_unary_slowpath__foreach_reciprocal_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:03.6212026Z test_unary_slowpath__foreach_reciprocal_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-05-18T04:55:03.7126194Z test_unary_slowpath__foreach_reciprocal_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-05-18T04:55:03.7941116Z test_unary_slowpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:03.8749681Z test_unary_slowpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:03.9572538Z test_unary_slowpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:04.0312568Z test_unary_slowpath__foreach_reciprocal_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:04.1068849Z test_unary_slowpath__foreach_reciprocal_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:55:04.1886121Z test_unary_slowpath__foreach_reciprocal_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:04.2686188Z test_unary_slowpath__foreach_reciprocal_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:04.3498444Z test_unary_slowpath__foreach_reciprocal_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:04.4366908Z test_unary_slowpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.087s) 2022-05-18T04:55:04.5043738Z test_unary_slowpath__foreach_round_cuda_bool (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:55:04.5832822Z test_unary_slowpath__foreach_round_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-05-18T04:55:04.6641394Z test_unary_slowpath__foreach_round_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:04.7478435Z test_unary_slowpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-05-18T04:55:04.8298526Z test_unary_slowpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:04.9097992Z test_unary_slowpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:04.9850567Z test_unary_slowpath__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:55:05.0605902Z test_unary_slowpath__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:55:05.1294738Z test_unary_slowpath__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:55:05.1980094Z test_unary_slowpath__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:55:05.2655760Z test_unary_slowpath__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:55:05.3493703Z test_unary_slowpath__foreach_sigmoid_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-05-18T04:55:05.4228665Z test_unary_slowpath__foreach_sigmoid_cuda_bool (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:07.2242108Z test_unary_slowpath__foreach_sigmoid_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.801s) 2022-05-18T04:55:08.2336312Z test_unary_slowpath__foreach_sigmoid_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.009s) 2022-05-18T04:55:08.3141908Z test_unary_slowpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:08.3945817Z test_unary_slowpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:08.4709412Z test_unary_slowpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-05-18T04:55:08.5433203Z test_unary_slowpath__foreach_sigmoid_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:08.6155750Z test_unary_slowpath__foreach_sigmoid_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:08.6879858Z test_unary_slowpath__foreach_sigmoid_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:08.7612635Z test_unary_slowpath__foreach_sigmoid_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:08.8333071Z test_unary_slowpath__foreach_sigmoid_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:08.9134643Z test_unary_slowpath__foreach_sin_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:08.9850830Z test_unary_slowpath__foreach_sin_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:09.0726546Z test_unary_slowpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.087s) 2022-05-18T04:55:09.1637354Z test_unary_slowpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-05-18T04:55:09.2440582Z test_unary_slowpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:09.3253673Z test_unary_slowpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:09.4022873Z test_unary_slowpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:55:09.4740956Z test_unary_slowpath__foreach_sin_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:09.5459524Z test_unary_slowpath__foreach_sin_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:09.6186481Z test_unary_slowpath__foreach_sin_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:09.6902873Z test_unary_slowpath__foreach_sin_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:09.7623127Z test_unary_slowpath__foreach_sin_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:09.8434071Z test_unary_slowpath__foreach_sinh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:09.9151804Z test_unary_slowpath__foreach_sinh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:10.0023572Z test_unary_slowpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.087s) 2022-05-18T04:55:10.0932007Z test_unary_slowpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-05-18T04:55:10.1736175Z test_unary_slowpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:10.2542233Z test_unary_slowpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:10.3311932Z test_unary_slowpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:55:10.4055286Z test_unary_slowpath__foreach_sinh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:10.4778872Z test_unary_slowpath__foreach_sinh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:10.5499823Z test_unary_slowpath__foreach_sinh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:10.6218516Z test_unary_slowpath__foreach_sinh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:10.6942638Z test_unary_slowpath__foreach_sinh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:10.7743909Z test_unary_slowpath__foreach_sqrt_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:10.8464832Z test_unary_slowpath__foreach_sqrt_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:11.7395557Z test_unary_slowpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.893s) 2022-05-18T04:55:12.6315714Z test_unary_slowpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.892s) 2022-05-18T04:55:12.7123102Z test_unary_slowpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:12.7948116Z test_unary_slowpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:12.8741213Z test_unary_slowpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-05-18T04:55:12.9495075Z test_unary_slowpath__foreach_sqrt_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:55:13.0252542Z test_unary_slowpath__foreach_sqrt_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-05-18T04:55:13.0989738Z test_unary_slowpath__foreach_sqrt_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:13.1711157Z test_unary_slowpath__foreach_sqrt_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:13.2449967Z test_unary_slowpath__foreach_sqrt_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:13.3253438Z test_unary_slowpath__foreach_tan_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:13.3972252Z test_unary_slowpath__foreach_tan_cuda_bool (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:13.4849330Z test_unary_slowpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-05-18T04:55:13.5762439Z test_unary_slowpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-05-18T04:55:13.6566262Z test_unary_slowpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-05-18T04:55:13.7384337Z test_unary_slowpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:13.8144958Z test_unary_slowpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-05-18T04:55:13.8864742Z test_unary_slowpath__foreach_tan_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:13.9583420Z test_unary_slowpath__foreach_tan_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:14.0304393Z test_unary_slowpath__foreach_tan_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:14.1030020Z test_unary_slowpath__foreach_tan_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-05-18T04:55:14.1764782Z test_unary_slowpath__foreach_tan_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:14.2587151Z test_unary_slowpath__foreach_tanh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:14.3327326Z test_unary_slowpath__foreach_tanh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:14.4215678Z test_unary_slowpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-05-18T04:55:14.5136786Z test_unary_slowpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.092s) 2022-05-18T04:55:14.5952820Z test_unary_slowpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-05-18T04:55:14.6774123Z test_unary_slowpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:14.7551310Z test_unary_slowpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:55:14.8280211Z test_unary_slowpath__foreach_tanh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-05-18T04:55:14.9028788Z test_unary_slowpath__foreach_tanh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:55:14.9799750Z test_unary_slowpath__foreach_tanh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:55:15.0550401Z test_unary_slowpath__foreach_tanh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-05-18T04:55:15.1290884Z test_unary_slowpath__foreach_tanh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-05-18T04:55:15.2110628Z test_unary_slowpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:15.2789488Z test_unary_slowpath__foreach_trunc_cuda_bool (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:55:15.3567628Z test_unary_slowpath__foreach_trunc_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:55:15.4348221Z test_unary_slowpath__foreach_trunc_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-05-18T04:55:15.5169194Z test_unary_slowpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-05-18T04:55:15.5997431Z test_unary_slowpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-05-18T04:55:15.6772016Z test_unary_slowpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-05-18T04:55:15.7450635Z test_unary_slowpath__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:55:15.8155188Z test_unary_slowpath__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-05-18T04:55:15.8851156Z test_unary_slowpath__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-05-18T04:55:15.9536690Z test_unary_slowpath__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-05-18T04:55:16.0205234Z test_unary_slowpath__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-05-18T04:55:16.0206051Z 2022-05-18T04:55:16.0206534Z ---------------------------------------------------------------------- 2022-05-18T04:55:16.0206932Z Ran 1192 tests in 273.139s 2022-05-18T04:55:16.0210841Z 2022-05-18T04:55:16.0211199Z OK (skipped=5) 2022-05-18T04:55:16.0211374Z 2022-05-18T04:55:16.0213808Z Generating XML reports... 2022-05-18T04:55:16.1305375Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCUDA-20220518045042.xml 2022-05-18T04:55:16.4902294Z Running test_jit ... [2022-05-18 04:55:16.489657] 2022-05-18T04:55:16.4902971Z Executing ['/opt/conda/bin/python', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:55:16.489766] 2022-05-18T04:55:20.0551257Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-05-18T04:55:20.1742341Z Test results will be stored in test-reports/python-unittest/test_jit 2022-05-18T04:55:20.2064046Z 2022-05-18T04:55:20.2064317Z Running tests... 2022-05-18T04:55:20.2064762Z ---------------------------------------------------------------------- 2022-05-18T04:55:20.2081514Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-05-18T04:55:20.2248453Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.016s) 2022-05-18T04:55:20.2453416Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.020s) 2022-05-18T04:55:20.2468021Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-05-18T04:55:20.3163926Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.069s) 2022-05-18T04:55:20.3252043Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.009s) 2022-05-18T04:55:20.5812221Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.256s) 2022-05-18T04:55:20.5930160Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.012s) 2022-05-18T04:55:20.5966287Z test_async_python (jit.test_async.TestAsync) ... ok (0.004s) 2022-05-18T04:55:20.6053020Z test_async_script (jit.test_async.TestAsync) ... ok (0.009s) 2022-05-18T04:55:20.6172782Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.012s) 2022-05-18T04:55:20.6545279Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.037s) 2022-05-18T04:55:20.6761988Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.022s) 2022-05-18T04:55:20.6851874Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.009s) 2022-05-18T04:55:20.6992115Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.014s) 2022-05-18T04:55:20.7011198Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-05-18T04:55:20.7524628Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.051s) 2022-05-18T04:55:20.7537739Z test_future_subtyping (jit.test_async.TestAsync) 2022-05-18T04:55:20.7657274Z Test that futures subtype each other properly. ... ok (0.013s) 2022-05-18T04:55:20.7676487Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-05-18T04:55:20.7832249Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.015s) 2022-05-18T04:55:20.7949773Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.012s) 2022-05-18T04:55:20.8158268Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.021s) 2022-05-18T04:55:20.8184243Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.003s) 2022-05-18T04:55:20.8589915Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.040s) 2022-05-18T04:55:20.8832247Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.024s) 2022-05-18T04:55:20.8889920Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-05-18T04:55:20.9106692Z 1. Testing a = int, b = int ... ok (0.027s) 2022-05-18T04:55:21.0705613Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.160s) 2022-05-18T04:55:21.0744041Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-05-18T04:55:21.6174271Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.543s) 2022-05-18T04:55:22.0969698Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.479s) 2022-05-18T04:55:22.1020165Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-05-18T04:55:22.1336823Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.032s) 2022-05-18T04:55:22.1426833Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-05-18T04:55:22.1448451Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-05-18T04:55:22.1539373Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-05-18T04:55:22.1624124Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-05-18T04:55:22.1767572Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.014s) 2022-05-18T04:55:22.1853413Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-05-18T04:55:22.1942512Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-05-18T04:55:22.2031812Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-05-18T04:55:22.2111364Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-05-18T04:55:22.2123759Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-05-18T04:55:22.2202281Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-05-18T04:55:22.2307582Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-05-18T04:55:22.2377257Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-05-18T04:55:22.2454857Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-05-18T04:55:22.2665751Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-05-18T04:55:22.4601696Z ok (0.215s) 2022-05-18T04:55:22.4813526Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-05-18T04:55:22.6590399Z ok (0.198s) 2022-05-18T04:55:22.6809430Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-05-18T04:55:23.0054782Z ok (0.345s) 2022-05-18T04:55:23.0705276Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.063s) 2022-05-18T04:55:23.1625768Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.091s) 2022-05-18T04:55:23.1705169Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-05-18T04:55:23.1794449Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-05-18T04:55:23.1884229Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-05-18T04:55:23.2002425Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-05-18T04:55:23.2125187Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-05-18T04:55:23.2246217Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-05-18T04:55:23.2387887Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-05-18T04:55:23.2532560Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-05-18T04:55:23.2613829Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.008s) 2022-05-18T04:55:23.2734271Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-05-18T04:55:23.3006092Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.027s) 2022-05-18T04:55:23.3129315Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-05-18T04:55:23.3145080Z test_cuda_synchronize (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.001s) 2022-05-18T04:55:23.3161190Z test_current_stream (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.002s) 2022-05-18T04:55:23.3785941Z test_event_args (jit.test_cuda.TestCUDA) ... ok (0.062s) 2022-05-18T04:55:23.4459998Z test_stream_args (jit.test_cuda.TestCUDA) ... ok (0.067s) 2022-05-18T04:55:23.4639476Z test_streams_and_events (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.018s) 2022-05-18T04:55:23.5140466Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.050s) 2022-05-18T04:55:23.5150027Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-05-18T04:55:23.5409011Z Test that the error message displayed when convering a class type ... ok (0.027s) 2022-05-18T04:55:23.5896103Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.049s) 2022-05-18T04:55:23.6123754Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-05-18T04:55:23.6295537Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.017s) 2022-05-18T04:55:23.6306681Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-05-18T04:55:23.7283182Z Test that inheritance is detected in ... ok (0.099s) 2022-05-18T04:55:23.8489199Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.121s) 2022-05-18T04:55:23.9479824Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.099s) 2022-05-18T04:55:23.9690349Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-05-18T04:55:23.9699422Z test_classmethod (jit.test_class_type.TestClassType) 2022-05-18T04:55:23.9984593Z Test classmethods on class types. ... ok (0.029s) 2022-05-18T04:55:24.0710351Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.072s) 2022-05-18T04:55:24.0725456Z test_custom_delete (jit.test_class_type.TestClassType) 2022-05-18T04:55:24.1306094Z Test that del can be called on an instance of a class that ... ok (0.060s) 2022-05-18T04:55:24.1339435Z test_default_args (jit.test_class_type.TestClassType) 2022-05-18T04:55:24.2634162Z Test that methods on class types can have default arguments. ... ok (0.133s) 2022-05-18T04:55:24.2807103Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.017s) 2022-05-18T04:55:24.3511261Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.070s) 2022-05-18T04:55:24.3524457Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-05-18T04:55:24.3728317Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-05-18T04:55:24.3918341Z test_in (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-05-18T04:55:24.4119749Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-05-18T04:55:24.6584632Z test_interface (jit.test_class_type.TestClassType) ... ok (0.246s) 2022-05-18T04:55:24.6981159Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.040s) 2022-05-18T04:55:24.7178398Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-05-18T04:55:24.9883498Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.270s) 2022-05-18T04:55:24.9908463Z test_properties (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.0837058Z Test that a scripted class can make use of the @property decorator. ... ok (0.095s) 2022-05-18T04:55:25.1086105Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.025s) 2022-05-18T04:55:25.1279310Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-05-18T04:55:25.1284624Z test_recursive_class (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.2052223Z Recursive class types not yet supported. We should give a good error message. ... ok (0.077s) 2022-05-18T04:55:25.2069447Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.2803690Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.075s) 2022-05-18T04:55:25.2811894Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.3164409Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.036s) 2022-05-18T04:55:25.3173122Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.3498433Z Test that class types are recursively scripted when an Python instance of one ... ok (0.033s) 2022-05-18T04:55:25.3512857Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.4099867Z Test that class types module attributes that fail to script ... ok (0.060s) 2022-05-18T04:55:25.4112648Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.4314288Z Test that modifications made to a class instance in TorchScript ... ok (0.021s) 2022-05-18T04:55:25.5126068Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.081s) 2022-05-18T04:55:25.5680118Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.055s) 2022-05-18T04:55:25.5921204Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-05-18T04:55:25.5926762Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.8918455Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.300s) 2022-05-18T04:55:25.8927489Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-05-18T04:55:25.9242455Z Test that a scripted class can have a method that refers to the class itself ... ok (0.032s) 2022-05-18T04:55:26.0035556Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.079s) 2022-05-18T04:55:26.0194325Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-05-18T04:55:26.0333798Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-05-18T04:55:26.0347163Z test_staticmethod (jit.test_class_type.TestClassType) 2022-05-18T04:55:26.0766023Z Test static methods on class types. ... ok (0.043s) 2022-05-18T04:55:26.0774972Z test_type_annotation (jit.test_class_type.TestClassType) 2022-05-18T04:55:26.1023757Z Test that annotating container attributes with types works correctly ... ok (0.026s) 2022-05-18T04:55:26.1174456Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-05-18T04:55:26.1463775Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-05-18T04:55:26.1483310Z test_unused_method (jit.test_class_type.TestClassType) 2022-05-18T04:55:26.2383318Z Test unused methods on scripted classes. ... ok (0.092s) 2022-05-18T04:55:26.2621826Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.024s) 2022-05-18T04:55:26.2802755Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.018s) 2022-05-18T04:55:26.9705185Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.690s) 2022-05-18T04:55:27.0390175Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.068s) 2022-05-18T04:55:27.0436096Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.005s) 2022-05-18T04:55:27.0526996Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.009s) 2022-05-18T04:55:27.0580238Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.005s) 2022-05-18T04:55:27.0628461Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.005s) 2022-05-18T04:55:27.0672649Z test_div (jit.test_complex.TestComplex) ... ok (0.004s) 2022-05-18T04:55:27.0781045Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.011s) 2022-05-18T04:55:27.0879778Z test_pickle (jit.test_complex.TestComplex) ... ok (0.010s) 2022-05-18T04:55:27.0916194Z test_script (jit.test_complex.TestComplex) ... ok (0.004s) 2022-05-18T04:55:27.1008518Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.009s) 2022-05-18T04:55:27.1562492Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.055s) 2022-05-18T04:55:27.1599675Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-05-18T04:55:27.1667135Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.007s) 2022-05-18T04:55:27.1678103Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1694986Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-05-18T04:55:27.1702918Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1714343Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1725061Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1735003Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1745168Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1755270Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1786125Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-05-18T04:55:27.1791795Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-05-18T04:55:27.1801727Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T04:55:27.1866189Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-05-18T04:55:27.1981839Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.011s) 2022-05-18T04:55:27.1988718Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:55:27.1995315Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:55:27.2009883Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:55:27.2022512Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:55:27.2028729Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T04:55:27.2132069Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-05-18T04:55:27.2163756Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-05-18T04:55:27.2204969Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-05-18T04:55:27.2252414Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-05-18T04:55:27.2308607Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-05-18T04:55:27.2353393Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-05-18T04:55:27.2397605Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-05-18T04:55:32.0870301Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... ok (4.847s) 2022-05-18T04:55:32.0930431Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-05-18T04:55:32.0972877Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-05-18T04:55:32.1044077Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-05-18T04:55:32.1185961Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-05-18T04:55:32.1234475Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-05-18T04:55:32.1402156Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.017s) 2022-05-18T04:55:32.2118186Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.071s) 2022-05-18T04:55:32.2448574Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.033s) 2022-05-18T04:55:32.2709191Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.026s) 2022-05-18T04:55:32.3003306Z test_basic (jit.test_list_dict.TestDict) ... ok (0.029s) 2022-05-18T04:55:32.3056869Z test_clear (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-05-18T04:55:32.3126163Z test_copy (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-05-18T04:55:32.3235246Z test_del (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-05-18T04:55:32.3560210Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.032s) 2022-05-18T04:55:32.4710395Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.115s) 2022-05-18T04:55:32.4777964Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-05-18T04:55:32.4795005Z test_dict_variance (jit.test_list_dict.TestDict) 2022-05-18T04:55:32.4945928Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.017s) 2022-05-18T04:55:32.5069102Z test_get (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-05-18T04:55:32.5203016Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-05-18T04:55:32.5244723Z test_items (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-05-18T04:55:32.5265573Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-05-18T04:55:32.5341260Z test_keys (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-05-18T04:55:32.5392556Z test_len (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-05-18T04:55:32.5438467Z test_loop (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-05-18T04:55:32.5557041Z test_membership (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-05-18T04:55:32.5599047Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-05-18T04:55:32.5759424Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-05-18T04:55:32.5947626Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-05-18T04:55:32.6095692Z test_pop (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-05-18T04:55:32.6143355Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-05-18T04:55:32.6260063Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-05-18T04:55:32.6270872Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-05-18T04:55:32.6295069Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-05-18T04:55:32.6452168Z test_update (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-05-18T04:55:32.6523187Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-05-18T04:55:32.6563273Z test_values (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-05-18T04:55:32.7373043Z test_view (jit.test_list_dict.TestDict) ... ok (0.081s) 2022-05-18T04:55:32.7481559Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.011s) 2022-05-18T04:55:32.8450773Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.097s) 2022-05-18T04:55:32.8574961Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.012s) 2022-05-18T04:55:32.8762632Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.019s) 2022-05-18T04:55:32.8988565Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.022s) 2022-05-18T04:55:32.9386243Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.040s) 2022-05-18T04:55:32.9516622Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.013s) 2022-05-18T04:55:32.9619414Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.010s) 2022-05-18T04:55:32.9746518Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.013s) 2022-05-18T04:55:32.9840267Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.009s) 2022-05-18T04:55:32.9990961Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.015s) 2022-05-18T04:55:32.9999626Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-05-18T04:55:33.0140618Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.014s) 2022-05-18T04:55:33.0242463Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.010s) 2022-05-18T04:55:33.0371938Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.013s) 2022-05-18T04:55:33.0468184Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.010s) 2022-05-18T04:55:33.0586336Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.012s) 2022-05-18T04:55:33.0683533Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.010s) 2022-05-18T04:55:33.0999202Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.031s) 2022-05-18T04:55:33.1072458Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.007s) 2022-05-18T04:55:33.1155122Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.008s) 2022-05-18T04:55:33.1283152Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.013s) 2022-05-18T04:55:33.1295480Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... /opt/conda/lib/python3.9/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T04:55:33.1296374Z warnings.warn( 2022-05-18T04:55:33.1367432Z ok (0.008s) 2022-05-18T04:55:33.1374886Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-05-18T04:55:33.1476750Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-05-18T04:55:33.1579509Z test_directory (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-05-18T04:55:33.1623146Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.004s) 2022-05-18T04:55:33.1666588Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... ok (0.004s) 2022-05-18T04:55:33.1766208Z test_protobuf (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-05-18T04:55:33.1866075Z test_zipfile (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-05-18T04:55:33.2057964Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-05-18T04:55:33.2218239Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-05-18T04:55:33.5095346Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.287s) 2022-05-18T04:55:33.5576411Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.048s) 2022-05-18T04:55:33.5722847Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-05-18T04:55:33.5806917Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-05-18T04:55:33.5992429Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-05-18T04:55:33.6089775Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-05-18T04:55:33.6184196Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-05-18T04:55:33.6266430Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-05-18T04:55:33.6348246Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-05-18T04:55:33.6477301Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-05-18T04:55:33.6570519Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-05-18T04:55:33.6682851Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-05-18T04:55:33.6773073Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-05-18T04:55:33.6942025Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-05-18T04:55:33.7075794Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-05-18T04:55:33.7235502Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-05-18T04:55:33.7381312Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-05-18T04:55:33.7473399Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-05-18T04:55:33.7564863Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-05-18T04:55:33.7666876Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-05-18T04:55:33.7734905Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-05-18T04:55:33.7803270Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-05-18T04:55:33.8106348Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-05-18T04:55:33.8438730Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.033s) 2022-05-18T04:55:33.8717749Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-05-18T04:55:33.8738878Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-05-18T04:55:34.0248899Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.153s) 2022-05-18T04:55:34.0368744Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T04:55:34.0531042Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-05-18T04:55:34.0727746Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-05-18T04:55:34.1067945Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.034s) 2022-05-18T04:55:34.1277793Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-05-18T04:55:34.1373477Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-05-18T04:55:34.1482588Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-05-18T04:55:34.1625435Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-05-18T04:55:34.1693186Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-05-18T04:55:34.1852673Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-05-18T04:55:34.1981409Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-05-18T04:55:34.2095663Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-05-18T04:55:34.2188626Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-05-18T04:55:34.2338695Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-05-18T04:55:34.2849788Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.051s) 2022-05-18T04:55:34.3326752Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.048s) 2022-05-18T04:55:34.4527317Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.120s) 2022-05-18T04:55:34.7911253Z test_instancing_error (__main__.TestFrontend) ... ok (0.338s) 2022-05-18T04:55:34.8122160Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-05-18T04:55:36.7862910Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.974s) 2022-05-18T04:55:37.3115577Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.525s) 2022-05-18T04:55:37.3135638Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Caching allocator leak sometimes causes failures (0.002s) 2022-05-18T04:55:37.3313048Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.018s) 2022-05-18T04:55:39.0323960Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... ok (1.701s) 2022-05-18T04:55:39.0829772Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.050s) 2022-05-18T04:55:39.1456630Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.063s) 2022-05-18T04:55:39.1466783Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-05-18T04:55:39.9046007Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... ok (0.758s) 2022-05-18T04:55:39.9260640Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-05-18T04:55:39.9350985Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-05-18T04:55:39.9438184Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-05-18T04:55:39.9545188Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.011s) 2022-05-18T04:55:39.9665782Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-05-18T04:55:40.1217702Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.155s) 2022-05-18T04:55:40.2655436Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... ok (0.143s) 2022-05-18T04:55:40.2670340Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-05-18T04:55:40.2826546Z Testing that the interleaving of multiple optimizations does not ... ok (0.017s) 2022-05-18T04:55:40.2841146Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-05-18T04:55:40.2976314Z There should be no change to the graph due to the optimization pass ... ok (0.015s) 2022-05-18T04:55:40.3170900Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-05-18T04:55:40.3227236Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-05-18T04:55:40.3287950Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-05-18T04:55:40.5923301Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.263s) 2022-05-18T04:55:40.6247456Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-05-18T04:55:40.6422252Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.017s) 2022-05-18T04:55:40.6704770Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.028s) 2022-05-18T04:55:40.9320088Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.261s) 2022-05-18T04:55:41.5718747Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.640s) 2022-05-18T04:55:41.5773822Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-05-18T04:55:41.5821847Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-05-18T04:55:41.6215799Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.039s) 2022-05-18T04:55:41.6633939Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.042s) 2022-05-18T04:55:41.9473156Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.284s) 2022-05-18T04:55:42.0298829Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.082s) 2022-05-18T04:55:42.0426338Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.013s) 2022-05-18T04:55:46.9823411Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (4.939s) 2022-05-18T04:55:46.9912872Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.009s) 2022-05-18T04:55:47.0478189Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.056s) 2022-05-18T04:55:47.0569868Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.009s) 2022-05-18T04:55:47.0659536Z test_hash_device (jit.test_hash.TestHash) ... ok (0.009s) 2022-05-18T04:55:47.0788016Z test_hash_float (jit.test_hash.TestHash) ... ok (0.013s) 2022-05-18T04:55:47.0888191Z test_hash_int (jit.test_hash.TestHash) ... ok (0.010s) 2022-05-18T04:55:47.0931042Z test_hash_none (jit.test_hash.TestHash) ... ok (0.004s) 2022-05-18T04:55:47.1005721Z test_hash_string (jit.test_hash.TestHash) ... ok (0.007s) 2022-05-18T04:55:47.1012373Z test_hash_tensor (jit.test_hash.TestHash) 2022-05-18T04:55:47.1082716Z Tensors should hash by identity ... ok (0.008s) 2022-05-18T04:55:47.1168017Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.008s) 2022-05-18T04:55:47.1206972Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.004s) 2022-05-18T04:55:47.1457611Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.025s) 2022-05-18T04:55:47.1465985Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.001s) 2022-05-18T04:55:47.1582992Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.012s) 2022-05-18T04:55:47.1683487Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-05-18T04:55:47.1866713Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-05-18T04:55:47.2188187Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-05-18T04:55:47.2484000Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-05-18T04:55:47.2757677Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-05-18T04:55:47.3217218Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-05-18T04:55:47.3628138Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.041s) 2022-05-18T04:55:47.3849552Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-05-18T04:55:47.4156277Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-05-18T04:55:47.4355259Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-05-18T04:55:47.4646837Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-05-18T04:55:47.4993602Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-05-18T04:55:47.5295579Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.030s) 2022-05-18T04:55:47.5601550Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.030s) 2022-05-18T04:55:47.5899252Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.030s) 2022-05-18T04:55:47.6398415Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.050s) 2022-05-18T04:55:47.6820243Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.042s) 2022-05-18T04:55:47.7060861Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-05-18T04:55:47.7397945Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-05-18T04:55:47.7907409Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.051s) 2022-05-18T04:55:47.8506754Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.060s) 2022-05-18T04:55:47.8545979Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-05-18T04:55:47.8599164Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.005s) 2022-05-18T04:55:47.8789974Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.019s) 2022-05-18T04:55:47.8853340Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.006s) 2022-05-18T04:55:47.8924006Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.007s) 2022-05-18T04:55:47.9495886Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.057s) 2022-05-18T04:55:52.9555349Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (5.006s) 2022-05-18T04:55:52.9630170Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-05-18T04:55:52.9845687Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.021s) 2022-05-18T04:55:52.9924841Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T04:55:52.9946933Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-05-18T04:55:53.0011056Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.0023783Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-05-18T04:55:53.0036724Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-05-18T04:55:53.0098016Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.0161511Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.0240738Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T04:55:53.0341580Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T04:55:53.0402052Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.0475075Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-05-18T04:55:53.0554675Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T04:55:53.0575364Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-05-18T04:55:53.0642435Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-05-18T04:55:53.0701828Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.0714850Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-05-18T04:55:53.0798325Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T04:55:53.0858463Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.0879631Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-05-18T04:55:53.0938094Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.0998368Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.1074569Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-05-18T04:55:53.1178130Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T04:55:53.1199052Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-05-18T04:55:53.1304641Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T04:55:53.1365731Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-05-18T04:55:53.1586369Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-05-18T04:55:53.2380074Z test_ModuleList (__main__.TestJit) ... ok (0.079s) 2022-05-18T04:55:53.2712894Z test_Sequential (__main__.TestJit) ... ok (0.033s) 2022-05-18T04:55:53.2988216Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.027s) 2022-05-18T04:55:53.3366122Z test_add_relu_fusion (__main__.TestJit) ... ok (0.038s) 2022-05-18T04:55:53.3387934Z test_arg_configurations (__main__.TestJit) 2022-05-18T04:55:53.3390209Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-05-18T04:55:53.3451397Z test_attrs (__main__.TestJit) ... ok (0.006s) 2022-05-18T04:55:53.3495057Z test_batchnorm (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:55:53.3507627Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-05-18T04:55:53.3558528Z test_conj_transpose (__main__.TestJit) ... ok (0.005s) 2022-05-18T04:55:58.9112669Z test_constant_insertion (__main__.TestJit) ... ok (5.555s) 2022-05-18T04:55:58.9184285Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.007s) 2022-05-18T04:55:58.9250919Z test_constant_prop_exception (__main__.TestJit) ... ok (0.007s) 2022-05-18T04:55:58.9321299Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.007s) 2022-05-18T04:55:58.9356658Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.003s) 2022-05-18T04:55:58.9418457Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.006s) 2022-05-18T04:55:58.9474712Z test_constant_prop_nested (__main__.TestJit) ... ok (0.006s) 2022-05-18T04:55:58.9546295Z test_constant_prop_none (__main__.TestJit) ... ok (0.007s) 2022-05-18T04:55:58.9588240Z test_constant_prop_print (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:55:58.9628434Z test_constant_prop_rand (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:55:58.9681455Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.005s) 2022-05-18T04:55:58.9726688Z test_constant_prop_simple (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:55:58.9760214Z test_constants_pkl (__main__.TestJit) ... ok (0.003s) 2022-05-18T04:55:58.9767539Z test_cpp (__main__.TestJit) ... skip: covered by test_cpp_cuda (0.001s) 2022-05-18T04:55:58.9853304Z test_cse (__main__.TestJit) ... ok (0.008s) 2022-05-18T04:55:58.9922389Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.007s) 2022-05-18T04:55:58.9934252Z test_cu_escaped_number (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:55:59.0122763Z test_cuda_export_restore (__main__.TestJit) ... ok (0.019s) 2022-05-18T04:55:59.0298287Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.017s) 2022-05-18T04:55:59.0767142Z test_decompose_addmm (__main__.TestJit) ... ok (0.047s) 2022-05-18T04:55:59.0860292Z test_device_not_equal (__main__.TestJit) ... ok (0.009s) 2022-05-18T04:55:59.0912507Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.005s) 2022-05-18T04:55:59.0927853Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:55:59.0952369Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-05-18T04:55:59.1077678Z test_dropout_cuda (__main__.TestJit) ... ok (0.012s) 2022-05-18T04:55:59.5324373Z test_dropout_func_requires_grad (__main__.TestJit) ... ok (0.424s) 2022-05-18T04:55:59.5342491Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-05-18T04:55:59.5688662Z test_einsum (__main__.TestJit) ... ok (0.034s) 2022-05-18T04:55:59.5724317Z test_element_size (__main__.TestJit) ... ok (0.003s) 2022-05-18T04:55:59.5731665Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:55:59.5738975Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:55:59.5755189Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:55:59.5841780Z test_export_dropout (__main__.TestJit) ... ok (0.009s) 2022-05-18T04:55:59.6372656Z test_export_lstm (__main__.TestJit) ... ok (0.053s) 2022-05-18T04:55:59.6536516Z test_export_opnames (__main__.TestJit) ... ok (0.016s) 2022-05-18T04:55:59.7468003Z test_export_rnn (__main__.TestJit) ... ok (0.093s) 2022-05-18T04:55:59.7486547Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-05-18T04:55:59.7956221Z test_function_default_values (__main__.TestJit) ... ok (0.047s) 2022-05-18T04:55:59.7993947Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:55:59.8050402Z test_import_method (__main__.TestJit) ... ok (0.006s) 2022-05-18T04:55:59.8074334Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-05-18T04:55:59.8113362Z test_layout (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:55:59.8165538Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.005s) 2022-05-18T04:55:59.8207989Z test_matrix_transpose (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:55:59.8276300Z test_module_default_values (__main__.TestJit) ... ok (0.007s) 2022-05-18T04:55:59.8338006Z test_mutable_default_values (__main__.TestJit) ... ok (0.006s) 2022-05-18T04:55:59.8500413Z test_native_dropout_corner_case (__main__.TestJit) ... ok (0.016s) 2022-05-18T04:56:00.1648374Z test_nn_conv (__main__.TestJit) ... ok (0.314s) 2022-05-18T04:56:00.3092167Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.144s) 2022-05-18T04:56:00.5039955Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.195s) 2022-05-18T04:56:00.7991057Z test_nn_padding (__main__.TestJit) ... ok (0.295s) 2022-05-18T04:56:00.8349430Z test_nn_padding_functional (__main__.TestJit) ... ok (0.036s) 2022-05-18T04:56:00.8402508Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.005s) 2022-05-18T04:56:00.8413776Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-05-18T04:56:00.8449978Z test_numel (__main__.TestJit) ... ok (0.003s) 2022-05-18T04:56:00.8845850Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.039s) 2022-05-18T04:56:00.8871145Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.002s) 2022-05-18T04:56:00.9138752Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.027s) 2022-05-18T04:56:00.9174459Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-05-18T04:56:00.9214367Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:56:00.9526653Z test_pretty_printer (__main__.TestJit) ... ok (0.031s) 2022-05-18T04:56:00.9535676Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:56:00.9544807Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:56:00.9554976Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:56:00.9575868Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T04:56:01.2724236Z test_python_bindings (__main__.TestJit) ... ok (0.315s) 2022-05-18T04:56:01.2764422Z test_python_ir (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:56:01.2814069Z test_python_ir_utils (__main__.TestJit) ... ok (0.005s) 2022-05-18T04:56:01.2834024Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T04:56:01.2852809Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-05-18T04:56:02.2298820Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (0.944s) 2022-05-18T04:56:02.2325427Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-05-18T04:56:02.2421060Z test_restore_device (__main__.TestJit) ... ok (0.009s) 2022-05-18T04:56:02.2660032Z test_restore_device_cuda (__main__.TestJit) ... ok (0.024s) 2022-05-18T04:56:02.2735156Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... ok (0.007s) 2022-05-18T04:56:02.7476705Z test_script_autograd_grad (__main__.TestJit) ... ok (0.474s) 2022-05-18T04:56:02.7644600Z test_script_backward (__main__.TestJit) ... ok (0.017s) 2022-05-18T04:56:02.7665139Z test_script_backward_twice (__main__.TestJit) ... /opt/conda/lib/python3.9/site-packages/torch/jit/_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-05-18T04:56:02.7665690Z warnings.warn( 2022-05-18T04:56:02.7834747Z ok (0.019s) 2022-05-18T04:56:02.7868505Z test_script_fn_pkl (__main__.TestJit) ... ok (0.003s) 2022-05-18T04:56:02.7922869Z test_script_tensor_type (__main__.TestJit) ... ok (0.005s) 2022-05-18T04:56:02.7961140Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:56:02.7974856Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:56:02.7987649Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:56:02.8030908Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:56:02.8501953Z test_sparse_tensors (__main__.TestJit) ... ok (0.047s) 2022-05-18T04:56:02.8691745Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:426: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:56:02.8692743Z return callable(*args, **kwargs) 2022-05-18T04:56:02.8748589Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:426: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T04:56:02.8749606Z return callable(*args, **kwargs) 2022-05-18T04:56:02.8898390Z ok (0.040s) 2022-05-18T04:56:02.8909337Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-05-18T04:56:02.8948515Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:56:02.8976248Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-05-18T04:56:02.9002132Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.002s) 2022-05-18T04:56:02.9142769Z test_torch_sum (__main__.TestJit) ... ok (0.014s) 2022-05-18T04:56:02.9232661Z test_trace_retains_train (__main__.TestJit) ... ok (0.009s) 2022-05-18T04:56:02.9842475Z test_train_eval (__main__.TestJit) ... ok (0.061s) 2022-05-18T04:56:02.9885645Z test_transpose (__main__.TestJit) ... ok (0.004s) 2022-05-18T04:56:03.0036351Z test_unchecked_cast (__main__.TestJit) ... ok (0.015s) 2022-05-18T04:56:03.0051712Z test_unique_state_dict (__main__.TestJit) ... ok (0.001s) 2022-05-18T04:56:03.0062497Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-05-18T04:56:03.0184364Z test_warnings (__main__.TestJit) ... ok (0.012s) 2022-05-18T04:56:03.0967138Z test_generate_autocast_jit_trace_model (__main__.TestJitAutocast) ... ok (0.078s) 2022-05-18T04:56:03.1761362Z test_nchw_autocast_jit_trace_model (__main__.TestJitAutocast) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-05-18T04:56:03.1762860Z warnings.warn(msg, FutureWarning) 2022-05-18T04:56:03.1766335Z ok (0.080s) 2022-05-18T04:56:03.2565511Z test_nhwc_autocast_jit_trace_model (__main__.TestJitAutocast) ... ok (0.080s) 2022-05-18T04:56:03.3065646Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:03.3557271Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:03.4054045Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:03.4670292Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:03.5284430Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:03.5893214Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:03.6515340Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T04:56:03.6549297Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:03.7165685Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:03.7780318Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:03.8394161Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:03.9024065Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T04:56:03.9058257Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:03.9776654Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:04.0420285Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-05-18T04:56:04.1211017Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:04.1914261Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T04:56:04.2622505Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T04:56:04.2657398Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:04.3453298Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:04.4154448Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T04:56:04.4857968Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T04:56:04.5572614Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T04:56:04.6292769Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:04.6327995Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:04.6907764Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:04.7485690Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:04.8060484Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T04:56:04.8637228Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:04.9231289Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:04.9828956Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.0437546Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:05.1031496Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:05.1617704Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:05.2212939Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:05.2804210Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:05.3401107Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.4001018Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.4594749Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:05.5191340Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.5790856Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.6390596Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.6998471Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:05.7596105Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.8189797Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:05.8784748Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:05.9390054Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:05.9986312Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:06.0590856Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:06.1195898Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:06.1798573Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:06.2565321Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:06.3024596Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:06.3484608Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:06.3971736Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T04:56:06.4009135Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-05-18T04:56:06.4044403Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:06.4553046Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:06.5035648Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T04:56:06.5070880Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:06.5105227Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:06.5698791Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:06.5734193Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:06.6210131Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:06.6677047Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:06.7146107Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:06.7182521Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-05-18T04:56:06.7216979Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:06.7684269Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:06.8158905Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:06.9451027Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-05-18T04:56:07.0723731Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-05-18T04:56:07.2031620Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-05-18T04:56:07.3376607Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-05-18T04:56:07.4658921Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-05-18T04:56:07.5895177Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-05-18T04:56:07.7136160Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-05-18T04:56:07.8374552Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-05-18T04:56:07.9662229Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-05-18T04:56:08.0909317Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-05-18T04:56:08.2132772Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-05-18T04:56:08.3324183Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-05-18T04:56:08.4516159Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-05-18T04:56:08.5772687Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-05-18T04:56:08.7074166Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-05-18T04:56:08.8316670Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-05-18T04:56:08.9536483Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-05-18T04:56:09.0722051Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-05-18T04:56:09.1914412Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-05-18T04:56:09.2551906Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-05-18T04:56:09.3123554Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T04:56:09.3691835Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T04:56:09.4261276Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T04:56:09.4297094Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-05-18T04:56:09.4712846Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:09.5061810Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-05-18T04:56:09.5096977Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-05-18T04:56:09.5443807Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-05-18T04:56:09.5962837Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T04:56:09.6478788Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:09.7003607Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T04:56:09.7575681Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T04:56:09.8135036Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T04:56:09.8667335Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:09.9207687Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:09.9759814Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T04:56:10.0291635Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:10.1057534Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T04:56:10.1883003Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T04:56:10.2656778Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:10.3428010Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:10.4192009Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T04:56:10.4941260Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T04:56:10.5705184Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T04:56:10.6467581Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T04:56:10.7253191Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:10.8022851Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:10.8786403Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T04:56:10.9557323Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:11.0358837Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:11.1170904Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T04:56:11.1941329Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:11.2684903Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T04:56:11.3444281Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T04:56:11.4244101Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:11.5082717Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-05-18T04:56:11.5877004Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:11.6677657Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:11.7475706Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:11.8273950Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:11.9070523Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:11.9843555Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:12.0637507Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:12.1429198Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:12.2201194Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:12.2987306Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:12.3800883Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T04:56:12.4817589Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T04:56:12.5606982Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:12.6424240Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T04:56:12.7235903Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T04:56:12.8069247Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-05-18T04:56:12.8980506Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-05-18T04:56:13.0067187Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T04:56:13.1028944Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-05-18T04:56:13.1984704Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-05-18T04:56:13.2924237Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-05-18T04:56:13.3917612Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T04:56:13.4822370Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T04:56:13.5802620Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-05-18T04:56:13.6747143Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-05-18T04:56:13.7590098Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-05-18T04:56:13.8418287Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-05-18T04:56:13.9217364Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:14.0058449Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-05-18T04:56:14.0865317Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T04:56:14.1662679Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:14.2446438Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:14.3249984Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:14.4725832Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-05-18T04:56:14.6202435Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-05-18T04:56:14.7692256Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-05-18T04:56:14.9168959Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-05-18T04:56:15.0661818Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-05-18T04:56:15.2151636Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-05-18T04:56:15.3666546Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-05-18T04:56:15.5171715Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-05-18T04:56:15.6692474Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-05-18T04:56:15.8201610Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-05-18T04:56:15.8735435Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:15.9170001Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:15.9598032Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.0029371Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.0474396Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-05-18T04:56:16.1036639Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T04:56:16.1481551Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-05-18T04:56:16.1905533Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.2329749Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.2757977Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.3181539Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.3613567Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.4036795Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.4458719Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.4880638Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.5320937Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-05-18T04:56:16.5749398Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.6175428Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.6611238Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.7038414Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.7465831Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.7894084Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:16.8315975Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.8739811Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:16.9183188Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-05-18T04:56:16.9612124Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:17.0036080Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:17.0467731Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:17.0888781Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:17.1312250Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:17.1745556Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:17.1780406Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:17.2357267Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:17.2932128Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T04:56:17.3506353Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T04:56:17.3961848Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:17.4888275Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-05-18T04:56:17.5577649Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T04:56:17.6272295Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T04:56:17.6960903Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T04:56:17.7649219Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T04:56:17.8331648Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T04:56:17.9016023Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T04:56:17.9698350Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T04:56:18.0064211Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-05-18T04:56:18.0432446Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-05-18T04:56:18.0922383Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:18.1412908Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:18.2280022Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-05-18T04:56:18.3057131Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:18.3858567Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T04:56:18.4634690Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:18.5935572Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-05-18T04:56:18.7086436Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-05-18T04:56:18.8208687Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-05-18T04:56:18.9216904Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T04:56:19.0267722Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-05-18T04:56:19.1318246Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-05-18T04:56:19.2403108Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T04:56:19.3716250Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-05-18T04:56:19.4847315Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-05-18T04:56:19.5980752Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-05-18T04:56:19.7147431Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-05-18T04:56:19.8209805Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-05-18T04:56:19.9476101Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-05-18T04:56:20.0785566Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-05-18T04:56:20.2148271Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-05-18T04:56:20.2741126Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:20.3319740Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:20.3904337Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:20.4672119Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:20.5394875Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:20.6015144Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T04:56:20.7001980Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T04:56:20.8164451Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-05-18T04:56:20.9252468Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-05-18T04:56:21.0338597Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T04:56:21.1392341Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-05-18T04:56:21.2441278Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-05-18T04:56:21.3516386Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-05-18T04:56:21.4766628Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-05-18T04:56:21.5800972Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-05-18T04:56:21.6753601Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-05-18T04:56:21.7853886Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-05-18T04:56:21.8341521Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:21.8818061Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T04:56:21.9291226Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:21.9325819Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-05-18T04:56:21.9359314Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-05-18T04:56:21.9955596Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:22.0548394Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:22.1144301Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:22.1645683Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:22.2059948Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:22.2094887Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:22.2494370Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:22.2897886Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:22.3313001Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:22.3347716Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:22.3746812Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:22.4165088Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:22.4199412Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:22.4539945Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-05-18T04:56:22.4877784Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-05-18T04:56:22.5220286Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-05-18T04:56:22.6608256Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-05-18T04:56:22.7947629Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-05-18T04:56:22.9365214Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-05-18T04:56:23.0795286Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-05-18T04:56:23.2141810Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-05-18T04:56:23.3496392Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-05-18T04:56:23.4923748Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-05-18T04:56:23.6358680Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-05-18T04:56:23.7709047Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-05-18T04:56:23.9090654Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-05-18T04:56:24.0527053Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-05-18T04:56:24.1968742Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-05-18T04:56:24.2579971Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T04:56:24.3047723Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:24.3511439Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:24.3973622Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:24.4436656Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:24.4472023Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.4505507Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.4538787Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.4571618Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.5040161Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:24.5506784Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:24.5540451Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.5572654Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.6092223Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T04:56:24.6514720Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:24.6926198Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:24.7337859Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:24.7370901Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.7403908Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.7436805Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:24.7866090Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:24.9412498Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-05-18T04:56:25.0912410Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-05-18T04:56:25.2511302Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-05-18T04:56:25.4405117Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-05-18T04:56:25.6404270Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-05-18T04:56:25.7586770Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-05-18T04:56:25.8303494Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:25.8958399Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T04:56:25.9592189Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T04:56:26.0267058Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T04:56:26.1821530Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-05-18T04:56:26.2514262Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T04:56:26.3095268Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:26.3678084Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:26.4262770Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:26.4879812Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T04:56:26.5461879Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:26.5997390Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:26.6531678Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:26.7058831Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:26.9353620Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-05-18T04:56:27.1812371Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-05-18T04:56:27.4353235Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.254s) 2022-05-18T04:56:27.4820916Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:27.5275970Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:27.5729682Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:27.6451105Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:27.7169729Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:27.7878097Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T04:56:27.8596627Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:27.9123905Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:27.9533739Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:27.9943443Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:28.0366745Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:28.0401481Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:28.0434029Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:28.1028476Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:28.1455295Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:28.2087981Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T04:56:28.2555339Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:28.3009348Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:28.3468916Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:28.3922424Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:28.4685643Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T04:56:28.5498391Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T04:56:28.6216965Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:28.6946342Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T04:56:28.7665150Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:28.8497191Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-05-18T04:56:28.9218566Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:29.0041466Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T04:56:29.0760166Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:29.1483694Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T04:56:29.2072745Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:29.2620612Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T04:56:29.3171466Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T04:56:29.3665035Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:29.3699535Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:29.4086965Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-05-18T04:56:29.4121321Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:29.4153993Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:29.4545072Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-05-18T04:56:29.4934653Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-05-18T04:56:29.5323369Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-05-18T04:56:29.5358004Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:29.6472529Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-05-18T04:56:29.7239350Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T04:56:29.8023899Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:29.8807997Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:29.8841556Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:29.9878144Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-05-18T04:56:29.9911603Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.0491857Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:30.0945187Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:30.0980259Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.1427953Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:30.1463292Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.1496607Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.1955965Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:30.1990454Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.2452335Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:30.2487042Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.2520041Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:56:30.3021250Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:30.3055808Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.3089051Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.3121827Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.3154825Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.3187825Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.3221408Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.3621695Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.4025780Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.4427268Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.4833832Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:30.5245459Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:30.5646169Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.6044170Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.6446000Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.6848535Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.6883326Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.6917203Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.6950554Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.6983964Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.7017507Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:30.7419830Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-05-18T04:56:30.7832876Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:30.8242697Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T04:56:30.8740126Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:30.9234725Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:30.9733106Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:31.0238172Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:31.0738802Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:31.1234152Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:31.1735770Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:31.2229971Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:31.2263872Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2296406Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2329568Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2362700Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2395565Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2427815Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2460281Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2492520Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.2524975Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:31.3058980Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:31.3586978Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:31.4119481Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:31.4650303Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:31.5195055Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:31.5674113Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T04:56:31.6150789Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T04:56:31.6700854Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T04:56:31.7132907Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:31.7560835Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:31.7992828Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:31.8421720Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:31.8853610Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:31.9288203Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:31.9321759Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:32.0320120Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-05-18T04:56:32.0939196Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T04:56:32.1560420Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T04:56:32.2182703Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T04:56:32.2801716Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T04:56:32.3340214Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:32.3936142Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:32.4532420Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:32.5125625Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:32.5663411Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:32.6204164Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:32.6709329Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:32.7208583Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:32.7714048Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:32.8242595Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:32.8773242Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:32.9305116Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:32.9846436Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:33.0399049Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T04:56:33.0920788Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T04:56:33.1425427Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:33.1924453Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:33.2431873Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:33.2946537Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:33.3467629Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T04:56:33.3975747Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:33.4488540Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:33.5008934Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T04:56:33.5521681Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:33.6067317Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:33.6607898Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:33.7148064Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:33.7703665Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T04:56:33.8244356Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:33.8785086Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:33.9242527Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:33.9698274Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:34.0147194Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:34.0679963Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:34.0714128Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:34.1136188Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:34.1553414Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:34.1984279Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T04:56:34.2019048Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:34.2052695Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:34.2469638Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T04:56:34.2504132Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:34.2984429Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T04:56:34.3376131Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-05-18T04:56:34.3765045Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-05-18T04:56:34.4153417Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-05-18T04:56:34.4188304Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:34.4965728Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:34.5750670Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T04:56:34.6539003Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:34.7253539Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T04:56:34.7963966Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T04:56:34.8838954Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-05-18T04:56:34.9652646Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T04:56:35.0444845Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:35.1239554Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T04:56:35.1734115Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:35.2234219Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T04:56:35.2730432Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:35.3220304Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:35.3715650Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T04:56:35.4188882Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:35.4661849Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:35.5135511Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T04:56:35.5615045Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T04:56:35.6792864Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-05-18T04:56:35.7759750Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T04:56:35.8705162Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-05-18T04:56:35.9166788Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:35.9626673Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T04:56:36.0077363Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:36.1721030Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-05-18T04:56:36.2624265Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T04:56:36.3510891Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-05-18T04:56:36.4143334Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T04:56:36.4735748Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:36.5331800Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T04:56:36.5932595Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T04:56:36.5967663Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:56:39.1636067Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.567s) 2022-05-18T04:56:41.5983664Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.435s) 2022-05-18T04:56:43.4940629Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.895s) 2022-05-18T04:56:45.4937465Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.999s) 2022-05-18T04:56:52.1265593Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (6.633s) 2022-05-18T04:56:52.1849378Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T04:56:52.2300386Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:52.2752289Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T04:56:52.3267763Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T04:56:52.4089266Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T04:56:52.4840174Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T04:56:52.5375996Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:52.5912677Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T04:56:52.6449024Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:52.6978540Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T04:56:52.7012519Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7045188Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7078251Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7111279Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7143847Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7176403Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7208775Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7241643Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7274329Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7307267Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7339272Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7371617Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7404126Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7436609Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7469215Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7501814Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7534004Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7567014Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7599392Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7631930Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7664663Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7697297Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7729640Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7762513Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7794978Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7827712Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7860268Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7892778Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7924960Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7957734Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.7990304Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8022874Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8055283Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8087975Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8120587Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8153252Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8185645Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8218229Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8250644Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8283012Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8315558Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8348162Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8380409Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8412965Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8445414Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8478288Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8510915Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8543570Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8575549Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8607949Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8640351Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8673173Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8705525Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8737959Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8770060Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8802597Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-05-18T04:56:52.8829962Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.003s) 2022-05-18T04:56:52.8848191Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-05-18T04:56:52.8856138Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T04:56:52.8871740Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T04:56:52.8881224Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T04:56:52.8889204Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T04:56:52.8897778Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T04:56:52.8924327Z test_versioned_div_scalar (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T04:56:52.8949684Z test_versioned_div_scalar_inplace (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.003s) 2022-05-18T04:56:52.8976702Z test_versioned_div_scalar_reciprocal (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T04:56:52.8991001Z test_versioned_div_scalar_scalar (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.001s) 2022-05-18T04:56:52.9011205Z test_versioned_div_tensor (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T04:56:52.9031171Z test_versioned_div_tensor_inplace (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T04:56:52.9054582Z test_versioned_div_tensor_out (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T04:56:52.9068283Z test_versioned_full_integer_value (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.001s) 2022-05-18T04:56:52.9083718Z test_versioned_full_preserved (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.001s) 2022-05-18T04:56:52.9102665Z test_versioned_symbols (jit.test_legacy_upgraders.TestLegacyUpgraders) 2022-05-18T04:56:52.9103260Z Tests Torchscript symbol versioning. See note [Versioned Symbols]. ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T04:56:52.9350179Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.024s) 2022-05-18T04:56:52.9451858Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T04:56:52.9555182Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T04:56:52.9657554Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T04:56:52.9751789Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T04:56:52.9789875Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-05-18T04:56:52.9834737Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-05-18T04:56:52.9973862Z test_del (jit.test_list_dict.TestList) ... ok (0.014s) 2022-05-18T04:56:53.0029578Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.0108390Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.0191941Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.0234882Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.004s) 2022-05-18T04:56:53.0273082Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-05-18T04:56:53.0353126Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.0428644Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.0506067Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.0607500Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T04:56:53.0659938Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.0719039Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.0742680Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-05-18T04:56:53.0820251Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.0870687Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.0931378Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.0982568Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.1059787Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.1250930Z test_in_check (jit.test_list_dict.TestList) ... ok (0.019s) 2022-05-18T04:56:53.1528191Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.028s) 2022-05-18T04:56:53.1624804Z test_list_count (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T04:56:53.1676281Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.1833648Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.016s) 2022-05-18T04:56:53.1926796Z test_list_index (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T04:56:53.2132211Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.020s) 2022-05-18T04:56:53.2331485Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.020s) 2022-05-18T04:56:53.2413611Z test_list_len (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.2591321Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.018s) 2022-05-18T04:56:53.2600500Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-05-18T04:56:53.3360605Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.076s) 2022-05-18T04:56:53.3666236Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.030s) 2022-05-18T04:56:53.4136809Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.047s) 2022-05-18T04:56:53.4153552Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-05-18T04:56:53.4167568Z test_list_variance (jit.test_list_dict.TestList) 2022-05-18T04:56:53.4287492Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.013s) 2022-05-18T04:56:53.4341884Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.5266196Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.092s) 2022-05-18T04:56:53.5908015Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.064s) 2022-05-18T04:56:53.5971171Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6029605Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6087234Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6147552Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6221444Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.6317542Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T04:56:53.6374756Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6434149Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6505661Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.6566001Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6626837Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6688281Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6749886Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6831072Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.6887867Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.6945832Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.7002229Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.7061572Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.7119886Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.7179645Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.7254660Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.7321937Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.7431937Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.011s) 2022-05-18T04:56:53.7485075Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.7560937Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.7651365Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T04:56:53.7710427Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T04:56:53.7762062Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T04:56:53.7841846Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T04:56:53.7882403Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.004s) 2022-05-18T04:56:53.8255885Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.037s) 2022-05-18T04:56:53.8328241Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.8401240Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.8474209Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T04:56:53.8686501Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.021s) 2022-05-18T04:56:53.8782349Z test_to_list (jit.test_list_dict.TestList) 2022-05-18T04:56:54.2043105Z Unit tests for Tensor.tolist() function. ... ok (0.336s) 2022-05-18T04:56:54.2057504Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-05-18T04:56:54.2225734Z GPU tests for Tensor.tolist() function. ... ok (0.018s) 2022-05-18T04:56:54.2333084Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.011s) 2022-05-18T04:56:54.2434724Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.010s) 2022-05-18T04:56:54.2443003Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-05-18T04:56:54.2479860Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.004s) 2022-05-18T04:56:54.2577105Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.010s) 2022-05-18T04:56:54.2663300Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.008s) 2022-05-18T04:56:54.2960922Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.029s) 2022-05-18T04:56:54.3137261Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.017s) 2022-05-18T04:56:54.3332825Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.020s) 2022-05-18T04:56:54.3502761Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.017s) 2022-05-18T04:56:54.3512646Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-05-18T04:56:54.3576676Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.007s) 2022-05-18T04:56:54.3605543Z test_dataclass_error (jit.test_misc.TestMisc) ... ok (0.003s) 2022-05-18T04:56:54.3946291Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.034s) 2022-05-18T04:56:54.3987536Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T04:56:54.4010589Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-05-18T04:56:54.4016919Z test_if_returning_any (jit.test_misc.TestMisc) 2022-05-18T04:56:54.4084516Z Check that an if statement can return different ... ok (0.007s) 2022-05-18T04:56:54.4137210Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.005s) 2022-05-18T04:56:54.4243337Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.010s) 2022-05-18T04:56:54.4478755Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.023s) 2022-05-18T04:56:54.4597946Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.012s) 2022-05-18T04:56:54.4636151Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T04:56:54.4646926Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-05-18T04:56:54.4659038Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-05-18T04:56:54.4670742Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-05-18T04:56:54.4711220Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T04:56:54.4748687Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T04:56:54.4785364Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T04:56:54.4820460Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-05-18T04:56:54.4868349Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.005s) 2022-05-18T04:56:54.4907965Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T04:56:54.4938108Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.003s) 2022-05-18T04:56:54.5089305Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.015s) 2022-05-18T04:56:54.5316739Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-05-18T04:56:54.5407770Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-05-18T04:56:54.5546830Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-05-18T04:56:54.5669483Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-05-18T04:56:54.5849742Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-05-18T04:56:54.6013318Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-05-18T04:56:54.6636023Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.062s) 2022-05-18T04:56:54.6998112Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.036s) 2022-05-18T04:56:54.7257371Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.026s) 2022-05-18T04:56:54.7415460Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-05-18T04:56:54.7578169Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-05-18T04:56:54.7919511Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.034s) 2022-05-18T04:56:54.7937999Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-05-18T04:56:54.8095249Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.017s) 2022-05-18T04:56:55.0126736Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.203s) 2022-05-18T04:56:55.0151546Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-05-18T04:56:55.0492111Z Tracing over a script function returning a dictionary should work. ... ok (0.036s) 2022-05-18T04:56:55.0604445Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-05-18T04:56:55.1561524Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.096s) 2022-05-18T04:56:55.2343561Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.078s) 2022-05-18T04:56:55.2448568Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-05-18T04:56:55.2561918Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-05-18T04:56:56.3248576Z test_alexnet (jit.test_models.TestModels) ... ok (1.068s) 2022-05-18T04:56:56.7584558Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.433s) 2022-05-18T04:56:57.2108242Z test_dcgan_models_cuda (jit.test_models.TestModels) ... ok (0.452s) 2022-05-18T04:56:57.7507310Z test_mnist (jit.test_models.TestModels) ... ok (0.540s) 2022-05-18T04:56:58.9480358Z test_mnist_cuda (jit.test_models.TestModels) ... ok (1.197s) 2022-05-18T04:56:59.4443851Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... ok (0.496s) 2022-05-18T04:56:59.4452257Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:57:00.3102909Z test_neural_style_cuda (jit.test_models.TestModels) ... ok (0.865s) 2022-05-18T04:57:00.3661622Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.056s) 2022-05-18T04:57:00.4830254Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... ok (0.117s) 2022-05-18T04:57:00.4885351Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T04:57:00.4899298Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:57:00.4906112Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:57:00.8717666Z test_snli_cuda (jit.test_models.TestModels) ... ok (0.381s) 2022-05-18T04:57:01.4865617Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.615s) 2022-05-18T04:57:01.4874645Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T04:57:01.9613629Z test_super_resolution_cuda (jit.test_models.TestModels) ... ok (0.474s) 2022-05-18T04:57:02.1376507Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.176s) 2022-05-18T04:57:02.3350920Z test_vae (jit.test_models.TestModels) ... ok (0.197s) 2022-05-18T04:57:02.5761991Z test_vae_cuda (jit.test_models.TestModels) ... ok (0.241s) 2022-05-18T04:57:02.6882481Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.112s) 2022-05-18T04:57:02.6903838Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-05-18T04:57:02.7365791Z Tests that customized state dict methods are in effect ... ok (0.048s) 2022-05-18T04:57:02.7374678Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-05-18T04:57:02.7745151Z Tests that default state dict methods are automatically available ... ok (0.038s) 2022-05-18T04:57:02.7764012Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-05-18T04:57:02.8348422Z Tests that customized state dict methods on submodules are in effect ... ok (0.060s) 2022-05-18T04:57:02.9442834Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.109s) 2022-05-18T04:57:02.9754697Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.031s) 2022-05-18T04:57:03.0030129Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.027s) 2022-05-18T04:57:03.0798464Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.077s) 2022-05-18T04:57:03.1246793Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.045s) 2022-05-18T04:57:03.4083128Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.283s) 2022-05-18T04:57:03.4578927Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.049s) 2022-05-18T04:57:03.4745721Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.017s) 2022-05-18T04:57:03.4752590Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-05-18T04:57:03.4787780Z Test that an attempt to script a module with a regular list attribute ... ok (0.004s) 2022-05-18T04:57:03.5005623Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.021s) 2022-05-18T04:57:03.5675230Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.067s) 2022-05-18T04:57:03.6597639Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.092s) 2022-05-18T04:57:03.6948582Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.035s) 2022-05-18T04:57:03.8569017Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.162s) 2022-05-18T04:57:03.8940867Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.037s) 2022-05-18T04:57:03.9317235Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.037s) 2022-05-18T04:57:03.9341060Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-05-18T04:57:04.0209425Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.089s) 2022-05-18T04:57:04.0233500Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-05-18T04:57:04.0967888Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.076s) 2022-05-18T04:57:04.1321178Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-05-18T04:57:04.1596977Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.027s) 2022-05-18T04:57:04.1985663Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.039s) 2022-05-18T04:57:04.2319490Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.033s) 2022-05-18T04:57:04.2631012Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-05-18T04:57:04.2840787Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-05-18T04:57:04.3128425Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.029s) 2022-05-18T04:57:04.4300037Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.117s) 2022-05-18T04:57:04.4311314Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-05-18T04:57:04.5031447Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.072s) 2022-05-18T04:57:04.5359999Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.033s) 2022-05-18T04:57:04.5742226Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.038s) 2022-05-18T04:57:04.5978744Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.024s) 2022-05-18T04:57:04.6272053Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.029s) 2022-05-18T04:57:04.6438648Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-05-18T04:57:04.6793242Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-05-18T04:57:04.6800724Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-05-18T04:57:04.6918475Z Test that a module that has __constants__ set to something ... ok (0.012s) 2022-05-18T04:57:04.6980894Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-05-18T04:57:04.7052599Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-05-18T04:57:04.7091839Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-05-18T04:57:04.7142846Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-05-18T04:57:04.7185943Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-05-18T04:57:04.7246148Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-05-18T04:57:04.7257895Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-05-18T04:57:04.7303778Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-05-18T04:57:04.7344352Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-05-18T04:57:04.7366356Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-05-18T04:57:04.7416436Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-05-18T04:57:04.7442468Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:13: 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-05-18T04:57:04.7443830Z t = torch.tensor(t) 2022-05-18T04:57:04.9057257Z ok (0.164s) 2022-05-18T04:57:05.5667793Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.661s) 2022-05-18T04:57:05.6359865Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.069s) 2022-05-18T04:57:05.6484722Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.012s) 2022-05-18T04:57:08.2043331Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (2.556s) 2022-05-18T04:57:08.5039759Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.299s) 2022-05-18T04:57:08.5205652Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.017s) 2022-05-18T04:57:08.5539837Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.033s) 2022-05-18T04:57:08.7020305Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.148s) 2022-05-18T04:57:08.7409791Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.039s) 2022-05-18T04:57:08.7756552Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.034s) 2022-05-18T04:57:08.7783722Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:1130: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-05-18T04:57:08.7784418Z return forward_call(*input, **kwargs) 2022-05-18T04:57:08.7813434Z /opt/conda/lib/python3.9/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-05-18T04:57:08.7814002Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-05-18T04:57:08.8076497Z ok (0.032s) 2022-05-18T04:57:09.1104033Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.303s) 2022-05-18T04:57:09.2086864Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.098s) 2022-05-18T04:57:09.2267297Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.018s) 2022-05-18T04:57:09.3771720Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.150s) 2022-05-18T04:57:09.4418009Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.064s) 2022-05-18T04:57:09.5035113Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.062s) 2022-05-18T04:57:09.5534098Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.050s) 2022-05-18T04:57:09.7559133Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.202s) 2022-05-18T04:57:09.7574806Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... [W TensorImpl.h:1393] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-05-18T04:57:09.8138039Z ok (0.058s) 2022-05-18T04:57:09.8332474Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.019s) 2022-05-18T04:57:09.8727888Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.039s) 2022-05-18T04:57:09.8891578Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.016s) 2022-05-18T04:57:09.9529500Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.064s) 2022-05-18T04:57:09.9558936Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py:1130: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-05-18T04:57:09.9559581Z return forward_call(*input, **kwargs) 2022-05-18T04:57:09.9586424Z /opt/conda/lib/python3.9/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-05-18T04:57:09.9587295Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-05-18T04:57:10.0040270Z ok (0.051s) 2022-05-18T04:57:10.0305149Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.026s) 2022-05-18T04:57:10.0756537Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.045s) 2022-05-18T04:57:10.1532207Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.077s) 2022-05-18T04:57:10.6979150Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.544s) 2022-05-18T04:57:10.7575364Z test_export_dict (jit.test_onnx_export.TestONNXExport) ... ok (0.059s) 2022-05-18T04:57:10.7896190Z test_export_dynamic_slice (jit.test_onnx_export.TestONNXExport) ... /opt/conda/lib/python3.9/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T04:57:10.7897109Z warnings.warn( 2022-05-18T04:57:10.7913767Z Warning: ONNX Preprocess - Removing mutation from node aten::add_ on block input: 'retval.11'. This changes graph semantics. 2022-05-18T04:57:10.8162794Z ok (0.059s) 2022-05-18T04:57:10.8538449Z test_export_tensoroption_to (jit.test_onnx_export.TestONNXExport) ... ok (0.037s) 2022-05-18T04:57:10.8607043Z test_fuse_addmm (jit.test_onnx_export.TestONNXExport) ... ok (0.007s) 2022-05-18T04:57:10.8706648Z test_listconstruct_erasure (jit.test_onnx_export.TestONNXExport) ... ok (0.010s) 2022-05-18T04:57:10.8816878Z test_onnx_export_func_with_warnings (jit.test_onnx_export.TestONNXExport) ... ok (0.011s) 2022-05-18T04:57:10.8971525Z test_onnx_export_script_inline_params (jit.test_onnx_export.TestONNXExport) ... /opt/conda/lib/python3.9/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T04:57:10.8972418Z warnings.warn( 2022-05-18T04:57:10.9030732Z ok (0.021s) 2022-05-18T04:57:10.9220177Z test_onnx_export_script_inline_script (jit.test_onnx_export.TestONNXExport) ... ok (0.019s) 2022-05-18T04:57:10.9464608Z test_onnx_export_script_inline_trace (jit.test_onnx_export.TestONNXExport) ... ok (0.024s) 2022-05-18T04:57:10.9574838Z test_onnx_export_script_module (jit.test_onnx_export.TestONNXExport) ... ok (0.011s) 2022-05-18T04:57:10.9773391Z test_onnx_export_script_module_if (jit.test_onnx_export.TestONNXExport) ... ok (0.020s) 2022-05-18T04:57:11.0111646Z test_onnx_export_script_module_loop (jit.test_onnx_export.TestONNXExport) ... ok (0.034s) 2022-05-18T04:57:11.0231496Z test_onnx_export_script_non_alpha_add_sub (jit.test_onnx_export.TestONNXExport) ... ok (0.012s) 2022-05-18T04:57:11.0321731Z test_onnx_export_script_python_fail (jit.test_onnx_export.TestONNXExport) ... ok (0.009s) 2022-05-18T04:57:11.0576322Z test_onnx_export_script_truediv (jit.test_onnx_export.TestONNXExport) ... ok (0.025s) 2022-05-18T04:57:11.0711688Z test_onnx_export_shape_reshape (jit.test_onnx_export.TestONNXExport) ... /opt/conda/lib/python3.9/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T04:57:11.0712596Z warnings.warn( 2022-05-18T04:57:11.0812229Z ok (0.023s) 2022-05-18T04:57:11.1601706Z test_onnx_export_speculate (jit.test_onnx_export.TestONNXExport) ... ok (0.079s) 2022-05-18T04:57:11.1917920Z test_onnx_transpose_incomplete_tensor_type (jit.test_onnx_export.TestONNXExport) ... ok (0.031s) 2022-05-18T04:57:11.2049453Z test_source_range_propagation (jit.test_onnx_export.TestONNXExport) ... ok (0.013s) 2022-05-18T04:57:11.2121866Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.007s) 2022-05-18T04:57:11.2189801Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.007s) 2022-05-18T04:57:11.2530182Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.034s) 2022-05-18T04:57:11.2864790Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.033s) 2022-05-18T04:57:11.3187297Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.032s) 2022-05-18T04:57:11.3511345Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.032s) 2022-05-18T04:57:11.3645512Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.013s) 2022-05-18T04:57:11.3786338Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-05-18T04:57:11.3881152Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.009s) 2022-05-18T04:57:11.4006090Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.012s) 2022-05-18T04:57:11.4016086Z test_traceable (jit.test_parametrization.TestParametrization) 2022-05-18T04:57:11.4460595Z Test the jit scripting and tracing of a parametrized model. ... ok (0.045s) 2022-05-18T04:57:11.5413882Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.095s) 2022-05-18T04:57:11.5661915Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.025s) 2022-05-18T04:57:11.5897102Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.023s) 2022-05-18T04:57:11.5958847Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-05-18T04:57:11.6020697Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-05-18T04:57:11.6098004Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-05-18T04:57:11.6170238Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-05-18T04:57:11.6295722Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-05-18T04:57:11.6331426Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-05-18T04:57:11.6333430Z FileCheck checks: 2022-05-18T04:57:11.6335563Z ok (0.004s) 2022-05-18T04:57:11.6406910Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-05-18T04:57:11.6560263Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-05-18T04:57:11.6604000Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.6643906Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.6680551Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.6715134Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-05-18T04:57:11.6750582Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-05-18T04:57:11.6798540Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T04:57:11.6927197Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-05-18T04:57:11.6964749Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.7002418Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.7041294Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.7088808Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T04:57:11.7123082Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-05-18T04:57:11.7156841Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-05-18T04:57:11.7238199Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-05-18T04:57:11.7840648Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.060s) 2022-05-18T04:57:11.8017504Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-05-18T04:57:11.8090545Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-05-18T04:57:11.8130318Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.8188593Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-05-18T04:57:11.8350427Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-05-18T04:57:11.8392408Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.8433634Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.8608787Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-05-18T04:57:11.8767202Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-05-18T04:57:11.8858314Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-05-18T04:57:11.8926844Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-05-18T04:57:11.8970088Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T04:57:11.9048993Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-05-18T04:57:11.9056459Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-05-18T04:57:11.9611078Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.055s) 2022-05-18T04:57:12.0147996Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.054s) 2022-05-18T04:57:12.0440973Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.029s) 2022-05-18T04:57:12.0989826Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.055s) 2022-05-18T04:57:12.1317957Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.033s) 2022-05-18T04:57:12.1341213Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-05-18T04:57:12.1643756Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.030s) 2022-05-18T04:57:12.2857670Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.121s) 2022-05-18T04:57:12.3136356Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.028s) 2022-05-18T04:57:12.3427307Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.029s) 2022-05-18T04:57:12.4068281Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.064s) 2022-05-18T04:57:12.4380585Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.031s) 2022-05-18T04:57:12.4421210Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-05-18T04:57:12.4437823Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-05-18T04:57:12.4483976Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-05-18T04:57:12.4539326Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-05-18T04:57:12.4560507Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-05-18T04:57:12.4596515Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-05-18T04:57:12.4635365Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-05-18T04:57:12.4747341Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-05-18T04:57:12.5087739Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.034s) 2022-05-18T04:57:12.5424091Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.033s) 2022-05-18T04:57:12.5479675Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-05-18T04:57:12.5892763Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.041s) 2022-05-18T04:57:12.7282995Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.139s) 2022-05-18T04:57:12.7363248Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-05-18T04:57:12.7460390Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-05-18T04:57:12.7558374Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-05-18T04:57:12.8082937Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.052s) 2022-05-18T04:57:12.8127469Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-05-18T04:57:12.8355998Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-05-18T04:57:12.8442140Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-05-18T04:57:12.8537615Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-05-18T04:57:12.8615847Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-05-18T04:57:12.8669833Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.005s) 2022-05-18T04:57:13.0043016Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.137s) 2022-05-18T04:57:13.0316715Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-05-18T04:57:13.0601711Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.028s) 2022-05-18T04:57:13.1304651Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.070s) 2022-05-18T04:57:13.1364789Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-05-18T04:57:13.1388814Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-05-18T04:57:13.1411783Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-05-18T04:57:13.1513404Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-05-18T04:57:13.1558826Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-05-18T04:57:13.1846790Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-05-18T04:57:13.1967496Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-05-18T04:57:13.2076031Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-05-18T04:57:13.2086233Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-05-18T04:57:13.2361738Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-05-18T04:57:13.3119570Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.076s) 2022-05-18T04:57:13.3249758Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-05-18T04:57:13.3464093Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-05-18T04:57:13.3701561Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-05-18T04:57:13.3760707Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-05-18T04:57:13.4085255Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-05-18T04:57:13.4380075Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-05-18T04:57:13.4431203Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-05-18T04:57:13.4510932Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-05-18T04:57:13.4553072Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-05-18T04:57:13.5347155Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.079s) 2022-05-18T04:57:13.5439674Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-05-18T04:57:13.5511234Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-05-18T04:57:13.5627472Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-05-18T04:57:13.5705982Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-05-18T04:57:13.5954252Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-05-18T04:57:13.5963156Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-05-18T04:57:13.6140114Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.018s) 2022-05-18T04:57:13.6380776Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.024s) 2022-05-18T04:57:13.6820308Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.044s) 2022-05-18T04:57:13.6874909Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-05-18T04:57:13.6971354Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-05-18T04:57:13.7203845Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.023s) 2022-05-18T04:57:13.7283608Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.008s) 2022-05-18T04:57:13.7335946Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-05-18T04:57:13.7477605Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.014s) 2022-05-18T04:57:13.7499617Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-05-18T04:57:13.7815791Z Exercise the situation where we have the same qualified name ... ok (0.034s) 2022-05-18T04:57:13.7843209Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-05-18T04:57:13.8521803Z Exercise the situation where we have the same qualified name ... ok (0.070s) 2022-05-18T04:57:13.8544591Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-05-18T04:57:13.9071194Z Exercise the situation where we have the same qualified name ... ok (0.055s) 2022-05-18T04:57:14.0140665Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.107s) 2022-05-18T04:57:14.0162997Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-05-18T04:57:14.0430301Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.029s) 2022-05-18T04:57:14.0453444Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-05-18T04:57:14.0556473Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.012s) 2022-05-18T04:57:14.0636763Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-05-18T04:57:14.0779090Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.014s) 2022-05-18T04:57:14.0786609Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-05-18T04:57:14.0878205Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.010s) 2022-05-18T04:57:14.0884961Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-05-18T04:57:14.0971382Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.009s) 2022-05-18T04:57:14.1066635Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.009s) 2022-05-18T04:57:14.1082590Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T04:57:14.1083601Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-05-18T04:57:14.1108944Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T04:57:14.1109486Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-05-18T04:57:14.1128522Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T04:57:14.1129053Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-05-18T04:57:14.1160471Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-05-18T04:57:14.1172113Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-05-18T04:57:14.1192700Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T04:57:14.1193276Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-05-18T04:57:14.1201834Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-05-18T04:57:14.1208570Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T04:57:14.1209439Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-05-18T04:57:14.1215846Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T04:57:14.1216645Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-05-18T04:57:14.1282518Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying example: test_versioned_div_scalar( 2022-05-18T04:57:14.1283548Z self=, 2022-05-18T04:57:14.1283973Z sample_input=(2, 3, 2.0, 3.0), 2022-05-18T04:57:14.1284224Z ) 2022-05-18T04:57:14.1284611Z skip: Failed to load fixture! (0.007s) 2022-05-18T04:57:14.6264066Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.498s) 2022-05-18T04:57:14.7838683Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.157s) 2022-05-18T04:57:14.7923073Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-05-18T04:57:14.9292254Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.137s) 2022-05-18T04:57:15.5419446Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.613s) 2022-05-18T04:57:16.8648731Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.323s) 2022-05-18T04:57:16.8766288Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.012s) 2022-05-18T04:57:16.8870880Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-05-18T04:57:16.8988839Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.012s) 2022-05-18T04:57:16.9093654Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-05-18T04:57:16.9180295Z test_add_out (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:16.9250726Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:16.9342613Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:16.9418751Z test_add_tuple_optional (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:16.9492413Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:16.9505541Z test_addmm_grad (__main__.TestScript) 2022-05-18T04:57:16.9564646Z This test checks several things: ... ok (0.007s) 2022-05-18T04:57:16.9637072Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:16.9683705Z test_all (__main__.TestScript) ... /var/lib/jenkins/workspace/test/test_jit.py:6989: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T04:57:16.9684484Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-05-18T04:57:16.9766270Z ok (0.013s) 2022-05-18T04:57:17.0070368Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:17.0571542Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.050s) 2022-05-18T04:57:17.0890630Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.032s) 2022-05-18T04:57:17.1419991Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.053s) 2022-05-18T04:57:17.1469771Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:17.1866420Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.040s) 2022-05-18T04:57:17.1914711Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:17.2302939Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.039s) 2022-05-18T04:57:17.2337828Z test_annotated_script_fn (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:17.2358514Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:17.2375905Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:17.2435874Z test_annotated_script_method (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:17.2501096Z test_annoying_doubles (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:17.2804524Z test_any (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:17.2844653Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:17.2905163Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:17.3238684Z test_attr_module_constants (__main__.TestScript) ... ok (0.033s) 2022-05-18T04:57:17.3307653Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:17.3342030Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:17.3507802Z test_attribute_serialization (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:17.3638187Z test_attribute_unpickling (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:17.3721093Z test_augmented_assign (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:17.3839646Z test_autodiff_complex (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:17.3875329Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:17.3905345Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:17.4035010Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:17.4151031Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:17.7635106Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... ok (0.348s) 2022-05-18T04:57:17.7645352Z test_batchnorm_fuser_cpu (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-05-18T04:57:17.7691620Z test_big_float_literals (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:17.7753475Z test_big_int_literals (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:18.1173723Z test_binary_op_shape (__main__.TestScript) ... ok (0.342s) 2022-05-18T04:57:18.1472870Z test_bitwise_ops (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:18.1553669Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:18.1642160Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:18.1729436Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:18.1816732Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:18.2224844Z test_bool_dispatch (__main__.TestScript) ... ok (0.041s) 2022-05-18T04:57:18.2420885Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:18.2450962Z test_break_continue_error (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:18.4840765Z test_breaks_continues (__main__.TestScript) ... ok (0.239s) 2022-05-18T04:57:18.5028193Z test_builtin_args (__main__.TestScript) ... ok (0.019s) 2022-05-18T04:57:18.5111827Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4371] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-05-18T04:57:18.5112676Z File "/var/lib/jenkins/workspace/test/test_jit.py", line 10875 2022-05-18T04:57:18.5112994Z @torch.jit.script 2022-05-18T04:57:18.5113263Z def f6(a): 2022-05-18T04:57:18.5115663Z a.expand(size=[3, [4]]) 2022-05-18T04:57:18.5116236Z ~~~~~~ <--- HERE 2022-05-18T04:57:18.5116540Z (function emitListLiteral) 2022-05-18T04:57:18.5116816Z ok (0.009s) 2022-05-18T04:57:18.5213821Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:18.5232152Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:18.5297336Z test_call_ge (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:18.5336735Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:18.5397832Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:18.5524220Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:18.5605427Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:18.5635095Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:18.5717577Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:18.5929676Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.021s) 2022-05-18T04:57:18.6028523Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:18.6091036Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:18.6185347Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:18.6301134Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:18.6377435Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:18.6506649Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:18.6517956Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-05-18T04:57:18.6655716Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.014s) 2022-05-18T04:57:18.6666714Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-05-18T04:57:18.6855682Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.019s) 2022-05-18T04:57:18.6864187Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-05-18T04:57:18.7068816Z test_cat (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:18.7161009Z test_cat_lifts (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:18.7219282Z test_chr (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:18.7233842Z test_circular_dependency (__main__.TestScript) 2022-05-18T04:57:18.7674500Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.045s) 2022-05-18T04:57:19.0680922Z test_class_as_attribute (__main__.TestScript) ... ok (0.300s) 2022-05-18T04:57:19.0716900Z test_class_attribute (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:19.0755102Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:19.0823049Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:19.0832760Z test_code_with_constants (__main__.TestScript) 2022-05-18T04:57:19.0914762Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.009s) 2022-05-18T04:57:19.0925482Z test_code_with_constants_restore (__main__.TestScript) 2022-05-18T04:57:19.1037403Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.012s) 2022-05-18T04:57:19.1118928Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:19.1191959Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:19.1208041Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:57:19.1825629Z test_conditional_casting (__main__.TestScript) ... ok (0.062s) 2022-05-18T04:57:19.1894619Z test_constant_as_attr (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:19.1940364Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:19.2016798Z test_constant_pooling_none (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:19.2072083Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:19.2159904Z test_conv_error (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:19.2463845Z test_convert_base (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:19.2522065Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:19.2673820Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.015s) 2022-05-18T04:57:19.2766286Z test_desugar_module (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:19.2818836Z test_device_kwarg (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:19.2871932Z test_device_type (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:19.2936003Z test_device_type_cuda (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:19.2966392Z test_dir (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:19.3404741Z test_divmod (__main__.TestScript) ... ok (0.044s) 2022-05-18T04:57:19.3432496Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.003s) 2022-05-18T04:57:19.5339937Z test_dropout_eval (__main__.TestScript) ... ok (0.190s) 2022-05-18T04:57:19.5537672Z test_dropout_script (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:19.5601010Z test_dtype_attr (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:19.6175224Z test_dtype_op_shape (__main__.TestScript) ... ok (0.057s) 2022-05-18T04:57:19.6925752Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.075s) 2022-05-18T04:57:19.6967508Z test_early_return_closure (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:19.7070229Z test_early_return_fork_join (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:19.7374207Z test_early_return_rewrite (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:19.7419824Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:19.7962903Z test_early_returns_loops (__main__.TestScript) ... ok (0.054s) 2022-05-18T04:57:19.8034879Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:19.8113260Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:19.8203096Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:19.8278036Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:19.8349629Z test_ellipsis_end (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:19.8434431Z test_ellipsis_mid (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:19.8520796Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:19.8595048Z test_ellipsis_start (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:19.8795033Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:19.8837687Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:19.8848488Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:19.9344780Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.049s) 2022-05-18T04:57:19.9386966Z test_erase_number_types (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:19.9619965Z test_error (__main__.TestScript) ... ok (0.023s) 2022-05-18T04:57:19.9798941Z test_error_stacktrace (__main__.TestScript) ... ok (0.018s) 2022-05-18T04:57:20.7987485Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.819s) 2022-05-18T04:57:20.8122191Z test_eval_python (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:20.8157209Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:20.8674304Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.052s) 2022-05-18T04:57:20.8727018Z test_expand (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:20.8872777Z test_fibb (__main__.TestScript) ... ok (0.014s) 2022-05-18T04:57:20.8951436Z test_fibb_totally_better (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:20.8972812Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:20.8996199Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:21.6788951Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.779s) 2022-05-18T04:57:21.6832741Z test_file_line_graph (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:21.9916082Z test_file_line_save_load (__main__.TestScript) ... ok (0.308s) 2022-05-18T04:57:21.9931909Z test_file_line_string (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:22.0004011Z test_file_line_trace (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:22.0063342Z test_filecheck (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:22.0093861Z test_filecheck_parse (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:22.3741822Z test_first_class_calls (__main__.TestScript) ... ok (0.364s) 2022-05-18T04:57:22.3813297Z test_first_class_module (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:22.3979389Z test_floor_div (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:57:22.4359407Z test_floordiv (__main__.TestScript) ... ok (0.038s) 2022-05-18T04:57:22.4376940Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:22.4517807Z test_for_in_dict (__main__.TestScript) ... ok (0.014s) 2022-05-18T04:57:22.4725578Z test_for_in_enumerate (__main__.TestScript) ... ok (0.021s) 2022-05-18T04:57:22.4797325Z test_for_in_range (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:22.5060681Z test_for_in_range_ast (__main__.TestScript) ... ok (0.026s) 2022-05-18T04:57:22.5324807Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.026s) 2022-05-18T04:57:22.5426699Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:22.5507433Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:22.5741202Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.023s) 2022-05-18T04:57:22.5798123Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:22.6019003Z test_for_in_string (__main__.TestScript) ... ok (0.022s) 2022-05-18T04:57:22.6153856Z test_for_in_tensors (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:22.6175574Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:22.6335407Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:22.6421192Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:22.6740808Z test_for_in_zip (__main__.TestScript) ... ok (0.032s) 2022-05-18T04:57:22.6994602Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.025s) 2022-05-18T04:57:22.7122808Z test_for_tuple_assign (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:22.7357021Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.023s) 2022-05-18T04:57:22.7459894Z test_format (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:22.8301686Z test_func_call (__main__.TestScript) ... ok (0.084s) 2022-05-18T04:57:22.8364112Z test_function_compilation_caching (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:23.7758852Z test_function_overload_misuse (__main__.TestScript) ... ok (0.939s) 2022-05-18T04:57:23.7930921Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:57:23.8695297Z test_function_overloads (__main__.TestScript) ... ok (0.076s) 2022-05-18T04:57:23.8703856Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-05-18T04:57:23.8712169Z test_fuser_double_literal_precision (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-05-18T04:57:23.8759437Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:23.8836082Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:23.8859985Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:23.9295846Z test_get_set_state (__main__.TestScript) ... ok (0.043s) 2022-05-18T04:57:23.9420071Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:23.9473926Z test_grad_from_script (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:23.9586828Z test_hash (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:23.9752778Z test_hex_literals (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:24.4738338Z test_id (__main__.TestScript) ... ok (0.498s) 2022-05-18T04:57:24.4815467Z test_if (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:24.4943778Z test_if_define (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:24.5010168Z test_if_different_type (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:24.5150069Z test_if_for_in_range (__main__.TestScript) ... ok (0.014s) 2022-05-18T04:57:24.5411964Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.026s) 2022-05-18T04:57:24.5461131Z test_if_list_cat (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:24.6223456Z test_if_nest_while (__main__.TestScript) ... ok (0.076s) 2022-05-18T04:57:24.6311968Z test_if_noelse (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:24.6346234Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:24.6403314Z test_if_supertype (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:24.6523851Z test_ignore_decorator (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:24.6650325Z test_ignored_as_value (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:24.6733636Z test_ignored_method_binding (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:24.6802877Z test_ignored_props (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:24.6955413Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.015s) 2022-05-18T04:57:24.7102160Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.015s) 2022-05-18T04:57:24.7145391Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:24.8331949Z test_index (__main__.TestScript) ... ok (0.118s) 2022-05-18T04:57:24.8376539Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:24.8395276Z test_indexing_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:24.8462832Z test_infer_size (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:24.8469160Z test_inferred_error_msg (__main__.TestScript) 2022-05-18T04:57:24.8497072Z Test that when we get a type mismatch on a function where we inferred ... ok (0.003s) 2022-05-18T04:57:24.8670860Z test_inherit_method (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:57:24.8680852Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-05-18T04:57:24.8695348Z test_inlined_graph (__main__.TestScript) 2022-05-18T04:57:24.8839019Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.016s) 2022-05-18T04:57:24.8904250Z test_inlining_cleanup (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:24.8974187Z test_inplace_add (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:24.9048798Z test_inplace_copy_script (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:24.9106597Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:24.9152806Z test_int_cast (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:24.9171455Z test_integral_shape_inference (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:24.9187600Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:25.3527369Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.434s) 2022-05-18T04:57:25.3717115Z test_intlist_args (__main__.TestScript) ... ok (0.019s) 2022-05-18T04:57:25.3738909Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:25.3751215Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:25.3781966Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:25.3791990Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:25.3948376Z test_is_after_use (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:25.3985190Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.3991602Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.3998299Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4004993Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4031436Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4037851Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4044492Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4051135Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4078918Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4085152Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4091505Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4098658Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4126845Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4134316Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4141574Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4147981Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4154623Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4160036Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4165637Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4170866Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4177603Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4182986Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4188530Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4194104Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4199724Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4205277Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4210836Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4216252Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4222858Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4228319Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4233914Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4239621Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4245301Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4250801Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4256466Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4262036Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4268445Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4274112Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4279773Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4285312Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4290852Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4296451Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4302368Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4307650Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4314256Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4321815Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4327421Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4333110Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T04:57:25.4358650Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4363922Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4369486Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4375078Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4400361Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4406018Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4411369Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4417241Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4440561Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4445600Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4450851Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4456042Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4483494Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4490009Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4496523Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4503299Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4509836Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4515351Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4520876Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4526076Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4532438Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4538236Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4543723Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4549312Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4554888Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4560518Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4568081Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4573292Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4580134Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4585605Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4591063Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4596619Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4602282Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4607880Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4613459Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4619106Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4625665Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4631176Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4636842Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4642312Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4647968Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4653521Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4659557Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4664753Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4671330Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4676968Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4682640Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4688205Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T04:57:25.4694210Z ok (0.075s) 2022-05-18T04:57:25.4703946Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:25.4735593Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:25.4771709Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:25.4872612Z test_isinstance (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:25.4940339Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:25.5032501Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:25.5228713Z test_isinstance_refinement (__main__.TestScript) ... ok (0.019s) 2022-05-18T04:57:25.5309481Z test_jitter_bug (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:25.5353451Z test_keyword (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:25.5368564Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:25.5401959Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:25.5671013Z test_lazy_script (__main__.TestScript) ... ok (0.027s) 2022-05-18T04:57:25.5761298Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:25.5858187Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:25.5928981Z test_lhs_indexing (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:25.5993898Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:25.6083858Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:25.6148367Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:25.6217354Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:25.6300214Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:25.6488556Z test_linear_grad (__main__.TestScript) ... ok (0.019s) 2022-05-18T04:57:25.7197864Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.071s) 2022-05-18T04:57:25.7254741Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:25.7266593Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:25.7356408Z test_list_python_op (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:25.7455743Z test_list_unify (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:25.8239836Z test_literal (__main__.TestScript) ... ok (0.078s) 2022-05-18T04:57:25.8303719Z test_literals (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:25.8566758Z test_logical_short_circuit (__main__.TestScript) ... ok (0.026s) 2022-05-18T04:57:25.8630718Z test_loop_liveness (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:25.8806870Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:57:25.8849435Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:25.8985821Z test_loop_unrolling (__main__.TestScript) ... ok (0.014s) 2022-05-18T04:57:25.9102146Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:25.9868439Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.076s) 2022-05-18T04:57:25.9900320Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:26.2722298Z test_math_ops (__main__.TestScript) ... ok (0.282s) 2022-05-18T04:57:26.2732581Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-05-18T04:57:26.2746925Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-05-18T04:57:26.2814701Z test_method_casts_script (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:26.2854675Z test_method_no_self (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:35.2596204Z test_method_overloading (__main__.TestScript) ... ok (8.974s) 2022-05-18T04:57:35.2651682Z test_missing_getstate (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:40.2458598Z test_mm_batching (__main__.TestScript) ... ok (4.980s) 2022-05-18T04:57:40.3201612Z test_module_apis (__main__.TestScript) ... ok (0.074s) 2022-05-18T04:57:40.3267686Z test_module_attrs (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:40.3385926Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:40.3630573Z test_module_copying (__main__.TestScript) ... ok (0.024s) 2022-05-18T04:57:40.3643945Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:40.3699601Z test_module_method_reassignment (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:40.3755401Z test_module_none_attrs (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:40.4127518Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.037s) 2022-05-18T04:57:40.4200894Z test_module_str (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:40.4273588Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:40.4284659Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:40.4295921Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:40.4641031Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.034s) 2022-05-18T04:57:40.4677467Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:40.4713013Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:40.4818123Z test_multiple_assign (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:40.4894560Z test_multiple_assignment (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:40.4943887Z test_mutable_dce (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:40.5007744Z test_mutable_dce_block (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:40.5045580Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:40.5137394Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:40.5244170Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:40.5294123Z test_mutable_dce_list (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:40.5355995Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:40.5451754Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:40.5500915Z test_mutate_constant (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:40.5548316Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:40.6210691Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.066s) 2022-05-18T04:57:40.6307534Z test_namedtuple_attr (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:40.6406101Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:40.6602907Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:40.6781550Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.018s) 2022-05-18T04:57:40.6954562Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:57:40.6991216Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:40.7112666Z test_namedtuple_python (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:40.7174001Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:40.7231851Z test_narrow_copy (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:41.8392020Z test_nested_aug_assign (__main__.TestScript) ... ok (1.116s) 2022-05-18T04:57:41.8520672Z test_nested_bailouts (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:41.8900048Z test_nested_breaks (__main__.TestScript) ... ok (0.038s) 2022-05-18T04:57:41.8952979Z test_nested_list_construct (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:41.9207233Z test_nested_select_assign (__main__.TestScript) ... ok (0.025s) 2022-05-18T04:57:42.1581663Z test_nn_GRU (__main__.TestScript) ... ok (0.237s) 2022-05-18T04:57:42.3126100Z test_nn_LSTM (__main__.TestScript) ... ok (0.154s) 2022-05-18T04:57:42.5377139Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.225s) 2022-05-18T04:57:42.5864493Z test_nn_init (__main__.TestScript) ... ok (0.049s) 2022-05-18T04:57:42.5944032Z test_no_dtype_shape (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:42.6006444Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:43.0370068Z test_non_final_return (__main__.TestScript) ... ok (0.436s) 2022-05-18T04:57:43.0379116Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:43.0434028Z test_not (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:43.0444964Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:43.0584757Z test_ntuple_builtins (__main__.TestScript) ... ok (0.014s) 2022-05-18T04:57:43.0774377Z test_number_abs (__main__.TestScript) ... ok (0.019s) 2022-05-18T04:57:43.0816404Z test_number_augassign (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:43.0860192Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:43.0904006Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:43.0947239Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:43.1068903Z test_number_div (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:46.0452978Z test_number_math (__main__.TestScript) ... ok (2.938s) 2022-05-18T04:57:46.0527945Z test_number_neg (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:46.0540552Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-05-18T04:57:46.0588280Z test_oneline_func (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:46.0673974Z test_op_dtype (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:46.0779080Z test_operator_precedence (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:46.0799474Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-05-18T04:57:46.0819393Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-05-18T04:57:46.0929406Z test_ord (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:46.1079005Z test_override_magic (__main__.TestScript) ... ok (0.015s) 2022-05-18T04:57:46.1271091Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... /opt/conda/lib/python3.9/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T04:57:46.1272042Z warnings.warn( 2022-05-18T04:57:46.1420850Z WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.1421563Z WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.1502969Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.1503882Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.1513792Z ok (0.043s) 2022-05-18T04:57:46.1526157Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.1951824Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.042s) 2022-05-18T04:57:46.2156635Z test_pack_unpack_state (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:46.2229066Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-05-18T04:57:46.2229664Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-05-18T04:57:46.2229961Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-05-18T04:57:46.2232256Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-05-18T04:57:46.2232590Z grad_fn=) 2022-05-18T04:57:46.2239103Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-05-18T04:57:46.2239525Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-05-18T04:57:46.2239997Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-05-18T04:57:46.2240303Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-05-18T04:57:46.2243264Z grad_fn=) 2022-05-18T04:57:46.2302699Z ok (0.014s) 2022-05-18T04:57:46.2314116Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2326442Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2349620Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:46.2361274Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2408862Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:46.2428645Z test_parser_kwargonly (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:46.2442394Z test_parser_type_annotations (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2455397Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2468054Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2480010Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2491597Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2504008Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.2560196Z test_partial_returns (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:46.2609726Z test_pass (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:46.2769804Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:46.2959378Z test_pickle_checkpoint_cuda (__main__.TestScript) ... ok (0.019s) 2022-05-18T04:57:46.3002774Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:46.3278115Z test_pow_scalar_backward_cuda (__main__.TestScript) ... ok (0.027s) 2022-05-18T04:57:46.3666093Z test_pretty_print_function (__main__.TestScript) ... ok (0.039s) 2022-05-18T04:57:46.3675172Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-05-18T04:57:46.3841797Z test_print (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:57:46.3853519Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.3867071Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-05-18T04:57:46.3914755Z test_profiling_merge (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:46.3946140Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:46.4005735Z test_python_call (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:46.4080843Z test_python_call_annotation (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:46.4102497Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:46.4144160Z test_python_call_failure (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:46.4239973Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:46.4273557Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:46.4301775Z test_python_frontend (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:46.4316414Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.4331466Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.4378548Z test_python_op_builtins (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:46.4404525Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:46.4421789Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:46.4435231Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-05-18T04:57:46.4519477Z test_rand_profiling (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:46.4549143Z test_range_args (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:46.4588662Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:46.4627617Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:46.4637813Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:46.4796578Z test_remove_dropout (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:46.4827775Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:46.4892983Z test_request_bailout (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:46.4911430Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.002s) 2022-05-18T04:57:46.5319797Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.041s) 2022-05-18T04:57:46.5462204Z test_resize_input_ops (__main__.TestScript) ... ok (0.014s) 2022-05-18T04:57:46.5678219Z test_return (__main__.TestScript) ... ok (0.021s) 2022-05-18T04:57:46.5752247Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:46.5818410Z test_return_tuple (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:46.6560484Z test_rnn_trace_override (__main__.TestScript) ... WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.6561314Z WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.6828681Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.6829395Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.7874918Z WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.7875653Z WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.8431918Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.8432790Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.9670521Z WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:46.9671238Z WARNING: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:47.0180273Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:47.0180986Z WARNING: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-05-18T04:57:47.0483016Z ok (0.466s) 2022-05-18T04:57:47.0549347Z test_robust_op_resolution (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:47.0631067Z test_round (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:47.0732959Z test_save_load_attr_error (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:47.0774175Z test_script_annotation (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.0815213Z test_script_bool_constant (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.0860004Z test_script_chunk (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.1077143Z test_script_clamp_none (__main__.TestScript) ... ok (0.022s) 2022-05-18T04:57:47.1153752Z test_script_copy (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:47.1168283Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:47.1249403Z test_script_define_order (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:47.1293605Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.1324550Z test_script_docstring (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:47.1414892Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:47.1455744Z test_script_get_device_cuda (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.1523695Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:47.1627285Z test_script_is_tracing (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:47.1703640Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:47.1756821Z test_script_method_docstring (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:47.1842273Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:47.2108103Z test_script_module (__main__.TestScript) ... ok (0.026s) 2022-05-18T04:57:47.2180343Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:47.2252397Z test_script_module_const (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:47.2551653Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:47.2704256Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.015s) 2022-05-18T04:57:47.2819246Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:47.3114116Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.029s) 2022-05-18T04:57:47.3219392Z test_script_module_export_tensor_cuda (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:47.3354843Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:47.3394540Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.3459535Z test_script_module_for (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:47.3939721Z test_script_module_for2 (__main__.TestScript) ... ok (0.048s) 2022-05-18T04:57:47.3972672Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:47.4107494Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:47.4118772Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-05-18T04:57:47.4159752Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.4233199Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:47.4435894Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:47.4637336Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:57:47.4673855Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.4721754Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:47.4754509Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:47.5287417Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.053s) 2022-05-18T04:57:47.5330559Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:47.5513852Z test_script_optional_none (__main__.TestScript) ... ok (0.018s) 2022-05-18T04:57:47.5564432Z test_script_outputs (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:47.6104953Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.054s) 2022-05-18T04:57:47.6672594Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.057s) 2022-05-18T04:57:47.6679619Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:47.7020027Z test_script_sequential_for (__main__.TestScript) ... ok (0.034s) 2022-05-18T04:57:47.7650021Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.063s) 2022-05-18T04:57:47.7836004Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.018s) 2022-05-18T04:57:47.8283675Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.045s) 2022-05-18T04:57:47.8736493Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.045s) 2022-05-18T04:57:47.8897768Z test_script_star_assign (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:47.9197961Z test_script_star_expr (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:47.9487735Z test_script_star_expr_string (__main__.TestScript) ... ok (0.029s) 2022-05-18T04:57:47.9583222Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:48.0533634Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... ok (0.095s) 2022-05-18T04:57:48.6857207Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... ok (0.632s) 2022-05-18T04:57:49.7554033Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... ok (1.070s) 2022-05-18T04:57:49.7635638Z test_select_after_chunk (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:49.7674920Z test_sequence_parsing (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:49.8043557Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.037s) 2022-05-18T04:57:49.8170323Z test_serialization_big_ints (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:49.8269552Z test_serialization_sharing (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:49.8349308Z test_serialize_long_lines (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:50.2261362Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.391s) 2022-05-18T04:57:50.6111146Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.385s) 2022-05-18T04:57:50.7182884Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.107s) 2022-05-18T04:57:51.0111956Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.293s) 2022-05-18T04:57:51.0272757Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.016s) 2022-05-18T04:57:51.0346970Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:51.0387581Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:51.0478500Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:51.0520031Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:51.0557449Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:51.0652854Z test_signed_float_zero (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:51.0665745Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:51.0678587Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:51.0741001Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:51.0749972Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-05-18T04:57:51.0835856Z test_split (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:51.0948426Z test_stack (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:53.3945922Z test_static_if_prop (__main__.TestScript) ... ok (2.299s) 2022-05-18T04:57:53.3957026Z test_static_method_on_module (__main__.TestScript) 2022-05-18T04:57:53.4056432Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.011s) 2022-05-18T04:57:53.4338782Z test_static_methods (__main__.TestScript) ... ok (0.028s) 2022-05-18T04:57:53.4376157Z test_str_cast (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:53.4388115Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:53.4438638Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:53.4511664Z test_string_frontend_elif (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:53.4567274Z test_string_index (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:53.4635555Z test_string_len (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:53.4691577Z test_string_list (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:53.4702907Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:53.4758049Z test_string_ops (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:53.4825223Z test_string_print (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:53.4835167Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:57:53.5016226Z test_string_slicing (__main__.TestScript) ... ok (0.018s) 2022-05-18T04:57:53.5074293Z test_string_sort (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:53.5130530Z test_string_sorted (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:53.5367649Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.024s) 2022-05-18T04:57:53.5450037Z test_submodule_twice (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:53.5516264Z test_sum (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:53.5600370Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:53.5683051Z test_sum_list_empty (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:53.5757338Z test_sum_list_literal (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:53.5839755Z test_sum_list_one (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:53.5859193Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:57:53.5893405Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:57:53.5919719Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.003s) 2022-05-18T04:57:53.5963107Z test_tensor_data (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:53.6013473Z test_tensor_device (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:53.6127109Z test_tensor_dtype (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:53.6244524Z test_tensor_grad (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:53.6308190Z test_tensor_import_export (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:53.6354806Z test_tensor_len (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:54.2129518Z test_tensor_number_math (__main__.TestScript) ... ok (0.577s) 2022-05-18T04:57:57.8007219Z test_tensor_number_math_cuda (__main__.TestScript) ... ok (3.588s) 2022-05-18T04:57:57.8019046Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-05-18T04:57:57.8076604Z test_tensor_shape (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:57:57.8099272Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.9/site-packages/torch/jit/annotations.py:296: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-05-18T04:57:57.8100010Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-05-18T04:57:57.8185739Z ok (0.011s) 2022-05-18T04:57:57.9427670Z test_tensor_to (__main__.TestScript) ... ok (0.124s) 2022-05-18T04:57:57.9481898Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:57:58.0266408Z test_tensor_to_cuda (__main__.TestScript) ... ok (0.078s) 2022-05-18T04:57:58.0349110Z test_tensor_to_device (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:57:58.0454669Z test_ternary (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:57:58.0971013Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.051s) 2022-05-18T04:57:58.1079634Z test_ternary_right_associative (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:58.1208574Z test_ternary_static_if (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:58.1446468Z test_torch_any (__main__.TestScript) ... ok (0.024s) 2022-05-18T04:57:58.1486377Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.004s) 2022-05-18T04:57:58.2108827Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.062s) 2022-05-18T04:57:58.2215761Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:58.2516794Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.030s) 2022-05-18T04:57:58.2627418Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.011s) 2022-05-18T04:57:58.2744885Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.012s) 2022-05-18T04:57:58.2816546Z test_torch_manual_seed (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:57:58.3284283Z test_torch_pow (__main__.TestScript) ... ok (0.047s) 2022-05-18T04:57:58.3484981Z test_torch_tensor_as_tensor (__main__.TestScript) ... :4: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T04:57:59.6328616Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:426: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T04:57:59.6329261Z return callable(*args, **kwargs) 2022-05-18T04:57:59.6403736Z ok (1.312s) 2022-05-18T04:57:59.6500263Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:57:59.6823802Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.032s) 2022-05-18T04:57:59.6959252Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:57:59.6998251Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:57:59.8080023Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.108s) 2022-05-18T04:58:00.0203982Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.212s) 2022-05-18T04:58:00.0291756Z test_training_param (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:58:00.6233670Z test_tuple_assignments (__main__.TestScript) ... ok (0.594s) 2022-05-18T04:58:00.6255511Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:58:00.6349093Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.009s) 2022-05-18T04:58:00.6639167Z test_tuple_indexing (__main__.TestScript) ... ok (0.029s) 2022-05-18T04:58:00.6699925Z test_tuple_len (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:58:00.6776209Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:58:00.6844428Z test_tuple_sort (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:58:00.6910956Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:58:00.6972452Z test_tuple_sorted (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:58:00.7035028Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:58:00.7078462Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:00.7127674Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:58:00.7170020Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:00.7375229Z test_type_annotate (__main__.TestScript) ... ok (0.020s) 2022-05-18T04:58:00.7553415Z test_type_annotation_module (__main__.TestScript) ... ok (0.018s) 2022-05-18T04:58:00.7702661Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.015s) 2022-05-18T04:58:00.7941774Z test_type_annotations (__main__.TestScript) ... ok (0.024s) 2022-05-18T04:58:00.8117001Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:58:00.8292123Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.017s) 2022-05-18T04:58:00.8320011Z test_type_call_in_script (__main__.TestScript) ... ok (0.003s) 2022-05-18T04:58:00.8393238Z test_type_cast (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:58:00.8452793Z test_type_comments_in_body (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:58:00.8460201Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-05-18T04:58:00.8486090Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-05-18T04:58:00.8499509Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-05-18T04:58:00.8537040Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:00.8579809Z test_unicode_comments (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:00.8658276Z test_uninitialized (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:58:00.8694733Z test_union_to_number (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:00.8711085Z test_unknown_builtin (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:58:00.8756986Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:00.8803229Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:00.8812143Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-05-18T04:58:00.8830943Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:58:00.8909271Z test_unused_decorator (__main__.TestScript) ... ok (0.008s) 2022-05-18T04:58:00.9041002Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:58:02.0310726Z test_var_aug_assign (__main__.TestScript) ... ok (1.127s) 2022-05-18T04:58:02.0368347Z test_vararg_zeros (__main__.TestScript) ... ok (0.006s) 2022-05-18T04:58:02.0415213Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:58:02.0433119Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:58:02.1295822Z test_view_write (__main__.TestScript) ... ok (0.086s) 2022-05-18T04:58:02.2883458Z test_weak_cuda (__main__.TestScript) ... ok (0.159s) 2022-05-18T04:58:02.3771850Z test_where (__main__.TestScript) ... ok (0.089s) 2022-05-18T04:58:02.4638182Z test_where_method (__main__.TestScript) ... ok (0.086s) 2022-05-18T04:58:02.5278213Z test_while (__main__.TestScript) ... ok (0.064s) 2022-05-18T04:58:02.5889873Z test_while_nest_if (__main__.TestScript) ... ok (0.061s) 2022-05-18T04:58:02.6285541Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.039s) 2022-05-18T04:58:02.6298533Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-05-18T04:58:02.6396501Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.010s) 2022-05-18T04:58:02.6414831Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:58:02.6486860Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.007s) 2022-05-18T04:58:02.6536573Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.005s) 2022-05-18T04:58:02.6555490Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:58:02.6599587Z test_wrong_return_type (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:02.6616030Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.002s) 2022-05-18T04:58:02.6654138Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.004s) 2022-05-18T04:58:02.6784316Z test_zeros (__main__.TestScript) ... ok (0.013s) 2022-05-18T04:58:03.3387298Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.660s) 2022-05-18T04:58:03.3395457Z test_bool (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3405128Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-05-18T04:58:03.3411809Z test_contains (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3421793Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-05-18T04:58:03.3428841Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3439760Z Test deletion. ... ok (0.002s) 2022-05-18T04:58:03.3446001Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3461299Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-05-18T04:58:03.3466569Z test_items (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3474337Z Test .items(). ... ok (0.001s) 2022-05-18T04:58:03.3479248Z test_iter (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3486968Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-05-18T04:58:03.3491281Z test_len (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3500074Z Test len() builtin function. ... ok (0.001s) 2022-05-18T04:58:03.3509582Z test_nested (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3510674Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-05-18T04:58:03.3516410Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3553746Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-05-18T04:58:03.3557592Z test_repr (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3564855Z Test the __repr__ method. ... ok (0.001s) 2022-05-18T04:58:03.3572554Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-05-18T04:58:03.3582035Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-05-18T04:58:03.3587814Z test_append (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3595713Z Test append method. ... ok (0.001s) 2022-05-18T04:58:03.3600385Z test_bool (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3606718Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-05-18T04:58:03.3610595Z test_clear (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3615284Z Test clear. ... ok (0.001s) 2022-05-18T04:58:03.3622181Z test_contains (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3630211Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-05-18T04:58:03.3635781Z test_count (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3643452Z Test count method. ... ok (0.001s) 2022-05-18T04:58:03.3650233Z test_delitem (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3660360Z Test deletion. ... ok (0.002s) 2022-05-18T04:58:03.3675106Z test_extend (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3689175Z Test extend. ... ok (0.003s) 2022-05-18T04:58:03.3701455Z test_getitem (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3736559Z Test accessing list elements using the [] operator. ... ok (0.005s) 2022-05-18T04:58:03.3744416Z test_insert (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3756213Z Test insert. ... ok (0.002s) 2022-05-18T04:58:03.3761281Z test_iter (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3768366Z Test iteration over a list's elements. ... ok (0.001s) 2022-05-18T04:58:03.3772931Z test_len (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3780737Z Test len() builtin function. ... ok (0.001s) 2022-05-18T04:58:03.3791087Z test_nested (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3791630Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-05-18T04:58:03.3799183Z test_pop (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3812782Z Test pop. ... ok (0.002s) 2022-05-18T04:58:03.3818723Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3852947Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-05-18T04:58:03.3860121Z test_remove (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3868855Z Test remove method. ... ok (0.001s) 2022-05-18T04:58:03.3872548Z test_repr (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3878351Z Test the __repr__ method. ... ok (0.001s) 2022-05-18T04:58:03.3891527Z test_setitem (jit.test_list_dict.TestScriptList) 2022-05-18T04:58:03.3906787Z Test setting list elements using the [] operator. ... ok (0.003s) 2022-05-18T04:58:03.4003435Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-05-18T04:58:03.4094835Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-05-18T04:58:03.4187762Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-05-18T04:58:03.4264739Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-05-18T04:58:03.4322121Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-05-18T04:58:03.4379943Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-05-18T04:58:03.4479367Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-05-18T04:58:03.4569133Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-05-18T04:58:03.4663072Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-05-18T04:58:03.4757642Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-05-18T04:58:03.4818453Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-05-18T04:58:03.4877254Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-05-18T04:58:03.4935760Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-05-18T04:58:03.4995043Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-05-18T04:58:03.6167400Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.117s) 2022-05-18T04:58:03.6177332Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-05-18T04:58:03.7286102Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.111s) 2022-05-18T04:58:03.8478752Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.119s) 2022-05-18T04:58:04.1777168Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.330s) 2022-05-18T04:58:04.2097340Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.032s) 2022-05-18T04:58:04.2157227Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.006s) 2022-05-18T04:58:04.2231908Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.2252679Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-05-18T04:58:04.2321856Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.2383093Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.006s) 2022-05-18T04:58:04.2444298Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.006s) 2022-05-18T04:58:04.2506360Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.006s) 2022-05-18T04:58:04.2574415Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.2636795Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.006s) 2022-05-18T04:58:04.2703052Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.2756491Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.005s) 2022-05-18T04:58:04.2821561Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.006s) 2022-05-18T04:58:04.2895381Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.2965974Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.3035321Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.3103570Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T04:58:04.3188460Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T04:58:04.3297794Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.011s) 2022-05-18T04:58:04.3415986Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.012s) 2022-05-18T04:58:04.3508553Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-05-18T04:58:04.3606436Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.010s) 2022-05-18T04:58:04.3655135Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T04:58:04.3701950Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T04:58:04.3748051Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.3793706Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.3839433Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.3919058Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-05-18T04:58:04.3964984Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.4045930Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-05-18T04:58:04.4090837Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.4169215Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-05-18T04:58:04.4215889Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.4262408Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T04:58:04.4308333Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.4361596Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T04:58:04.4440129Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-05-18T04:58:04.4486214Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.4530376Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.4574858Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-05-18T04:58:04.4630548Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T04:58:04.4708890Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-05-18T04:58:04.4789826Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-05-18T04:58:04.4868642Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-05-18T04:58:04.5208496Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.034s) 2022-05-18T04:58:04.5487120Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-05-18T04:58:04.5559447Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-05-18T04:58:04.5618258Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-05-18T04:58:04.5675461Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-05-18T04:58:04.5835845Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-05-18T04:58:04.6268608Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.043s) 2022-05-18T04:58:04.6588694Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-05-18T04:58:04.6734959Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-05-18T04:58:04.6867470Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-05-18T04:58:04.6959722Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-05-18T04:58:04.8072338Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.111s) 2022-05-18T04:58:04.8313080Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-05-18T04:58:04.8324443Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-05-18T04:58:04.8341465Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-05-18T04:58:04.8411627Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-05-18T04:58:04.8724922Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.031s) 2022-05-18T04:58:04.8935410Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-05-18T04:58:04.8944326Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-05-18T04:58:04.8967892Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-05-18T04:58:04.9003656Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-05-18T04:58:04.9043551Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-05-18T04:58:04.9066843Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-05-18T04:58:04.9365310Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.030s) 2022-05-18T04:58:04.9439990Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.007s) 2022-05-18T04:58:04.9619488Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.018s) 2022-05-18T04:58:05.0021915Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.040s) 2022-05-18T04:58:05.0139999Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... ok (0.012s) 2022-05-18T04:58:05.0208257Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-05-18T04:58:05.0276463Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-05-18T04:58:05.0346019Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-05-18T04:58:05.0417848Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-05-18T04:58:05.0487355Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-05-18T04:58:05.0559195Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-05-18T04:58:05.0636025Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.007s) 2022-05-18T04:58:05.0653500Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-05-18T04:58:05.0793689Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.014s) 2022-05-18T04:58:05.0805363Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-05-18T04:58:05.0838788Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-05-18T04:58:05.0872320Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-05-18T04:58:05.0985079Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-05-18T04:58:05.0996191Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-05-18T04:58:05.1047907Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-05-18T04:58:05.1120157Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-05-18T04:58:05.1171667Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-05-18T04:58:05.1273550Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-05-18T04:58:05.1328412Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-05-18T04:58:05.1396199Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-05-18T04:58:05.1405889Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-05-18T04:58:05.1476719Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-05-18T04:58:05.1500254Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-05-18T04:58:05.1523188Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-05-18T04:58:05.1546155Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-05-18T04:58:05.1593363Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-05-18T04:58:05.1609384Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-05-18T04:58:05.1626038Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-05-18T04:58:05.1641037Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-05-18T04:58:05.1668040Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-05-18T04:58:05.1699659Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-05-18T04:58:05.1724161Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-05-18T04:58:05.1773401Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-05-18T04:58:05.1797831Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-05-18T04:58:05.1829430Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-05-18T04:58:05.1906400Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-05-18T04:58:05.2021596Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-05-18T04:58:05.2209076Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-05-18T04:58:05.2491713Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-05-18T04:58:05.2636452Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T04:58:05.2751839Z test_constant (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:05.3019674Z test_conv (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-05-18T04:58:05.3251844Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-05-18T04:58:05.3371858Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:05.3487633Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:05.3681045Z test_ge (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-05-18T04:58:06.6693434Z test_ge_cuda (jit.test_tracer.TestTracer) ... ok (1.301s) 2022-05-18T04:58:06.9093566Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.240s) 2022-05-18T04:58:06.9645194Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.055s) 2022-05-18T04:58:06.9749319Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T04:58:06.9838315Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:06.9913999Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T04:58:06.9940200Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-05-18T04:58:07.0027334Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:07.0114307Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:07.0151007Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T04:58:07.0220428Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T04:58:07.0309128Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:07.0385603Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:07.0410350Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T04:58:07.0435769Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T04:58:07.0447314Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-05-18T04:58:07.0570406Z Check that dictionary access doesn't care about insertion order ... ok (0.013s) 2022-05-18T04:58:07.0666249Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T04:58:07.0758562Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:07.0877869Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:07.0890273Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-05-18T04:58:07.1033583Z Check that the trace remembers which keys were in a dict input ... ok (0.015s) 2022-05-18T04:58:07.1114509Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:07.1120838Z test_input_flatten (jit.test_tracer.TestTracer) 2022-05-18T04:58:07.1293785Z Check that inputs to traced functions are flattened ... ok (0.018s) 2022-05-18T04:58:07.1330154Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T04:58:07.1409096Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:07.1504381Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:07.1611412Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:07.1715824Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T04:58:07.2044733Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-05-18T04:58:07.5010405Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... ok (0.296s) 2022-05-18T04:58:07.5148184Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T04:58:07.5234883Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:07.5391183Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T04:58:07.5450226Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T04:58:07.5476024Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T04:58:07.5482189Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-05-18T04:58:07.5587730Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.011s) 2022-05-18T04:58:07.5653549Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T04:58:07.5748461Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:07.5845743Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T04:58:07.5952508Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:07.5978073Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T04:58:07.6208598Z test_simple (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-05-18T04:58:07.6225685Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T04:58:07.6348629Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:07.6425896Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:07.6703138Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-05-18T04:58:07.6992272Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-05-18T04:58:07.7116568Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:07.7152534Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-05-18T04:58:07.7714831Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.056s) 2022-05-18T04:58:07.7811682Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T04:58:07.7887183Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T04:58:07.7959145Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T04:58:07.8136367Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-05-18T04:58:07.8212509Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T04:58:07.8292093Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:07.8457659Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-05-18T04:58:07.8575032Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:07.8697438Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:07.8759938Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T04:58:07.8841069Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:07.8923013Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:07.8957951Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-05-18T04:58:07.8969853Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... /opt/conda/lib/python3.9/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T04:58:07.8970727Z warnings.warn( 2022-05-18T04:58:07.9022657Z ok (0.006s) 2022-05-18T04:58:07.9057196Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-05-18T04:58:07.9217115Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-05-18T04:58:07.9466371Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-05-18T04:58:07.9748360Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-05-18T04:58:08.0400436Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.065s) 2022-05-18T04:58:08.0912270Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.051s) 2022-05-18T04:58:08.1021204Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:08.1089159Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T04:58:08.1165622Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:08.1242691Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:08.1357877Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:08.1572655Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-05-18T04:58:08.1637121Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T04:58:08.1941795Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-05-18T04:58:08.2085810Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T04:58:08.2575113Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-05-18T04:58:08.2970977Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-05-18T04:58:08.3069570Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-05-18T04:58:08.3070160Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-05-18T04:58:08.3072958Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-05-18T04:58:08.3074049Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-05-18T04:58:08.3075249Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-05-18T04:58:08.3076033Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-05-18T04:58:08.3076886Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-05-18T04:58:08.3077477Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-05-18T04:58:08.3077875Z return (%12) 2022-05-18T04:58:08.3078033Z 2022-05-18T04:58:08.3080042Z ok (0.011s) 2022-05-18T04:58:08.3159754Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:08.3298035Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T04:58:08.3521310Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-05-18T04:58:08.3586568Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T04:58:08.3704876Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:08.3919729Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-05-18T04:58:08.3994387Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T04:58:08.4036114Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T04:58:08.4183774Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T04:58:08.4280593Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T04:58:08.4637750Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-05-18T04:58:08.4691247Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-05-18T04:58:08.4803182Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:08.4919733Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:08.5011509Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:08.5654532Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-05-18T04:58:08.5772770Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:08.5876021Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T04:58:08.5991469Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T04:58:08.6670446Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.068s) 2022-05-18T04:58:08.7443216Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.077s) 2022-05-18T04:58:08.7573969Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T04:58:08.7719635Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T04:58:08.7798994Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T04:58:08.7915748Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T04:58:08.8004854Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:08.8047816Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T04:58:08.8082659Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-05-18T04:58:08.8285577Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-05-18T04:58:09.1559810Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... ok (0.327s) 2022-05-18T04:58:09.1579335Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T04:58:09.2227606Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.065s) 2022-05-18T04:58:09.4025880Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.180s) 2022-05-18T04:58:09.4089147Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T04:58:09.4178866Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T04:58:09.4194909Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.4675537Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.049s) 2022-05-18T04:58:09.4761634Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.009s) 2022-05-18T04:58:09.4867673Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-05-18T04:58:09.4950639Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-05-18T04:58:09.4959934Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.5110039Z Types should be shared for identical constant values, and different for different constant values ... ok (0.016s) 2022-05-18T04:58:09.5119610Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.5197562Z Types should be shared even if attribute values differ ... ok (0.009s) 2022-05-18T04:58:09.5205127Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.5236791Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.004s) 2022-05-18T04:58:09.5321742Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-05-18T04:58:09.5329330Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.5492141Z Simple example with a real nn Module ... ok (0.017s) 2022-05-18T04:58:09.5733275Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.024s) 2022-05-18T04:58:09.5744649Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.6208845Z We should be able to differentiate between two ModuleDict instances ... ok (0.047s) 2022-05-18T04:58:09.6220796Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.6486192Z Mutating the value of an attribute should not change type sharing ... ok (0.028s) 2022-05-18T04:58:09.6494816Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.6597701Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.011s) 2022-05-18T04:58:09.6606295Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.6751638Z Different functions passed in should lead to different types ... ok (0.015s) 2022-05-18T04:58:09.6759462Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.6859127Z Same functions passed in should lead to same types ... ok (0.011s) 2022-05-18T04:58:09.6874958Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.7194055Z Even if everything about the module is the same, different originating ... ok (0.033s) 2022-05-18T04:58:09.7203255Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.7352098Z Different functions passed in should lead to different types ... ok (0.016s) 2022-05-18T04:58:09.7360227Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.7462329Z Same functions passed in should lead to same types ... ok (0.011s) 2022-05-18T04:58:09.7774437Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.031s) 2022-05-18T04:58:09.7787158Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.8453883Z If submodules differ, the types should differ. ... ok (0.068s) 2022-05-18T04:58:09.8464541Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.8639503Z Since we can't guarantee that methods are the same between different ... ok (0.018s) 2022-05-18T04:58:09.8650661Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.8744695Z Test that types are not shared if the exclusion of their ... ok (0.010s) 2022-05-18T04:58:09.8753264Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.8828007Z Test that types are shared if the exclusion of their ... ok (0.008s) 2022-05-18T04:58:09.8835045Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.8923809Z Tests that types between instances of a ScriptModule ... ok (0.009s) 2022-05-18T04:58:09.8937943Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-05-18T04:58:09.9223064Z Test that type sharing can be disabled. ... ok (0.030s) 2022-05-18T04:58:09.9334490Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-05-18T04:58:09.9359659Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-05-18T04:58:09.9428451Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.007s) 2022-05-18T04:58:09.9446349Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-05-18T04:58:09.9529656Z Test that module attributes can be ignored. ... ok (0.010s) 2022-05-18T04:58:09.9546484Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-05-18T04:58:09.9557279Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-05-18T04:58:09.9585576Z Test that using an optional with no contained types produces an error. ... ok (0.004s) 2022-05-18T04:58:09.9592835Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-05-18T04:58:09.9711794Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-05-18T04:58:09.9738880Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-05-18T04:58:09.9758554Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-05-18T04:58:09.9769387Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-05-18T04:58:09.9797493Z Test that using a tuple with no contained types produces an error. ... ok (0.004s) 2022-05-18T04:58:09.9954532Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-05-18T04:58:10.0118520Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-05-18T04:58:10.0151175Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-05-18T04:58:10.0196608Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-05-18T04:58:10.0271985Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.007s) 2022-05-18T04:58:10.0361160Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T04:58:10.0455679Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T04:58:10.0780913Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.032s) 2022-05-18T04:58:10.0819422Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.004s) 2022-05-18T04:58:10.0841852Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4371] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-05-18T04:58:10.0842748Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-05-18T04:58:10.0843086Z def fn(): 2022-05-18T04:58:10.0843337Z l1 = [1, 2, "foo", 3] 2022-05-18T04:58:10.0843729Z ~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T04:58:10.0844216Z l2 = ["foo", "bar", "baz", "qux"] 2022-05-18T04:58:10.0844567Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-05-18T04:58:10.0844890Z (function emitListLiteral) 2022-05-18T04:58:10.0847348Z ok (0.003s) 2022-05-18T04:58:10.0870021Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4371] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-05-18T04:58:10.0870944Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-05-18T04:58:10.0871279Z def fn(): 2022-05-18T04:58:10.0871532Z l1 = ["foo", "bar", "baz", "qux"] 2022-05-18T04:58:10.0871808Z l2 = [1, 2, "foo", 3] 2022-05-18T04:58:10.0872165Z ~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T04:58:10.0872478Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-05-18T04:58:10.0872771Z return d 2022-05-18T04:58:10.0873043Z (function emitListLiteral) 2022-05-18T04:58:10.0875945Z ok (0.003s) 2022-05-18T04:58:10.1012219Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.013s) 2022-05-18T04:58:10.1230705Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.022s) 2022-05-18T04:58:10.1356835Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.013s) 2022-05-18T04:58:10.1586735Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.023s) 2022-05-18T04:58:10.1654362Z test_list_io (jit.test_typing.TestTyping) ... ok (0.007s) 2022-05-18T04:58:10.1665328Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-05-18T04:58:10.1832789Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.017s) 2022-05-18T04:58:10.1850489Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-05-18T04:58:10.1960372Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.011s) 2022-05-18T04:58:10.2066136Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-05-18T04:58:10.2105056Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.004s) 2022-05-18T04:58:10.2152194Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.005s) 2022-05-18T04:58:10.2234688Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T04:58:10.2299651Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.006s) 2022-05-18T04:58:10.2344938Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-05-18T04:58:10.2532137Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.019s) 2022-05-18T04:58:10.2574671Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-05-18T04:58:10.2664825Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T04:58:10.2721298Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.006s) 2022-05-18T04:58:10.2803375Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T04:58:10.2884454Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T04:58:10.2956102Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.007s) 2022-05-18T04:58:10.3037395Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T04:58:10.3056002Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-05-18T04:58:10.3369738Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.031s) 2022-05-18T04:58:10.3446247Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T04:58:10.3511259Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-05-18T04:58:10.3575608Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.006s) 2022-05-18T04:58:10.3650305Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.007s) 2022-05-18T04:58:10.3706313Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T04:58:10.3862000Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.015s) 2022-05-18T04:58:10.3918737Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T04:58:10.3982345Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T04:58:10.4028825Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T04:58:10.4084774Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T04:58:10.4130491Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T04:58:10.4220688Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.009s) 2022-05-18T04:58:10.4292271Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.007s) 2022-05-18T04:58:10.4341995Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T04:58:10.4365721Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-05-18T04:58:10.4389945Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-05-18T04:58:10.4466394Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.008s) 2022-05-18T04:58:10.4485840Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-05-18T04:58:10.4503965Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-05-18T04:58:10.4524605Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-05-18T04:58:10.4664272Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.014s) 2022-05-18T04:58:10.4707152Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.9/site-packages/torch/_jit_internal.py:1138: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-05-18T04:58:10.4707926Z warnings.warn("The inner type of a container is lost when " 2022-05-18T04:58:10.4776007Z ok (0.011s) 2022-05-18T04:58:10.4853890Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.008s) 2022-05-18T04:58:10.4998632Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.014s) 2022-05-18T04:58:10.5078769Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.008s) 2022-05-18T04:58:10.5111963Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T04:58:10.5148342Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T04:58:10.5183145Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T04:58:10.5220077Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T04:58:10.5264116Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T04:58:10.5391397Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.013s) 2022-05-18T04:58:10.5494678Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.010s) 2022-05-18T04:58:10.5543041Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T04:58:10.5645961Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-05-18T04:58:10.5754048Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.011s) 2022-05-18T04:58:10.5833473Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.008s) 2022-05-18T04:58:10.5911150Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.008s) 2022-05-18T04:58:10.6013451Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-05-18T04:58:10.6113912Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-05-18T04:58:10.6154707Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T04:58:10.6202512Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T04:58:10.6365913Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.016s) 2022-05-18T04:58:10.6485421Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-05-18T04:58:10.6530295Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T04:58:10.6582198Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T04:58:10.6706847Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.012s) 2022-05-18T04:58:10.6805305Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.010s) 2022-05-18T04:58:10.7238272Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.043s) 2022-05-18T04:58:10.7415004Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.018s) 2022-05-18T04:58:10.7608437Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4371] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-05-18T04:58:10.7609126Z File "", line 3 2022-05-18T04:58:10.7609299Z 2022-05-18T04:58:10.7609403Z def fn(): 2022-05-18T04:58:10.7609736Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-05-18T04:58:10.7610319Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T04:58:10.7610673Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-05-18T04:58:10.7610982Z x.append(torch.tensor(3)) 2022-05-18T04:58:10.7611277Z (function emitListLiteral) 2022-05-18T04:58:10.7748854Z [W ir_emitter.cpp:4371] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-05-18T04:58:10.7749713Z File "", line 3 2022-05-18T04:58:10.7749894Z 2022-05-18T04:58:10.7749977Z def fn(): 2022-05-18T04:58:10.7750313Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-05-18T04:58:10.7750818Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T04:58:10.7751164Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-05-18T04:58:10.7751473Z x.append(torch.tensor(3)) 2022-05-18T04:58:10.7751763Z (function emitListLiteral) 2022-05-18T04:58:10.7756435Z ok (0.034s) 2022-05-18T04:58:10.7819946Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T04:58:10.7850997Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T04:58:10.7884351Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T04:58:10.7928030Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.004s) 2022-05-18T04:58:10.8156742Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.023s) 2022-05-18T04:58:10.8171733Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-05-18T04:58:10.8190870Z test_aten_div_other_variants (jit.test_upgraders.TestUpgraders) ... /var/lib/jenkins/workspace/test/jit/test_upgraders.py:131: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T04:58:10.8191881Z return a // b 2022-05-18T04:58:10.8316345Z ok (0.014s) 2022-05-18T04:58:10.8368751Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-05-18T04:58:10.8422383Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-05-18T04:58:10.8465039Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T04:58:10.8509338Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T04:58:10.8580405Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-05-18T04:58:10.8614947Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-05-18T04:58:10.8648939Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-05-18T04:58:10.8686058Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T04:58:10.8720573Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-05-18T04:58:10.8758727Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T04:58:10.8836439Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-05-18T04:58:10.8881127Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T04:58:10.8927028Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T04:58:10.8964432Z test_warn (jit.test_warn.TestWarn) ... ok (0.004s) 2022-05-18T04:58:10.9000517Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.004s) 2022-05-18T04:58:10.9101086Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.010s) 2022-05-18T04:58:10.9192096Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.009s) 2022-05-18T04:58:10.9291681Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.010s) 2022-05-18T04:58:10.9332365Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.004s) 2022-05-18T04:58:10.9399539Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-05-18T04:58:10.9440167Z test_with_as (jit.test_with.TestWith) 2022-05-18T04:58:11.0418412Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.102s) 2022-05-18T04:58:11.0447403Z test_with_errors (jit.test_with.TestWith) 2022-05-18T04:58:11.0819737Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.040s) 2022-05-18T04:58:11.0843449Z test_with_exceptions (jit.test_with.TestWith) 2022-05-18T04:58:11.1207200Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.039s) 2022-05-18T04:58:11.1246008Z test_with_no_as (jit.test_with.TestWith) 2022-05-18T04:58:11.2254314Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.105s) 2022-05-18T04:58:11.2274892Z test_with_no_grad (jit.test_with.TestWith) 2022-05-18T04:58:11.2512128Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.026s) 2022-05-18T04:58:11.2526228Z test_with_record_function (jit.test_with.TestWith) 2022-05-18T04:58:11.2818890Z Check that torch.autograd.profiler.record_function context manager is ... ok (0.031s) 2022-05-18T04:58:11.2819200Z 2022-05-18T04:58:11.2819753Z ---------------------------------------------------------------------- 2022-05-18T04:58:11.2820160Z Ran 2542 tests in 171.076s 2022-05-18T04:58:11.2820521Z 2022-05-18T04:58:11.2820685Z OK (skipped=88, expected failures=1) 2022-05-18T04:58:11.2820863Z 2022-05-18T04:58:11.2820994Z Generating XML reports... 2022-05-18T04:58:11.2875877Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220518045520.xml 2022-05-18T04:58:11.2898450Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220518045520.xml 2022-05-18T04:58:11.2901452Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220518045520.xml 2022-05-18T04:58:11.2904493Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220518045520.xml 2022-05-18T04:58:11.2924754Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220518045520.xml 2022-05-18T04:58:11.2930598Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220518045520.xml 2022-05-18T04:58:11.2934555Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220518045520.xml 2022-05-18T04:58:11.2945487Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220518045520.xml 2022-05-18T04:58:11.2951181Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220518045520.xml 2022-05-18T04:58:11.2958529Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_cuda.TestCUDA-20220518045520.xml 2022-05-18T04:58:11.3003495Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220518045520.xml 2022-05-18T04:58:11.3018746Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220518045520.xml 2022-05-18T04:58:11.3032498Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220518045520.xml 2022-05-18T04:58:11.3036409Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220518045520.xml 2022-05-18T04:58:11.3053256Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220518045520.xml 2022-05-18T04:58:11.3091963Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220518045520.xml 2022-05-18T04:58:11.3099688Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220518045520.xml 2022-05-18T04:58:11.3115900Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220518045520.xml 2022-05-18T04:58:11.3125511Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220518045520.xml 2022-05-18T04:58:11.3166587Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220518045520.xml 2022-05-18T04:58:11.3169498Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220518045520.xml 2022-05-18T04:58:11.3200397Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220518045520.xml 2022-05-18T04:58:11.3203788Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220518045520.xml 2022-05-18T04:58:11.3209262Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220518045520.xml 2022-05-18T04:58:11.3212418Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220518045520.xml 2022-05-18T04:58:11.3215804Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220518045520.xml 2022-05-18T04:58:11.3226358Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220518045520.xml 2022-05-18T04:58:11.3249195Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220518045520.xml 2022-05-18T04:58:11.3253190Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220518045520.xml 2022-05-18T04:58:11.3259571Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220518045520.xml 2022-05-18T04:58:11.3263431Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220518045520.xml 2022-05-18T04:58:11.3290573Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220518045520.xml 2022-05-18T04:58:11.3402965Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220518045520.xml 2022-05-18T04:58:11.3408275Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitAutocast-20220518045520.xml 2022-05-18T04:58:11.3930970Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220518045520.xml 2022-05-18T04:58:11.3939978Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220518045520.xml 2022-05-18T04:58:11.4016431Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220518045520.xml 2022-05-18T04:58:11.4024143Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220518045520.xml 2022-05-18T04:58:11.4030431Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220518045520.xml 2022-05-18T04:58:11.4050412Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220518045520.xml 2022-05-18T04:58:11.4071436Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220518045520.xml 2022-05-18T04:58:11.4092764Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220518045520.xml 2022-05-18T04:58:11.4098919Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220518045520.xml 2022-05-18T04:58:11.4117667Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220518045520.xml 2022-05-18T04:58:11.4135209Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220518045520.xml 2022-05-18T04:58:11.4138834Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220518045520.xml 2022-05-18T04:58:11.4151212Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220518045520.xml 2022-05-18T04:58:11.4180381Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220518045520.xml 2022-05-18T04:58:11.4200354Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_onnx_export.TestONNXExport-20220518045520.xml 2022-05-18T04:58:11.4204753Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220518045520.xml 2022-05-18T04:58:11.4213027Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220518045520.xml 2022-05-18T04:58:11.4217449Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220518045520.xml 2022-05-18T04:58:11.4264923Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220518045520.xml 2022-05-18T04:58:11.4267951Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220518045520.xml 2022-05-18T04:58:11.4281102Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220518045520.xml 2022-05-18T04:58:11.4289814Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220518045520.xml 2022-05-18T04:58:11.4307334Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220518045520.xml 2022-05-18T04:58:11.4310585Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220518045520.xml 2022-05-18T04:58:11.4341956Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220518045520.xml 2022-05-18T04:58:11.4351578Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220518045520.xml 2022-05-18T04:58:11.4366293Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220518045520.xml 2022-05-18T04:58:11.4378737Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220518045520.xml 2022-05-18T04:58:11.4907460Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220518045520.xml 2022-05-18T04:58:11.4920512Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220518045520.xml 2022-05-18T04:58:11.4940012Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220518045520.xml 2022-05-18T04:58:11.4954790Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220518045520.xml 2022-05-18T04:58:11.4961188Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220518045520.xml 2022-05-18T04:58:11.4979185Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220518045520.xml 2022-05-18T04:58:11.4984767Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220518045520.xml 2022-05-18T04:58:11.5005995Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220518045520.xml 2022-05-18T04:58:11.5027850Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220518045520.xml 2022-05-18T04:58:11.5035520Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220518045520.xml 2022-05-18T04:58:11.5043631Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220518045520.xml 2022-05-18T04:58:11.5047577Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220518045520.xml 2022-05-18T04:58:11.5074800Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220518045520.xml 2022-05-18T04:58:11.5198760Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220518045520.xml 2022-05-18T04:58:11.5227581Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220518045520.xml 2022-05-18T04:58:11.5243799Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220518045520.xml 2022-05-18T04:58:11.5278111Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220518045520.xml 2022-05-18T04:58:11.5322369Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220518045520.xml 2022-05-18T04:58:11.5326606Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220518045520.xml 2022-05-18T04:58:11.5342446Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220518045520.xml 2022-05-18T04:58:11.5350448Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220518045520.xml 2022-05-18T04:58:11.5358689Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220518045520.xml 2022-05-18T04:58:11.5367349Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220518045520.xml 2022-05-18T04:58:11.5381188Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220518045520.xml 2022-05-18T04:58:11.5395737Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220518045520.xml 2022-05-18T04:58:12.0508565Z Running test_fx ... [2022-05-18 04:58:12.050267] 2022-05-18T04:58:12.0509245Z Executing ['/opt/conda/bin/python', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:12.050374] 2022-05-18T04:58:15.6785006Z Test results will be stored in test-reports/python-unittest/test_fx 2022-05-18T04:58:15.6944076Z 2022-05-18T04:58:15.6944338Z Running tests... 2022-05-18T04:58:15.6944780Z ---------------------------------------------------------------------- 2022-05-18T04:58:15.7064564Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.012s) 2022-05-18T04:58:15.7095262Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-05-18T04:58:15.7118278Z Test type annotations in the forward function. ... ok (0.003s) 2022-05-18T04:58:15.7129431Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-05-18T04:58:15.7137623Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-05-18T04:58:15.7145318Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-05-18T04:58:15.7152288Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-05-18T04:58:15.7154992Z Test the consistency relation. ... ok (0.001s) 2022-05-18T04:58:15.7162126Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-05-18T04:58:15.7164767Z Test the consistency relation. ... ok (0.001s) 2022-05-18T04:58:15.7178308Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7253343Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.009s) 2022-05-18T04:58:15.7266113Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7337198Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.008s) 2022-05-18T04:58:15.7354182Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7402959Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.006s) 2022-05-18T04:58:15.7415991Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7480091Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.008s) 2022-05-18T04:58:15.7494646Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7560372Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.008s) 2022-05-18T04:58:15.7575369Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7602235Z Test code path where placeholder comes after normal op node in FX ... ok (0.004s) 2022-05-18T04:58:15.7614677Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7683237Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-05-18T04:58:15.7698946Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.7763193Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-05-18T04:58:15.7835730Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T04:58:15.7911908Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-05-18T04:58:15.7928277Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.8014735Z Perform constant folding conversion, from original mod to split constant ... ok (0.010s) 2022-05-18T04:58:15.8026036Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.8055001Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-05-18T04:58:15.8069417Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.8129844Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-05-18T04:58:15.8197377Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T04:58:15.8263923Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T04:58:15.8274751Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.8333913Z Perform constant folding with a call_module node. ... ok (0.007s) 2022-05-18T04:58:15.8353041Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-05-18T04:58:15.8412099Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.008s) 2022-05-18T04:58:15.8485662Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T04:58:15.8552256Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T04:58:15.8572861Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-05-18T04:58:15.8575252Z warnings.warn(msg, FutureWarning) 2022-05-18T04:58:15.8624004Z ok (0.007s) 2022-05-18T04:58:15.8684692Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T04:58:15.8748567Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T04:58:15.8808322Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T04:58:15.8866004Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T04:58:15.8926492Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T04:58:15.8934985Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-05-18T04:58:15.8958593Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-05-18T04:58:15.8959006Z %x : [#users=2] = placeholder[target=x] 2022-05-18T04:58:15.8959372Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-05-18T04:58:15.8959822Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-05-18T04:58:15.8960196Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-05-18T04:58:15.8960586Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-05-18T04:58:15.8960906Z return add_1 2022-05-18T04:58:15.8965355Z ok (0.004s) 2022-05-18T04:58:15.8972604Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-05-18T04:58:15.8995778Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-05-18T04:58:15.8996159Z %x : [#users=2] = placeholder[target=x] 2022-05-18T04:58:15.8996740Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-05-18T04:58:15.8997154Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-05-18T04:58:15.8997525Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-05-18T04:58:15.8998008Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-05-18T04:58:15.8998475Z return add_1 2022-05-18T04:58:15.9002688Z ok (0.004s) 2022-05-18T04:58:15.9008129Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-05-18T04:58:15.9029785Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-05-18T04:58:15.9030188Z %x : [#users=1] = placeholder[target=x] 2022-05-18T04:58:15.9030490Z %y : [#users=0] = placeholder[target=y] 2022-05-18T04:58:15.9030861Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-05-18T04:58:15.9031195Z return add 2022-05-18T04:58:15.9035418Z ok (0.003s) 2022-05-18T04:58:15.9041651Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-05-18T04:58:15.9062674Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-05-18T04:58:15.9063082Z %x : [#users=1] = placeholder[target=x] 2022-05-18T04:58:15.9063385Z %y : [#users=1] = placeholder[target=y] 2022-05-18T04:58:15.9063774Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-05-18T04:58:15.9064197Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-05-18T04:58:15.9064537Z return add_1 2022-05-18T04:58:15.9068323Z ok (0.003s) 2022-05-18T04:58:15.9076947Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-05-18T04:58:15.9099674Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-05-18T04:58:15.9100091Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-05-18T04:58:15.9100479Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-05-18T04:58:15.9100889Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-05-18T04:58:15.9101196Z return mul 2022-05-18T04:58:15.9106178Z ok (0.004s) 2022-05-18T04:58:15.9112651Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-05-18T04:58:15.9135820Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-05-18T04:58:15.9136222Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-05-18T04:58:15.9136616Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-05-18T04:58:15.9137074Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-05-18T04:58:15.9137529Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-05-18T04:58:15.9137839Z return mul 2022-05-18T04:58:15.9142901Z ok (0.004s) 2022-05-18T04:58:15.9149664Z test_simple (fx.test_dce_pass.TestDCE) 2022-05-18T04:58:15.9171385Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-05-18T04:58:15.9171809Z %x : [#users=2] = placeholder[target=x] 2022-05-18T04:58:15.9172397Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-05-18T04:58:15.9172785Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-05-18T04:58:15.9173157Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-05-18T04:58:15.9173493Z return add_1 2022-05-18T04:58:15.9178083Z ok (0.003s) 2022-05-18T04:58:15.9215235Z test_all_input_nodes (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:15.9310419Z test_annotation_with_future (__main__.TestFX) ... ok (0.009s) 2022-05-18T04:58:15.9728157Z test_annotations_empty_tuple (__main__.TestFX) ... ok (0.042s) 2022-05-18T04:58:15.9762506Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:15.9797335Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:15.9836242Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:15.9872664Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:15.9908439Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:15.9924851Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:15.9964353Z test_assert (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.0016230Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.0069186Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.0120167Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.0162637Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.0206497Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.0254771Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.0293934Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.0342124Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.1246959Z test_autowrap_functions (__main__.TestFX) ... ok (0.090s) 2022-05-18T04:58:16.1293050Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.1333602Z test_construct_root_dict (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.1350112Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:16.1390801Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.1424675Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:16.2409825Z test_custom_codegen (__main__.TestFX) ... ok (0.098s) 2022-05-18T04:58:16.2474203Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:16.2503354Z test_custom_import (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:16.2551475Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.2594793Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.2640258Z test_custom_proxy_type (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.2697386Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:16.2799246Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.010s) 2022-05-18T04:58:16.2845775Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.2861854Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:16.2929751Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.007s) 2022-05-18T04:58:16.5404112Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.247s) 2022-05-18T04:58:16.5468126Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:16.5519393Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-05-18T04:58:16.5520451Z warnings.warn(msg, FutureWarning) 2022-05-18T04:58:16.5520718Z ok (0.005s) 2022-05-18T04:58:16.5559361Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.5598348Z test_direct_param_use (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.5665598Z test_disallow_override (__main__.TestFX) ... ok (0.007s) 2022-05-18T04:58:16.5711887Z test_ellipsis (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.5728703Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:16.5764026Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:16.5820946Z test_example_shape_prop (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:16.5843926Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:16.6116134Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.027s) 2022-05-18T04:58:16.6497788Z test_fn_type_annotations (__main__.TestFX) ... ok (0.038s) 2022-05-18T04:58:16.6538913Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.6586482Z test_fx_create_arg (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.6621102Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:16.6670526Z test_fx_stateless (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.8152883Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.148s) 2022-05-18T04:58:16.8157882Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-05-18T04:58:16.8616396Z test_getitem_subproc (__main__.TestFX) ... ok (0.045s) 2022-05-18T04:58:16.8677990Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:16.8711270Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:16.9237038Z test_graph_module (__main__.TestFX) ... ok (0.052s) 2022-05-18T04:58:16.9282013Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.9324612Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.9364589Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.9403172Z test_graph_unique_names (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:16.9422212Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:16.9434559Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:16.9446441Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:16.9466822Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:16.9512755Z test_inf_nan (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.9539515Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:16.9605594Z test_inline_graph (__main__.TestFX) ... ok (0.007s) 2022-05-18T04:58:16.9631837Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:16.9684264Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:16.9718991Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.2563090Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.284s) 2022-05-18T04:58:17.5837566Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.327s) 2022-05-18T04:58:17.5879134Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.5924002Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.5974840Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:17.6020525Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.6058730Z test_interpreter_star_args (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.6104595Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.6144416Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.6184731Z test_leaf_module (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.6242212Z test_matmul_tracing (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:17.6293200Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:17.6320545Z test_move_before (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.6346971Z test_multi_insert_point (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.6417305Z test_multiple_default_args (__main__.TestFX) ... ok (0.007s) 2022-05-18T04:58:17.6472510Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:17.6524559Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:17.6558403Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.6933116Z test_native_callable (__main__.TestFX) ... ok (0.037s) 2022-05-18T04:58:17.6945900Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:17.6980214Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.7015111Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.7074721Z test_partial_trace (__main__.TestFX) ... 2022-05-18T04:58:17.7075092Z 2022-05-18T04:58:17.7075120Z 2022-05-18T04:58:17.7075338Z def forward(self, x, y_1): 2022-05-18T04:58:17.7075883Z eq = y_1 == True; y_1 = None 2022-05-18T04:58:17.7076845Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-05-18T04:58:17.7077217Z mul = 2 * x; x = None 2022-05-18T04:58:17.7077448Z return mul 2022-05-18T04:58:17.7077673Z 2022-05-18T04:58:17.7082571Z /opt/conda/lib/python3.9/site-packages/torch/fx/_symbolic_trace.py:422: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-05-18T04:58:17.7083210Z torch.warnings.warn( 2022-05-18T04:58:17.7099435Z ok (0.008s) 2022-05-18T04:58:17.7153043Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:17.7223993Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.007s) 2022-05-18T04:58:17.7304756Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.008s) 2022-05-18T04:58:17.7393484Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.009s) 2022-05-18T04:58:17.7410919Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.9/site-packages/torch/fx/node.py:239: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-05-18T04:58:17.7411534Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-05-18T04:58:17.7412310Z ok (0.002s) 2022-05-18T04:58:17.7445000Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.7480306Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:17.7525706Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:17.7571910Z test_pretty_print_targets (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:17.7595621Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:17.8941989Z test_pytree (__main__.TestFX) ... ok (0.134s) 2022-05-18T04:58:17.9005792Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:17.9027632Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:17.9076994Z test_regular_and_default_args (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:17.9092449Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:17.9108014Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:17.9132608Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:18.1001371Z test_replace_uses (__main__.TestFX) ... ok (0.187s) 2022-05-18T04:58:18.1007870Z test_reserved_getattr (__main__.TestFX) 2022-05-18T04:58:18.1036471Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.004s) 2022-05-18T04:58:18.1073854Z test_return_tuple (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.1342588Z test_return_type_exists (__main__.TestFX) ... ok (0.027s) 2022-05-18T04:58:18.1444457Z test_script_method_trace (__main__.TestFX) ... ok (0.010s) 2022-05-18T04:58:18.1707772Z test_script_tensor_constant (__main__.TestFX) ... ok (0.026s) 2022-05-18T04:58:18.1747743Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.1787866Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.1986839Z test_shape_prop_layout (__main__.TestFX) ... ok (0.020s) 2022-05-18T04:58:18.5841860Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.385s) 2022-05-18T04:58:18.5895485Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.5945697Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.6037356Z test_sqrt (__main__.TestFX) ... ok (0.009s) 2022-05-18T04:58:18.6079021Z test_stack_traces (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.6108345Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.6329134Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.022s) 2022-05-18T04:58:18.6444808Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.011s) 2022-05-18T04:58:18.6496200Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.6561758Z test_tensor_attribute (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:18.6622178Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-05-18T04:58:18.6657313Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.6690033Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.6740221Z test_torch_custom_ops (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.6776763Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.7138313Z test_torch_fx_len (__main__.TestFX) ... ok (0.036s) 2022-05-18T04:58:18.7179849Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.7211989Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.7250184Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.7268095Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-05-18T04:58:18.7301434Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.7332252Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.7364589Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.7399861Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.7420167Z test_trace_multiple_funcs (__main__.TestFX) ... 1.12.0a0+git3b23752 2022-05-18T04:58:18.7486181Z ok (0.008s) 2022-05-18T04:58:18.7687373Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.020s) 2022-05-18T04:58:18.7740455Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.7795704Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.7848414Z test_transformer_op_swap (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.7884842Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-05-18T04:58:18.7885596Z warnings.warn(msg, FutureWarning) 2022-05-18T04:58:18.7913834Z ok (0.006s) 2022-05-18T04:58:18.7928612Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:18.7965328Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.7998315Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8026345Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8058398Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8089790Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8122111Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8376021Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.025s) 2022-05-18T04:58:18.8621462Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.024s) 2022-05-18T04:58:18.8656648Z test_wrap (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8692501Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8737276Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.8776541Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.8825550Z test_wrapped_retrace (__main__.TestFX) ... ok (0.005s) 2022-05-18T04:58:18.8859319Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-05-18T04:58:18.8902391Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-05-18T04:58:18.8914354Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-05-18T04:58:18.8933471Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-05-18T04:58:18.8942441Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-05-18T04:58:18.8948921Z Test backward compatibility for members of classes with ... ok (0.001s) 2022-05-18T04:58:18.8956216Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-05-18T04:58:18.9045039Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-05-18T04:58:18.9069811Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-05-18T04:58:18.9082912Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9116805Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9142278Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:18.9168956Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9195737Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9222781Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9248668Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:18.9274212Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:18.9302490Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9329884Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9356271Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9368743Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9381071Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9393160Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9420540Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9432917Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9460820Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9487291Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9513906Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9525995Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9538508Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9550680Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9563029Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9574988Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9587359Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9599604Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9611816Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9624259Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9652594Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9664687Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9691547Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9719225Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9745876Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9771840Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:18.9799632Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9825182Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:18.9837418Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:18.9865063Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9895127Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9922761Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9950518Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:18.9976707Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0003895Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0029844Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0057280Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0086236Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0098701Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.0124776Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0152012Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0180704Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0208440Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0221520Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.0245893Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0270966Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0296371Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0308793Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.0334990Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0363411Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0391326Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0419122Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0445298Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0473187Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0501455Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0526760Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0539323Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.0551470Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.0578558Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0610508Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0622898Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.0651592Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0678476Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0705227Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0730810Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0758612Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0785600Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0813191Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0839094Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.0866998Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0893946Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0924536Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0952462Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.0977322Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.1004699Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1039830Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1067000Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1092911Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.1119696Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1131987Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1159947Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1200611Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-05-18T04:58:19.1213148Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1225576Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1237764Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1250043Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1262444Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1274846Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1302198Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1314491Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1340830Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1365528Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.1378055Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1403935Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.1416232Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1441019Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.1453497Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1478553Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.1508019Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1534097Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T04:58:19.1565898Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1599183Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1611463Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1624112Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1651029Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1663603Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-05-18T04:58:19.1691284Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1719722Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1747147Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T04:58:19.1770718Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3671: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:58:19.1771437Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:58:19.1776302Z ok (0.003s) 2022-05-18T04:58:19.1799967Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:58:19.1800725Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:58:19.1805916Z ok (0.003s) 2022-05-18T04:58:19.1827899Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T04:58:19.1828648Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T04:58:19.1833878Z ok (0.003s) 2022-05-18T04:58:19.1867395Z test_get_torch_func_signature_exhaustive_H_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T04:58:19.1884066Z test_get_torch_func_signature_exhaustive_T_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.1901573Z test_get_torch_func_signature_exhaustive___getitem___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.1918402Z test_get_torch_func_signature_exhaustive___radd___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.1935105Z test_get_torch_func_signature_exhaustive___rdiv___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.1951925Z test_get_torch_func_signature_exhaustive___rmatmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.1968654Z test_get_torch_func_signature_exhaustive___rmod___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.1986717Z test_get_torch_func_signature_exhaustive___rmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2003538Z test_get_torch_func_signature_exhaustive___rpow___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2020431Z test_get_torch_func_signature_exhaustive___rsub___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2037012Z test_get_torch_func_signature_exhaustive__masked_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2060490Z test_get_torch_func_signature_exhaustive__masked_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2076889Z test_get_torch_func_signature_exhaustive__masked_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2093346Z test_get_torch_func_signature_exhaustive__masked_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2110395Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2126884Z test_get_torch_func_signature_exhaustive__masked_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2143618Z test_get_torch_func_signature_exhaustive__masked_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2160265Z test_get_torch_func_signature_exhaustive__masked_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2176746Z test_get_torch_func_signature_exhaustive__masked_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2193384Z test_get_torch_func_signature_exhaustive__masked_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2209918Z test_get_torch_func_signature_exhaustive__masked_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2237877Z test_get_torch_func_signature_exhaustive__masked_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2243465Z test_get_torch_func_signature_exhaustive__masked_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2265838Z test_get_torch_func_signature_exhaustive__masked_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2282293Z test_get_torch_func_signature_exhaustive_abs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2299186Z test_get_torch_func_signature_exhaustive_acos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2315890Z test_get_torch_func_signature_exhaustive_acosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2332267Z test_get_torch_func_signature_exhaustive_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2349277Z test_get_torch_func_signature_exhaustive_addbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2365733Z test_get_torch_func_signature_exhaustive_addcdiv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2382677Z test_get_torch_func_signature_exhaustive_addcmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2400264Z test_get_torch_func_signature_exhaustive_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2417259Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2433843Z test_get_torch_func_signature_exhaustive_addmv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2450572Z test_get_torch_func_signature_exhaustive_addr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2472846Z test_get_torch_func_signature_exhaustive_all_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2489488Z test_get_torch_func_signature_exhaustive_allclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2506094Z test_get_torch_func_signature_exhaustive_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2522569Z test_get_torch_func_signature_exhaustive_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2539438Z test_get_torch_func_signature_exhaustive_aminmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2556111Z test_get_torch_func_signature_exhaustive_angle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2572519Z test_get_torch_func_signature_exhaustive_any_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2589406Z test_get_torch_func_signature_exhaustive_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2605854Z test_get_torch_func_signature_exhaustive_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2622677Z test_get_torch_func_signature_exhaustive_argsort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2639211Z test_get_torch_func_signature_exhaustive_argwhere_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2656011Z test_get_torch_func_signature_exhaustive_as_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2678049Z test_get_torch_func_signature_exhaustive_asin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2694371Z test_get_torch_func_signature_exhaustive_asinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2711242Z test_get_torch_func_signature_exhaustive_atan2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2727659Z test_get_torch_func_signature_exhaustive_atan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2745607Z test_get_torch_func_signature_exhaustive_atanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2763437Z test_get_torch_func_signature_exhaustive_atleast_1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2780175Z test_get_torch_func_signature_exhaustive_atleast_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2796615Z test_get_torch_func_signature_exhaustive_atleast_3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2814426Z test_get_torch_func_signature_exhaustive_baddbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2831500Z test_get_torch_func_signature_exhaustive_bernoulli_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2848056Z test_get_torch_func_signature_exhaustive_bfloat16_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2870511Z test_get_torch_func_signature_exhaustive_block_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2887024Z test_get_torch_func_signature_exhaustive_bmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2904043Z test_get_torch_func_signature_exhaustive_bool_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2920589Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2937550Z test_get_torch_func_signature_exhaustive_broadcast_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2954159Z test_get_torch_func_signature_exhaustive_bucketize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2970812Z test_get_torch_func_signature_exhaustive_byte_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.2987899Z test_get_torch_func_signature_exhaustive_cartesian_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3004593Z test_get_torch_func_signature_exhaustive_cat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3021540Z test_get_torch_func_signature_exhaustive_cdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3038288Z test_get_torch_func_signature_exhaustive_ceil_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3055121Z test_get_torch_func_signature_exhaustive_chalf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3081379Z test_get_torch_func_signature_exhaustive_char_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T04:58:19.3097909Z test_get_torch_func_signature_exhaustive_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3115214Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3131476Z test_get_torch_func_signature_exhaustive_cholesky_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3148266Z test_get_torch_func_signature_exhaustive_chunk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3164980Z test_get_torch_func_signature_exhaustive_clamp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3181729Z test_get_torch_func_signature_exhaustive_clamp_scalar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3198011Z test_get_torch_func_signature_exhaustive_clone_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3214951Z test_get_torch_func_signature_exhaustive_column_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3231671Z test_get_torch_func_signature_exhaustive_combinations_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3248428Z test_get_torch_func_signature_exhaustive_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3265399Z test_get_torch_func_signature_exhaustive_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3287305Z test_get_torch_func_signature_exhaustive_conj_physical_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3304148Z test_get_torch_func_signature_exhaustive_contiguous_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3320770Z test_get_torch_func_signature_exhaustive_copysign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3337765Z test_get_torch_func_signature_exhaustive_corrcoef_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3354251Z test_get_torch_func_signature_exhaustive_cos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3371157Z test_get_torch_func_signature_exhaustive_cosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3388091Z test_get_torch_func_signature_exhaustive_count_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3404927Z test_get_torch_func_signature_exhaustive_cov_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3421829Z test_get_torch_func_signature_exhaustive_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3438443Z test_get_torch_func_signature_exhaustive_cummax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3455299Z test_get_torch_func_signature_exhaustive_cummin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3472192Z test_get_torch_func_signature_exhaustive_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3494203Z test_get_torch_func_signature_exhaustive_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3511310Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3527867Z test_get_torch_func_signature_exhaustive_deg2rad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3544742Z test_get_torch_func_signature_exhaustive_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3561387Z test_get_torch_func_signature_exhaustive_diag_embed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3578471Z test_get_torch_func_signature_exhaustive_diagflat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3596144Z test_get_torch_func_signature_exhaustive_diagonal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3612770Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3629673Z test_get_torch_func_signature_exhaustive_diff_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3646444Z test_get_torch_func_signature_exhaustive_digamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3663482Z test_get_torch_func_signature_exhaustive_dist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3680355Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3702743Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3719235Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3735746Z test_get_torch_func_signature_exhaustive_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3752489Z test_get_torch_func_signature_exhaustive_double_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3769163Z test_get_torch_func_signature_exhaustive_dsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3785827Z test_get_torch_func_signature_exhaustive_dstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3802237Z test_get_torch_func_signature_exhaustive_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3819218Z test_get_torch_func_signature_exhaustive_einsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3836611Z test_get_torch_func_signature_exhaustive_empty_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3853091Z test_get_torch_func_signature_exhaustive_eq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3870153Z test_get_torch_func_signature_exhaustive_erf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3886612Z test_get_torch_func_signature_exhaustive_erfc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3908770Z test_get_torch_func_signature_exhaustive_erfinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3925299Z test_get_torch_func_signature_exhaustive_exp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3941893Z test_get_torch_func_signature_exhaustive_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3958535Z test_get_torch_func_signature_exhaustive_expand_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3975155Z test_get_torch_func_signature_exhaustive_expand_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.3992104Z test_get_torch_func_signature_exhaustive_expm1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4008898Z test_get_torch_func_signature_exhaustive_fft_fft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4025662Z test_get_torch_func_signature_exhaustive_fft_fft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4042373Z test_get_torch_func_signature_exhaustive_fft_fftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4059264Z test_get_torch_func_signature_exhaustive_fft_fftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4076019Z test_get_torch_func_signature_exhaustive_fft_hfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4092727Z test_get_torch_func_signature_exhaustive_fft_hfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4115213Z test_get_torch_func_signature_exhaustive_fft_hfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4131805Z test_get_torch_func_signature_exhaustive_fft_ifft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4148546Z test_get_torch_func_signature_exhaustive_fft_ifft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4166098Z test_get_torch_func_signature_exhaustive_fft_ifftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4182827Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4199460Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4216292Z test_get_torch_func_signature_exhaustive_fft_ihfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4232915Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4249463Z test_get_torch_func_signature_exhaustive_fft_irfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4266487Z test_get_torch_func_signature_exhaustive_fft_irfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4282947Z test_get_torch_func_signature_exhaustive_fft_irfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4301059Z test_get_torch_func_signature_exhaustive_fft_rfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4322887Z test_get_torch_func_signature_exhaustive_fft_rfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4339869Z test_get_torch_func_signature_exhaustive_fft_rfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4356214Z test_get_torch_func_signature_exhaustive_fill__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4372766Z test_get_torch_func_signature_exhaustive_flatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4389615Z test_get_torch_func_signature_exhaustive_flip_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4406115Z test_get_torch_func_signature_exhaustive_fliplr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4422921Z test_get_torch_func_signature_exhaustive_flipud_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4439219Z test_get_torch_func_signature_exhaustive_float_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4455837Z test_get_torch_func_signature_exhaustive_float_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4472443Z test_get_torch_func_signature_exhaustive_floor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4489021Z test_get_torch_func_signature_exhaustive_floor_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4506032Z test_get_torch_func_signature_exhaustive_fmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4527975Z test_get_torch_func_signature_exhaustive_fmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4544734Z test_get_torch_func_signature_exhaustive_fmod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4561467Z test_get_torch_func_signature_exhaustive_frac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4579336Z test_get_torch_func_signature_exhaustive_frexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4595916Z test_get_torch_func_signature_exhaustive_full_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4612528Z test_get_torch_func_signature_exhaustive_gather_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4629517Z test_get_torch_func_signature_exhaustive_ge_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4646067Z test_get_torch_func_signature_exhaustive_geqrf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4663001Z test_get_torch_func_signature_exhaustive_gradient_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4679646Z test_get_torch_func_signature_exhaustive_gt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4696267Z test_get_torch_func_signature_exhaustive_half_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4713400Z test_get_torch_func_signature_exhaustive_heaviside_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4735418Z test_get_torch_func_signature_exhaustive_histc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4752292Z test_get_torch_func_signature_exhaustive_hsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4768848Z test_get_torch_func_signature_exhaustive_hstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4785600Z test_get_torch_func_signature_exhaustive_hypot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4802368Z test_get_torch_func_signature_exhaustive_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4820696Z test_get_torch_func_signature_exhaustive_igamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4837133Z test_get_torch_func_signature_exhaustive_igammac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4854041Z test_get_torch_func_signature_exhaustive_index_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4870926Z test_get_torch_func_signature_exhaustive_index_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4887532Z test_get_torch_func_signature_exhaustive_index_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4904539Z test_get_torch_func_signature_exhaustive_index_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4922432Z test_get_torch_func_signature_exhaustive_index_reduce_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4944931Z test_get_torch_func_signature_exhaustive_index_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4961456Z test_get_torch_func_signature_exhaustive_inner_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4978192Z test_get_torch_func_signature_exhaustive_int_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.4994783Z test_get_torch_func_signature_exhaustive_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5011412Z test_get_torch_func_signature_exhaustive_isclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5028187Z test_get_torch_func_signature_exhaustive_isfinite_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5044751Z test_get_torch_func_signature_exhaustive_isin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5061655Z test_get_torch_func_signature_exhaustive_isinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5078237Z test_get_torch_func_signature_exhaustive_isnan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5094968Z test_get_torch_func_signature_exhaustive_isneginf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5111928Z test_get_torch_func_signature_exhaustive_isposinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5128867Z test_get_torch_func_signature_exhaustive_isreal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5151058Z test_get_torch_func_signature_exhaustive_istft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5167858Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5184697Z test_get_torch_func_signature_exhaustive_jiterator_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5201338Z test_get_torch_func_signature_exhaustive_jiterator_unary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5218308Z test_get_torch_func_signature_exhaustive_kron_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5234870Z test_get_torch_func_signature_exhaustive_kthvalue_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5251625Z test_get_torch_func_signature_exhaustive_ldexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5268606Z test_get_torch_func_signature_exhaustive_le_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5285162Z test_get_torch_func_signature_exhaustive_lerp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5303276Z test_get_torch_func_signature_exhaustive_lgamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5320070Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5337034Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5359989Z test_get_torch_func_signature_exhaustive_linalg_cond_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5376786Z test_get_torch_func_signature_exhaustive_linalg_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5393409Z test_get_torch_func_signature_exhaustive_linalg_det_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5410147Z test_get_torch_func_signature_exhaustive_linalg_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5427141Z test_get_torch_func_signature_exhaustive_linalg_eigh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5443027Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T04:58:19.5459475Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5475993Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5492357Z test_get_torch_func_signature_exhaustive_linalg_inv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5509089Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5525742Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5549649Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5566338Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: not available before CUDA 11.3.1 (0.002s) 2022-05-18T04:58:19.5582688Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5598748Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5615435Z test_get_torch_func_signature_exhaustive_linalg_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5632120Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5648684Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5666031Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5682784Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5699587Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5716482Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5732893Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5754921Z test_get_torch_func_signature_exhaustive_linalg_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5771524Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5788130Z test_get_torch_func_signature_exhaustive_linalg_pinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5804359Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5821262Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:58:19.5837756Z test_get_torch_func_signature_exhaustive_linalg_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5854042Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T04:58:19.5871322Z test_get_torch_func_signature_exhaustive_linalg_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5887821Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5905004Z test_get_torch_func_signature_exhaustive_linalg_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5921998Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5939007Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5960629Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5977315Z test_get_torch_func_signature_exhaustive_linalg_vander_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.5993908Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6010394Z test_get_torch_func_signature_exhaustive_log10_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6027337Z test_get_torch_func_signature_exhaustive_log1p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6043841Z test_get_torch_func_signature_exhaustive_log2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6060693Z test_get_torch_func_signature_exhaustive_log_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6077329Z test_get_torch_func_signature_exhaustive_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6093711Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6110574Z test_get_torch_func_signature_exhaustive_logaddexp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6127284Z test_get_torch_func_signature_exhaustive_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6144090Z test_get_torch_func_signature_exhaustive_logcumsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6165437Z test_get_torch_func_signature_exhaustive_logdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6182372Z test_get_torch_func_signature_exhaustive_logical_and_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6199260Z test_get_torch_func_signature_exhaustive_logical_not_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6216571Z test_get_torch_func_signature_exhaustive_logical_or_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6233664Z test_get_torch_func_signature_exhaustive_logical_xor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6250415Z test_get_torch_func_signature_exhaustive_logit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6267221Z test_get_torch_func_signature_exhaustive_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6283980Z test_get_torch_func_signature_exhaustive_long_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6300746Z test_get_torch_func_signature_exhaustive_lt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6318442Z test_get_torch_func_signature_exhaustive_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6335228Z test_get_torch_func_signature_exhaustive_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6352009Z test_get_torch_func_signature_exhaustive_lu_unpack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6374009Z test_get_torch_func_signature_exhaustive_mH_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6390809Z test_get_torch_func_signature_exhaustive_mT_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6407473Z test_get_torch_func_signature_exhaustive_masked_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6424279Z test_get_torch_func_signature_exhaustive_masked_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6441073Z test_get_torch_func_signature_exhaustive_masked_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6457884Z test_get_torch_func_signature_exhaustive_matmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6474519Z test_get_torch_func_signature_exhaustive_matrix_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6491107Z test_get_torch_func_signature_exhaustive_max_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6507899Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6524420Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6541363Z test_get_torch_func_signature_exhaustive_maximum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6558095Z test_get_torch_func_signature_exhaustive_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6580169Z test_get_torch_func_signature_exhaustive_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6596579Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6608470Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:58:19.6624831Z test_get_torch_func_signature_exhaustive_min_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6640919Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6657154Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6673424Z test_get_torch_func_signature_exhaustive_minimum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6689404Z test_get_torch_func_signature_exhaustive_mm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6705951Z test_get_torch_func_signature_exhaustive_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6722018Z test_get_torch_func_signature_exhaustive_movedim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6738512Z test_get_torch_func_signature_exhaustive_msort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6754717Z test_get_torch_func_signature_exhaustive_mul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6770933Z test_get_torch_func_signature_exhaustive_multinomial_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6792643Z test_get_torch_func_signature_exhaustive_mv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6808708Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6825325Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6841372Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6858126Z test_get_torch_func_signature_exhaustive_nan_to_num_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6874159Z test_get_torch_func_signature_exhaustive_nanmean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6890418Z test_get_torch_func_signature_exhaustive_nanmedian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6906619Z test_get_torch_func_signature_exhaustive_nanquantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6922665Z test_get_torch_func_signature_exhaustive_nansum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6939452Z test_get_torch_func_signature_exhaustive_narrow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6955418Z test_get_torch_func_signature_exhaustive_ne_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6971717Z test_get_torch_func_signature_exhaustive_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.6993388Z test_get_torch_func_signature_exhaustive_new_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7009630Z test_get_torch_func_signature_exhaustive_new_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7026095Z test_get_torch_func_signature_exhaustive_new_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7042069Z test_get_torch_func_signature_exhaustive_new_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7059833Z test_get_torch_func_signature_exhaustive_nextafter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7075837Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7092032Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7108572Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7124788Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7141301Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7157805Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7173809Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7195747Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7211960Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7229634Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7245896Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7262381Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7278569Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7294607Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7310955Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7327239Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7343628Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7359787Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7376271Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7398122Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7414470Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7430672Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7448042Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7464367Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7480848Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7496843Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7513215Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7529415Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7545979Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7562220Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7578812Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7600348Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7616637Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7633178Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7649274Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7665786Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7681850Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7698842Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7715093Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7731368Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7748167Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7764370Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7786218Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7802246Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7818712Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7834712Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7850813Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7867275Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7883273Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7899654Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7915864Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7933331Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7949947Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7966138Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.7989498Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8005795Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8022164Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8038334Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8054528Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8070951Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8087171Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8103699Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8119885Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8136217Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8152477Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8168964Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8190611Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8206772Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8223189Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8239179Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8255275Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8271687Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8287827Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8304288Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8320568Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8336884Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8353200Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8369534Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8391405Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8407541Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8424069Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8440236Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8456346Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8472694Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8488805Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8505267Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8521353Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8537743Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8553940Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8570156Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8592003Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8608255Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8624483Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8640545Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8656881Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8673062Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8689185Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8705741Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8721977Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8738666Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8754604Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8770885Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8793967Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8810150Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8826541Z test_get_torch_func_signature_exhaustive_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8842644Z test_get_torch_func_signature_exhaustive_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8859206Z test_get_torch_func_signature_exhaustive_norm_fro_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8875308Z test_get_torch_func_signature_exhaustive_norm_inf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8891496Z test_get_torch_func_signature_exhaustive_norm_nuc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8907954Z test_get_torch_func_signature_exhaustive_normal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8924162Z test_get_torch_func_signature_exhaustive_normal_number_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8940561Z test_get_torch_func_signature_exhaustive_ones_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8956744Z test_get_torch_func_signature_exhaustive_ormqr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8973138Z test_get_torch_func_signature_exhaustive_outer_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.8995178Z test_get_torch_func_signature_exhaustive_pca_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9011361Z test_get_torch_func_signature_exhaustive_permute_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9027688Z test_get_torch_func_signature_exhaustive_pinverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9043721Z test_get_torch_func_signature_exhaustive_polar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9060310Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9076609Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9092642Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9109019Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9125207Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9141748Z test_get_torch_func_signature_exhaustive_positive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9157774Z test_get_torch_func_signature_exhaustive_pow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9174274Z test_get_torch_func_signature_exhaustive_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9195988Z test_get_torch_func_signature_exhaustive_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9212131Z test_get_torch_func_signature_exhaustive_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9228472Z test_get_torch_func_signature_exhaustive_quantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9244559Z test_get_torch_func_signature_exhaustive_rad2deg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9262036Z test_get_torch_func_signature_exhaustive_rand_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9278100Z test_get_torch_func_signature_exhaustive_randint_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9294222Z test_get_torch_func_signature_exhaustive_randn_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9310682Z test_get_torch_func_signature_exhaustive_ravel_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9328073Z test_get_torch_func_signature_exhaustive_real_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9344499Z test_get_torch_func_signature_exhaustive_reciprocal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9360751Z test_get_torch_func_signature_exhaustive_remainder_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9376951Z test_get_torch_func_signature_exhaustive_renorm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9398611Z test_get_torch_func_signature_exhaustive_repeat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9414756Z test_get_torch_func_signature_exhaustive_repeat_interleave_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9431262Z test_get_torch_func_signature_exhaustive_reshape_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9447568Z test_get_torch_func_signature_exhaustive_reshape_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9463953Z test_get_torch_func_signature_exhaustive_resize__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9480016Z test_get_torch_func_signature_exhaustive_resize_as__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9496301Z test_get_torch_func_signature_exhaustive_resolve_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9513825Z test_get_torch_func_signature_exhaustive_resolve_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9529968Z test_get_torch_func_signature_exhaustive_roll_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9546649Z test_get_torch_func_signature_exhaustive_rot90_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9562696Z test_get_torch_func_signature_exhaustive_round_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9579142Z test_get_torch_func_signature_exhaustive_round_decimals_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9601834Z test_get_torch_func_signature_exhaustive_round_decimals_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9618452Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9634625Z test_get_torch_func_signature_exhaustive_rsqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9650727Z test_get_torch_func_signature_exhaustive_rsub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9667172Z test_get_torch_func_signature_exhaustive_scatter_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9683318Z test_get_torch_func_signature_exhaustive_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9699804Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9715967Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9732106Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9748602Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9764673Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9781207Z test_get_torch_func_signature_exhaustive_searchsorted_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9802757Z test_get_torch_func_signature_exhaustive_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9819053Z test_get_torch_func_signature_exhaustive_select_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9835339Z test_get_torch_func_signature_exhaustive_sgn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9851327Z test_get_torch_func_signature_exhaustive_short_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9867529Z test_get_torch_func_signature_exhaustive_sigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9883496Z test_get_torch_func_signature_exhaustive_sign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9899811Z test_get_torch_func_signature_exhaustive_signbit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9915997Z test_get_torch_func_signature_exhaustive_sin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9932147Z test_get_torch_func_signature_exhaustive_sinc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9948744Z test_get_torch_func_signature_exhaustive_sinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9964743Z test_get_torch_func_signature_exhaustive_slice_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:19.9981686Z test_get_torch_func_signature_exhaustive_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0003230Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0019513Z test_get_torch_func_signature_exhaustive_sort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0035611Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cusparseSDDMM was added in 11.2.1 (0.002s) 2022-05-18T04:58:20.0051658Z test_get_torch_func_signature_exhaustive_special_entr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0068156Z test_get_torch_func_signature_exhaustive_special_erfcx_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0085326Z test_get_torch_func_signature_exhaustive_special_i0e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0101672Z test_get_torch_func_signature_exhaustive_special_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0117888Z test_get_torch_func_signature_exhaustive_special_i1e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0134061Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0151922Z test_get_torch_func_signature_exhaustive_special_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0168001Z test_get_torch_func_signature_exhaustive_special_ndtri_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0189576Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0205626Z test_get_torch_func_signature_exhaustive_special_xlog1py_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0221886Z test_get_torch_func_signature_exhaustive_special_zeta_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0238066Z test_get_torch_func_signature_exhaustive_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0254049Z test_get_torch_func_signature_exhaustive_split_list_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0270629Z test_get_torch_func_signature_exhaustive_split_with_sizes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0286428Z test_get_torch_func_signature_exhaustive_sqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0302673Z test_get_torch_func_signature_exhaustive_square_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0318986Z test_get_torch_func_signature_exhaustive_squeeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0335037Z test_get_torch_func_signature_exhaustive_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0351644Z test_get_torch_func_signature_exhaustive_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0367806Z test_get_torch_func_signature_exhaustive_std_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0391218Z test_get_torch_func_signature_exhaustive_stft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0407316Z test_get_torch_func_signature_exhaustive_sub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0423586Z test_get_torch_func_signature_exhaustive_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0439697Z test_get_torch_func_signature_exhaustive_sum_to_size_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0456197Z test_get_torch_func_signature_exhaustive_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0472950Z test_get_torch_func_signature_exhaustive_svd_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0488924Z test_get_torch_func_signature_exhaustive_symeig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0505572Z test_get_torch_func_signature_exhaustive_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0521727Z test_get_torch_func_signature_exhaustive_take_along_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0538072Z test_get_torch_func_signature_exhaustive_take_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0554210Z test_get_torch_func_signature_exhaustive_tan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0570390Z test_get_torch_func_signature_exhaustive_tanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0592138Z test_get_torch_func_signature_exhaustive_tensor_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0603099Z test_get_torch_func_signature_exhaustive_tensordot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.001s) 2022-05-18T04:58:20.0619887Z test_get_torch_func_signature_exhaustive_tile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0635786Z test_get_torch_func_signature_exhaustive_to_sparse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T04:58:20.0651873Z test_get_torch_func_signature_exhaustive_topk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0669184Z test_get_torch_func_signature_exhaustive_trace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0685245Z test_get_torch_func_signature_exhaustive_transpose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0701749Z test_get_torch_func_signature_exhaustive_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0717780Z test_get_torch_func_signature_exhaustive_trapz_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0733594Z test_get_torch_func_signature_exhaustive_triangular_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T04:58:20.0749886Z test_get_torch_func_signature_exhaustive_tril_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0766056Z test_get_torch_func_signature_exhaustive_triu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0783517Z test_get_torch_func_signature_exhaustive_true_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0805142Z test_get_torch_func_signature_exhaustive_trunc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0821457Z test_get_torch_func_signature_exhaustive_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0837306Z test_get_torch_func_signature_exhaustive_unique_consecutive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T04:58:20.0853291Z test_get_torch_func_signature_exhaustive_unique_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0871011Z test_get_torch_func_signature_exhaustive_unsqueeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0887315Z test_get_torch_func_signature_exhaustive_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0903697Z test_get_torch_func_signature_exhaustive_var_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0919927Z test_get_torch_func_signature_exhaustive_vdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0937509Z test_get_torch_func_signature_exhaustive_view_as_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0953356Z test_get_torch_func_signature_exhaustive_view_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0970742Z test_get_torch_func_signature_exhaustive_view_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.0987182Z test_get_torch_func_signature_exhaustive_vsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.1009096Z test_get_torch_func_signature_exhaustive_vstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.1025499Z test_get_torch_func_signature_exhaustive_where_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.1041276Z test_get_torch_func_signature_exhaustive_xlogy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T04:58:20.1057688Z test_get_torch_func_signature_exhaustive_zero__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.1073636Z test_get_torch_func_signature_exhaustive_zeros_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T04:58:20.1132122Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-05-18T04:58:20.1240561Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-05-18T04:58:20.1336402Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.1436748Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.1555944Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-05-18T04:58:20.1656482Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.1753353Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.1768374Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-05-18T04:58:20.1853505Z This tests that a placeholder Node can be matched to a Node with ... ok (0.010s) 2022-05-18T04:58:20.1956731Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.2065033Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-05-18T04:58:20.2167711Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.2314260Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.015s) 2022-05-18T04:58:20.2412095Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.2511202Z test_subgraph_writer_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T04:58:20.9338431Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.682s) 2022-05-18T04:58:23.3827715Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (2.449s) 2022-05-18T04:58:27.1797859Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (3.797s) 2022-05-18T04:58:30.5066459Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (3.327s) 2022-05-18T04:58:34.7041925Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (4.197s) 2022-05-18T04:58:34.9651510Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... ok (0.261s) 2022-05-18T04:58:35.2242459Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.259s) 2022-05-18T04:58:35.7822493Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.558s) 2022-05-18T04:58:36.6277618Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.845s) 2022-05-18T04:58:37.2315074Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.604s) 2022-05-18T04:58:37.7597454Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.528s) 2022-05-18T04:58:37.7612284Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.9/site-packages/torchvision/models/googlenet.py:77: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-05-18T04:58:37.7613309Z warnings.warn('The default weight initialization of GoogleNet will be changed in future releases of ' 2022-05-18T04:58:39.5837274Z ok (1.824s) 2022-05-18T04:58:39.5858205Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.9/site-packages/torchvision/models/inception.py:80: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-05-18T04:58:39.5859251Z warnings.warn('The default weight initialization of inception_v3 will be changed in future releases of ' 2022-05-18T04:58:42.6891866Z ok (3.105s) 2022-05-18T04:58:43.7179536Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (1.029s) 2022-05-18T04:58:44.7421782Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (1.024s) 2022-05-18T04:58:45.8830723Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (1.141s) 2022-05-18T04:58:46.9841244Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (1.101s) 2022-05-18T04:58:48.0762423Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (1.092s) 2022-05-18T04:58:49.4081421Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.332s) 2022-05-18T04:58:50.4236862Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (1.015s) 2022-05-18T04:58:52.7994860Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (2.376s) 2022-05-18T04:58:56.2703948Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (3.471s) 2022-05-18T04:58:56.8505214Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.580s) 2022-05-18T04:58:57.8254936Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.975s) 2022-05-18T04:58:59.0735958Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (1.248s) 2022-05-18T04:59:02.4191707Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (3.345s) 2022-05-18T04:59:03.6858472Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.266s) 2022-05-18T04:59:05.3946369Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.709s) 2022-05-18T04:59:07.9435716Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.549s) 2022-05-18T04:59:09.3976756Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.454s) 2022-05-18T04:59:11.7280913Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (2.330s) 2022-05-18T04:59:13.0108671Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.283s) 2022-05-18T04:59:14.3708619Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.360s) 2022-05-18T04:59:15.4427006Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (1.072s) 2022-05-18T04:59:16.5768726Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (1.134s) 2022-05-18T04:59:17.7062944Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.129s) 2022-05-18T04:59:18.9014981Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.195s) 2022-05-18T04:59:19.2955576Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.394s) 2022-05-18T04:59:19.6252214Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.330s) 2022-05-18T04:59:21.9521040Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (2.327s) 2022-05-18T04:59:24.3184497Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (2.366s) 2022-05-18T04:59:26.6772869Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (2.359s) 2022-05-18T04:59:29.1488461Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (2.471s) 2022-05-18T04:59:31.6554056Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (2.506s) 2022-05-18T04:59:34.2895328Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (2.634s) 2022-05-18T04:59:36.9329453Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.643s) 2022-05-18T04:59:39.7276387Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.795s) 2022-05-18T04:59:40.8119422Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (1.084s) 2022-05-18T04:59:42.2634437Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.451s) 2022-05-18T04:59:43.4793357Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.216s) 2022-05-18T04:59:47.1952537Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.716s) 2022-05-18T04:59:49.2572772Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (2.062s) 2022-05-18T04:59:49.2741078Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.017s) 2022-05-18T04:59:50.8591421Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.585s) 2022-05-18T04:59:50.8637318Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-05-18T04:59:50.8676559Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T04:59:50.8708791Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.8746161Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T04:59:50.8782935Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T04:59:50.8816980Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.8870797Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-05-18T04:59:50.8953852Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-05-18T04:59:50.9001369Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-05-18T04:59:50.9053837Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-05-18T04:59:50.9105926Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-05-18T04:59:50.9208425Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-05-18T04:59:50.9567071Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.036s) 2022-05-18T04:59:50.9637978Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-05-18T04:59:50.9728268Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-05-18T04:59:50.9760854Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.9796767Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.9828943Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.9860004Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.9890324Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.9922890Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.9953789Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:50.9988051Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:51.0176720Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.019s) 2022-05-18T04:59:51.0207749Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:51.0242550Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T04:59:51.0548523Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.030s) 2022-05-18T04:59:51.0589380Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T04:59:51.0680535Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-05-18T04:59:51.0682698Z 2022-05-18T04:59:51.0683595Z ---------------------------------------------------------------------- 2022-05-18T04:59:51.0684220Z Ran 970 tests in 95.374s 2022-05-18T04:59:51.0735786Z 2022-05-18T04:59:51.0736105Z OK (skipped=544) 2022-05-18T04:59:51.0736480Z 2022-05-18T04:59:51.0736646Z Generating XML reports... 2022-05-18T04:59:51.0737292Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220518045815.xml 2022-05-18T04:59:51.0753287Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220518045815.xml 2022-05-18T04:59:51.0761270Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220518045815.xml 2022-05-18T04:59:51.0782038Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220518045815.xml 2022-05-18T04:59:51.0930315Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220518045815.xml 2022-05-18T04:59:51.0937185Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220518045815.xml 2022-05-18T04:59:51.1042597Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220518045815.xml 2022-05-18T04:59:51.1071273Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220518045815.xml 2022-05-18T04:59:51.1117650Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220518045815.xml 2022-05-18T04:59:51.1147051Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220518045815.xml 2022-05-18T04:59:51.2746869Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCUDA-20220518045815.xml 2022-05-18T04:59:52.4017812Z Running test_cpp_extensions_jit ... [2022-05-18 04:59:52.401195] 2022-05-18T04:59:52.4018770Z Executing ['/opt/conda/bin/python', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:59:52.401306] 2022-05-18T04:59:53.7199242Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-05-18T04:59:53.7216939Z 2022-05-18T04:59:53.7217422Z Running tests... 2022-05-18T04:59:53.7217922Z ---------------------------------------------------------------------- 2022-05-18T05:00:13.6316242Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (19.909s) 2022-05-18T05:00:30.2046309Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (16.573s) 2022-05-18T05:00:30.2069287Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:00:30.2069895Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/cpp_frontend_extension... 2022-05-18T05:00:30.2740505Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/cpp_frontend_extension/build.ninja... 2022-05-18T05:00:30.2747136Z Building extension module cpp_frontend_extension... 2022-05-18T05:00:30.2747538Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:00:50.4638616Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-05-18T05:00:50.8068220Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-05-18T05:00:50.8133332Z Loading extension module cpp_frontend_extension... 2022-05-18T05:00:50.8217993Z ok (20.617s) 2022-05-18T05:00:50.8237028Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:00:50.8238159Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-05-18T05:00:50.8238860Z Loading extension module cpp_frontend_extension... 2022-05-18T05:00:50.8256710Z ok (0.004s) 2022-05-18T05:00:50.8303773Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:00:50.8304497Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-05-18T05:00:50.8304951Z Loading extension module cpp_frontend_extension... 2022-05-18T05:00:50.8394780Z ok (0.014s) 2022-05-18T05:00:50.8415164Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:00:50.8415959Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-05-18T05:00:50.8416419Z Loading extension module cpp_frontend_extension... 2022-05-18T05:00:50.8441877Z ok (0.005s) 2022-05-18T05:00:50.8455514Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:00:50.8456100Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/is_python_module... 2022-05-18T05:00:50.9148913Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/is_python_module/build.ninja... 2022-05-18T05:00:50.9155394Z Building extension module is_python_module... 2022-05-18T05:00:50.9156258Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:01:08.1911557Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/is_python_module/main.cpp -o main.o 2022-05-18T05:01:08.3980059Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-05-18T05:01:08.4046018Z Loading extension module is_python_module... 2022-05-18T05:01:08.4070240Z /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T05:01:08.4070874Z warnings.warn( 2022-05-18T05:01:08.4071709Z /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T05:01:08.4072281Z warnings.warn( 2022-05-18T05:01:08.4108299Z ok (17.567s) 2022-05-18T05:01:08.4120269Z test_half_support (__main__.TestCppExtensionJIT) 2022-05-18T05:01:08.4121102Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-05-18T05:01:08.4132458Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-05-18T05:01:08.4144350Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-05-18T05:01:08.4156922Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:01:08.4157546Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension... 2022-05-18T05:01:08.4842814Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension/build.ninja... 2022-05-18T05:01:08.4849304Z Building extension module inline_jit_extension... 2022-05-18T05:01:08.4849680Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:01:26.3364084Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension/main.cpp -o main.o 2022-05-18T05:01:26.5892972Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-05-18T05:01:26.5959235Z Loading extension module inline_jit_extension... 2022-05-18T05:01:26.5985662Z ok (18.184s) 2022-05-18T05:01:26.6001669Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.001s) 2022-05-18T05:01:26.6010775Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:01:26.6011465Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension_with_functions_dict... 2022-05-18T05:01:26.6694567Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension_with_functions_dict/build.ninja... 2022-05-18T05:01:26.6701227Z Building extension module inline_jit_extension_with_functions_dict... 2022-05-18T05:01:26.6701649Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:01:45.0265901Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-05-18T05:01:45.3137125Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-05-18T05:01:45.3201936Z Loading extension module inline_jit_extension_with_functions_dict... 2022-05-18T05:01:45.3223809Z ok (18.722s) 2022-05-18T05:01:45.3241962Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:01:45.3244319Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension_with_functions_list... 2022-05-18T05:01:45.3934199Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension_with_functions_list/build.ninja... 2022-05-18T05:01:45.3940495Z Building extension module inline_jit_extension_with_functions_list... 2022-05-18T05:01:45.3941113Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:02:03.8906904Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-05-18T05:02:04.1721502Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-05-18T05:02:04.1789743Z Loading extension module inline_jit_extension_with_functions_list... 2022-05-18T05:02:04.1819185Z ok (18.859s) 2022-05-18T05:02:04.1841937Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:02:04.1843051Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/jit_extension... 2022-05-18T05:02:04.2550360Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/jit_extension/build.ninja... 2022-05-18T05:02:04.2558591Z Building extension module jit_extension... 2022-05-18T05:02:04.2559244Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:02:24.9515691Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-05-18T05:02:27.7748819Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-05-18T05:02:28.1967739Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-05-18T05:02:28.2034768Z Loading extension module jit_extension... 2022-05-18T05:02:28.2072195Z ok (24.025s) 2022-05-18T05:02:28.2091129Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:02:28.2105371Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:02:28.2108566Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/torch_test_cuda_extension... 2022-05-18T05:02:28.2823805Z Detected CUDA files, patching ldflags 2022-05-18T05:02:28.2824337Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/torch_test_cuda_extension/build.ninja... 2022-05-18T05:02:28.2833880Z Building extension module torch_test_cuda_extension... 2022-05-18T05:02:28.2834490Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:02:46.8839101Z [1/3] c++ -MMD -MF cuda_extension.o.d -DTORCH_EXTENSION_NAME=torch_test_cuda_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cpp -o cuda_extension.o 2022-05-18T05:02:57.2122633Z [2/3] /usr/local/cuda/bin/nvcc -DTORCH_EXTENSION_NAME=torch_test_cuda_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 --compiler-options '-fPIC' -O2 -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cu -o cuda_extension.cuda.o 2022-05-18T05:02:57.5283079Z [3/3] c++ cuda_extension.o cuda_extension.cuda.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -lc10_cuda -ltorch_cpu -ltorch_cuda -ltorch -ltorch_python -L/usr/local/cuda/lib64 -lcudart -o torch_test_cuda_extension.so 2022-05-18T05:02:57.5349485Z Loading extension module torch_test_cuda_extension... 2022-05-18T05:02:57.5383379Z ok (29.329s) 2022-05-18T05:02:57.5399994Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-05-18T05:02:57.5414362Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:02:57.5416749Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/lenient_flag_handling_extension... 2022-05-18T05:02:57.6088425Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/lenient_flag_handling_extension/build.ninja... 2022-05-18T05:02:57.6096085Z Building extension module lenient_flag_handling_extension... 2022-05-18T05:02:57.6096479Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:03:19.5099215Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/lenient_flag_handling_extension/main.cpp -o main.o 2022-05-18T05:03:19.8290085Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-05-18T05:03:19.8356537Z Loading extension module lenient_flag_handling_extension... 2022-05-18T05:03:19.8383262Z ok (22.298s) 2022-05-18T05:03:19.8401807Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:03:19.8402392Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/reloaded_jit_extension... 2022-05-18T05:03:19.9076037Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/reloaded_jit_extension/build.ninja... 2022-05-18T05:03:19.9082648Z Building extension module reloaded_jit_extension... 2022-05-18T05:03:19.9083324Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:03:38.1543927Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/reloaded_jit_extension/main.cpp -o main.o 2022-05-18T05:03:38.4077895Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o reloaded_jit_extension.so 2022-05-18T05:03:38.4146401Z Loading extension module reloaded_jit_extension... 2022-05-18T05:03:38.4166408Z Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:03:38.4176949Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-05-18T05:03:38.4848087Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/reloaded_jit_extension/build.ninja... 2022-05-18T05:03:38.4863720Z Building extension module reloaded_jit_extension_v1... 2022-05-18T05:03:38.4864090Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:03:56.4876116Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/reloaded_jit_extension/main.cpp -o main.o 2022-05-18T05:03:56.7391671Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o reloaded_jit_extension_v1.so 2022-05-18T05:03:56.7460587Z Loading extension module reloaded_jit_extension_v1... 2022-05-18T05:03:56.7480030Z Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:03:56.7483673Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-05-18T05:03:56.7484329Z Loading extension module reloaded_jit_extension_v1... 2022-05-18T05:03:56.7485591Z Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:03:56.7492735Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-05-18T05:03:56.8165578Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/reloaded_jit_extension/build.ninja... 2022-05-18T05:03:56.8172517Z Building extension module reloaded_jit_extension_v2... 2022-05-18T05:03:56.8175307Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:04:14.7946554Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v2 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/reloaded_jit_extension/main.cpp -o main.o 2022-05-18T05:04:15.0491769Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o reloaded_jit_extension_v2.so 2022-05-18T05:04:15.0557713Z Loading extension module reloaded_jit_extension_v2... 2022-05-18T05:04:15.0580332Z ok (55.219s) 2022-05-18T05:04:15.0597732Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:04:15.0602306Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-05-18T05:04:15.1296088Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/is_python_module/build.ninja... 2022-05-18T05:04:15.1305402Z Building extension module is_python_module_v1... 2022-05-18T05:04:15.1306111Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:04:34.1293457Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/is_python_module/main.cpp -o main.o 2022-05-18T05:04:34.4036010Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-05-18T05:04:34.4108541Z Loading extension module is_python_module_v1... 2022-05-18T05:04:34.4141260Z ok (19.356s) 2022-05-18T05:04:34.4162072Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py39_cu102 as PyTorch extensions root... 2022-05-18T05:04:34.4163283Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py39_cu102/test_set_default_type... 2022-05-18T05:04:34.4842156Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py39_cu102/test_set_default_type/build.ninja... 2022-05-18T05:04:34.4850622Z Building extension module test_set_default_type... 2022-05-18T05:04:34.4851340Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:04:52.7729520Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.9/site-packages/torch/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.9/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.9/site-packages/torch/include/THC -isystem /opt/conda/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py39_cu102/test_set_default_type/main.cpp -o main.o 2022-05-18T05:04:53.0437539Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-05-18T05:04:53.0504678Z Loading extension module test_set_default_type... 2022-05-18T05:04:53.0531534Z ok (18.639s) 2022-05-18T05:05:11.6761965Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:05:11.6768083Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:05:11.6772545Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:05:11.6775455Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:05:30.8229895Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py39_cu102/warn_mod/main.cpp:12.) 2022-05-18T05:05:30.8232447Z ok (37.770s) 2022-05-18T05:05:30.8320201Z 2022-05-18T05:05:30.8320658Z ---------------------------------------------------------------------- 2022-05-18T05:05:30.8322467Z Ran 23 tests in 337.110s 2022-05-18T05:05:30.8322625Z 2022-05-18T05:05:30.8322740Z OK (skipped=5) 2022-05-18T05:05:30.8324462Z 2022-05-18T05:05:30.8324847Z Generating XML reports... 2022-05-18T05:05:30.8392640Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220518045953.xml 2022-05-18T05:05:31.1436291Z Running test_xnnpack_integration ... [2022-05-18 05:05:31.143071] 2022-05-18T05:05:31.1437010Z Executing ['/opt/conda/bin/python', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:05:31.143178] 2022-05-18T05:05:32.0313246Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-05-18T05:05:32.0339268Z 2022-05-18T05:05:32.0339670Z Running tests... 2022-05-18T05:05:32.0340152Z ---------------------------------------------------------------------- 2022-05-18T05:05:32.0361253Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:05:32.0388107Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T05:05:33.6112619Z test_conv2d (__main__.TestXNNPACKOps) ... [W TensorImpl.h:1393] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-05-18T05:05:34.3331112Z ok (2.294s) 2022-05-18T05:05:35.8431599Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.510s) 2022-05-18T05:05:35.8442657Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-05-18T05:05:35.8964358Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.052s) 2022-05-18T05:05:36.0298201Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.133s) 2022-05-18T05:05:36.6961538Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (0.666s) 2022-05-18T05:05:36.7036572Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.007s) 2022-05-18T05:05:38.4129890Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (1.709s) 2022-05-18T05:05:41.7192618Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (3.306s) 2022-05-18T05:05:41.7216286Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-05-18T05:05:41.7218022Z 2022-05-18T05:05:41.7218454Z ---------------------------------------------------------------------- 2022-05-18T05:05:41.7218815Z Ran 12 tests in 9.688s 2022-05-18T05:05:41.7218967Z 2022-05-18T05:05:41.7219081Z OK (skipped=5) 2022-05-18T05:05:41.7219240Z 2022-05-18T05:05:41.7219366Z Generating XML reports... 2022-05-18T05:05:41.7257142Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220518050532.xml 2022-05-18T05:05:41.7261512Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220518050532.xml 2022-05-18T05:05:41.7268022Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220518050532.xml 2022-05-18T05:05:41.7274615Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220518050532.xml 2022-05-18T05:05:42.0092121Z Running test_torch ... [2022-05-18 05:05:42.008675] 2022-05-18T05:05:42.0092790Z Executing ['/opt/conda/bin/python', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:05:42.008784] 2022-05-18T05:05:44.5746154Z Test results will be stored in test-reports/python-unittest/test_torch 2022-05-18T05:05:44.6228074Z 2022-05-18T05:05:44.6228369Z Running tests... 2022-05-18T05:05:44.6229020Z ---------------------------------------------------------------------- 2022-05-18T05:05:44.6237050Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-05-18T05:05:44.6245515Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T05:05:44.6246037Z [TORCH_VITAL] CUDA.used true 2022-05-18T05:05:44.6246382Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T05:05:44.6246691Z [TORCH_VITAL] CUDA.used true 2022-05-18T05:05:44.6246951Z ok (0.001s) 2022-05-18T05:05:44.6265291Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-05-18T05:05:44.6266261Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T05:05:44.6266608Z [TORCH_VITAL] CUDA.used true 2022-05-18T05:05:44.6266869Z ok (0.002s) 2022-05-18T05:05:44.6369379Z test_advancedindex_mixed_cpu_devices_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.010s) 2022-05-18T05:05:44.6610272Z test_clamp_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.024s) 2022-05-18T05:05:44.6833192Z test_clamp_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.022s) 2022-05-18T05:05:44.6975466Z test_clamp_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.014s) 2022-05-18T05:05:44.6999867Z test_copy_broadcast_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7031106Z test_copy_noncontig_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-05-18T05:05:44.7049417Z test_cuda_device_idx_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7084695Z test_device_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-05-18T05:05:44.7108647Z test_from_sequence_cuda_float16 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7132102Z test_from_sequence_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7155793Z test_from_sequence_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7180674Z test_from_sequence_cuda_int16 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7202090Z test_from_sequence_cuda_int32 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7223928Z test_from_sequence_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7245482Z test_from_sequence_cuda_int8 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7267757Z test_from_sequence_cuda_uint8 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7293846Z test_index_add_bfloat16_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-05-18T05:05:44.7312895Z test_multidevice_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T05:05:44.7326691Z test_type_conversions_same_device_cuda (__main__.TestDevicePrecisionCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:05:44.7340404Z test_RNGState (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:44.7361100Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:44.7379963Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:44.7395159Z test_Size (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:44.7406985Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:44.7417239Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:44.7425383Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:44.7701550Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.027s) 2022-05-18T05:05:44.7711680Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:44.7766745Z test_as_subclass (__main__.TestTorch) ... ok (0.005s) 2022-05-18T05:05:44.7977707Z test_assert_async (__main__.TestTorch) ... ok (0.021s) 2022-05-18T05:05:44.8337436Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.036s) 2022-05-18T05:05:44.8408484Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.007s) 2022-05-18T05:05:45.1268744Z test_bmm_multithreaded (__main__.TestTorch) ... /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.1269709Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.1340642Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.1341522Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.1364694Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.1365553Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.1434277Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.1435156Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.1460355Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.1461314Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.1528597Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.1529452Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.1553210Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.1554065Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.5873086Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.5873965Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.5952668Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.5953524Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.5976899Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.5977759Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.6046402Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.6047398Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.6071027Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.6071994Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.6140560Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.6141389Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.6164806Z /var/lib/jenkins/workspace/test/test_torch.py:8327: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:05:45.6165654Z torch.bmm(b1, b2, out=res2) 2022-05-18T05:05:45.6239855Z ok (0.783s) 2022-05-18T05:05:45.6255681Z test_boxMullerState (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.6267863Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-05-18T05:05:45.6295046Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.6369792Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-05-18T05:05:45.6385103Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.6407782Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.6472471Z test_copy_broadcast (__main__.TestTorch) ... ok (0.006s) 2022-05-18T05:05:45.6480132Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.6543089Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.006s) 2022-05-18T05:05:45.6587229Z test_copy_transpose (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:45.6598043Z test_cuda_not_built (__main__.TestTorch) ... skip: CUDA is built, can't test CUDA not built error (0.001s) 2022-05-18T05:05:45.6632199Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.6666095Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.6696296Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.6726904Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.6734090Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.6743897Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:205] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function concrete_decref_fn) 2022-05-18T05:05:45.6777006Z ok (0.004s) 2022-05-18T05:05:45.6801080Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.6819233Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.6839834Z test_detach_meta (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.6871958Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.7128149Z test_device (__main__.TestTorch) ... ok (0.026s) 2022-05-18T05:05:45.7135522Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.7159860Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.7368228Z test_doc_template (__main__.TestTorch) ... ok (0.021s) 2022-05-18T05:05:45.7491093Z test_dot_data_use (__main__.TestTorch) ... ok (0.012s) 2022-05-18T05:05:45.7544261Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.005s) 2022-05-18T05:05:45.7583237Z test_element_size (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:45.7652768Z test_empty_meta (__main__.TestTorch) ... ok (0.007s) 2022-05-18T05:05:45.7661156Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.7683932Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.7799452Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.011s) 2022-05-18T05:05:45.7834328Z test_fill_diagonal (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.7843750Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.7892387Z test_from_buffer (__main__.TestTorch) ... ok (0.005s) 2022-05-18T05:05:45.7939100Z test_from_file (__main__.TestTorch) ... ok (0.005s) 2022-05-18T05:05:45.7972973Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.7998860Z test_generator_cpu (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.8017199Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.8029353Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.8076866Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-05-18T05:05:45.8077401Z 2022-05-18T05:05:45.8077954Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-05-18T05:05:45.8078924Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-05-18T05:05:45.8079653Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-05-18T05:05:45.8080082Z warnings.warn(msg, FutureWarning) 2022-05-18T05:05:45.8841563Z ok (0.081s) 2022-05-18T05:05:45.9142904Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.030s) 2022-05-18T05:05:45.9173521Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9205722Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9236054Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9269341Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9289236Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.9349901Z test_is_nonzero (__main__.TestTorch) ... ok (0.006s) 2022-05-18T05:05:45.9360176Z test_is_same_size (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.9379642Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.9414578Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9446415Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9473572Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9488872Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:45.9506409Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.9544335Z test_max_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:45.9577157Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9613050Z test_median_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9633175Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.9652651Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:45.9761788Z test_memory_format_empty (__main__.TestTorch) ... ok (0.011s) 2022-05-18T05:05:45.9797876Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9834401Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:45.9853791Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:05:45.9889603Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9920559Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:45.9933488Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0002682Z test_new (__main__.TestTorch) ... ok (0.007s) 2022-05-18T05:05:46.0071054Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.007s) 2022-05-18T05:05:46.0131118Z test_newindex (__main__.TestTorch) ... ok (0.006s) 2022-05-18T05:05:46.0163943Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.0718124Z test_normal_shape (__main__.TestTorch) ... ok (0.055s) 2022-05-18T05:05:46.0728785Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0736441Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0756695Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.0771767Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0815087Z test_parsing_intlist (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.0831412Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.0846765Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0857749Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0868129Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0885956Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.0903352Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.0914486Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.0939741Z test_pin_memory (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4065070Z test_print (__main__.TestTorch) ... ok (0.312s) 2022-05-18T05:05:46.4095507Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.4108217Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4118394Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4155052Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.4165539Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4183575Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4215818Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.4242484Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.4259884Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-05-18T05:05:46.4275041Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4282829Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4307343Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4327264Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4364418Z test_slice (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.4372222Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:05:46.4389679Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4737816Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.035s) 2022-05-18T05:05:46.4752652Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4766843Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4812691Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.005s) 2022-05-18T05:05:46.4880911Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.007s) 2022-05-18T05:05:46.4896065Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4912827Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4929423Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4943670Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.4964202Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.4981825Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.5008085Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.5031020Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.5051300Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.5053759Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.5069348Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.5105640Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.5147402Z test_split_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.5193691Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-05-18T05:05:46.5224759Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.5383217Z test_storage_casts (__main__.TestTorch) ... ok (0.016s) 2022-05-18T05:05:46.5559745Z test_storage_error (__main__.TestTorch) ... ok (0.018s) 2022-05-18T05:05:46.5575260Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.5595307Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.5608240Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.5619795Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.5648952Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.5761597Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.011s) 2022-05-18T05:05:46.5782048Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.5791503Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.5800909Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.6465867Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.066s) 2022-05-18T05:05:46.6779909Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.031s) 2022-05-18T05:05:46.6788027Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.6797742Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.6838669Z test_tensor_set (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.7254607Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.041s) 2022-05-18T05:05:46.7267141Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.7276767Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.9106076Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.183s) 2022-05-18T05:05:46.9153887Z test_to (__main__.TestTorch) ... /var/lib/jenkins/workspace/test/test_torch.py:7620: UserWarning: Sparse CSR tensor support is in beta state.If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T05:05:46.9155416Z a = torch.tensor([[0, 1, 2], [2, 0, 3]]).to_sparse_csr() 2022-05-18T05:05:46.9213956Z ok (0.011s) 2022-05-18T05:05:46.9242199Z test_to_with_tensor (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.9275233Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:46.9318981Z test_torch_from_file (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.9369506Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-05-18T05:05:46.9384677Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.9394646Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:46.9434865Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.9471111Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.9703504Z test_unflatten (__main__.TestTorch) ... ok (0.023s) 2022-05-18T05:05:46.9728615Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-05-18T05:05:46.9768661Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T05:05:46.9904423Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.013s) 2022-05-18T05:05:47.0038675Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.013s) 2022-05-18T05:05:47.0068693Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T05:05:47.0079324Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-05-18T05:05:47.0166861Z test_addcdiv_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:47.0246458Z test_addcdiv_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:47.0298936Z test_addcdiv_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:47.0348005Z test_addcdiv_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:47.0398071Z test_addcdiv_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:47.0481444Z test_addcdiv_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:47.0564466Z test_addcdiv_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:47.0647562Z test_addcdiv_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:47.0731333Z test_addcdiv_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:47.0817456Z test_addcdiv_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:47.0891921Z test_addcmul_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:47.0962053Z test_addcmul_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:47.1009171Z test_addcmul_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:47.1051943Z test_addcmul_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1094657Z test_addcmul_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1134580Z test_addcmul_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1177191Z test_addcmul_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1216054Z test_addcmul_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1254781Z test_addcmul_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1293643Z test_addcmul_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1382436Z test_assertRaisesRegex_ignore_msg_non_native_device_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:47.1398099Z test_bernoulli_edge_cases_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:05:47.1413447Z test_bernoulli_edge_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:05:47.1429312Z test_bernoulli_edge_cases_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:05:47.1670860Z test_bernoulli_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-05-18T05:05:47.1709895Z test_bernoulli_p_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1743460Z test_bernoulli_p_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:05:47.1776786Z test_bernoulli_p_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:05:47.1816719Z test_bernoulli_self_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1856429Z test_bernoulli_self_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1898070Z test_bernoulli_self_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1939369Z test_bernoulli_self_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.1979398Z test_bernoulli_self_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.2025460Z test_bernoulli_self_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:47.2065400Z test_bernoulli_self_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.2106314Z test_bernoulli_self_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.2146267Z test_bernoulli_self_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.2164215Z test_bool_tensor_value_change_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:05:47.2500135Z test_broadcast_fn_add_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-05-18T05:05:47.2853127Z test_broadcast_fn_addcdiv_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-05-18T05:05:47.3201199Z test_broadcast_fn_addcmul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-05-18T05:05:47.3512641Z test_broadcast_fn_atan2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.3824011Z test_broadcast_fn_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.3912231Z test_broadcast_fn_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:47.4222587Z test_broadcast_fn_div_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.4525636Z test_broadcast_fn_eq_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-05-18T05:05:47.4836598Z test_broadcast_fn_fmod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.5148453Z test_broadcast_fn_ge_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.5457552Z test_broadcast_fn_gt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.5760187Z test_broadcast_fn_le_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-05-18T05:05:47.6095632Z test_broadcast_fn_lerp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-05-18T05:05:47.6400090Z test_broadcast_fn_lt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-05-18T05:05:47.6469505Z test_broadcast_fn_map2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:47.6538688Z test_broadcast_fn_map_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:47.6888001Z test_broadcast_fn_masked_fill_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-05-18T05:05:47.7238631Z test_broadcast_fn_masked_scatter_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-05-18T05:05:47.7333880Z test_broadcast_fn_masked_select_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:47.7420486Z test_broadcast_fn_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:47.7506091Z test_broadcast_fn_min_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:47.7815061Z test_broadcast_fn_mul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.8117457Z test_broadcast_fn_ne_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-05-18T05:05:47.8428607Z test_broadcast_fn_pow_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.8740489Z test_broadcast_fn_remainder_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:05:47.9082691Z test_broadcast_fn_sub_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.034s) 2022-05-18T05:05:47.9127947Z test_bytes_to_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.9242794Z test_bytes_to_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:05:47.9318784Z test_bytes_to_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:47.9373378Z test_bytes_to_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:47.9448119Z test_bytes_to_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:47.9492967Z test_bytes_to_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.9547723Z test_bytes_to_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:47.9623099Z test_bytes_to_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:47.9666528Z test_bytes_to_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:47.9705602Z test_bytes_to_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:48.2450189Z test_cauchy_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.274s) 2022-05-18T05:05:48.2556097Z test_cauchy_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:05:48.2660731Z test_cauchy_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:05:48.2771481Z test_cauchy_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:05:48.2787652Z test_cauchy_no_inf_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:05:48.2801042Z test_cauchy_no_inf_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:05:50.3938588Z test_cdist_cuda_backward_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (2.113s) 2022-05-18T05:05:50.6474472Z test_cdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:50.6507776Z test_cdist_euclidean_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:05:50.6563699Z test_cdist_grad_p_lt_1_no_nan_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:50.6578800Z test_cdist_large_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:05:50.7199118Z test_cdist_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T05:05:50.7266973Z test_cdist_non_contiguous_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:50.7332014Z test_cdist_non_contiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:05:51.0158639Z test_cdist_norm_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.282s) 2022-05-18T05:05:51.2889263Z test_cdist_norm_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.273s) 2022-05-18T05:05:51.2958961Z test_cdist_same_inputs_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:51.3015460Z test_clone_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:05:51.3029560Z test_clone_not_memory_dense_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:05:51.3046311Z test_clone_zero_stride_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:05:51.3062959Z test_constants_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:05:51.8423214Z test_conv_transposed_backward_agnostic_to_memory_format_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.536s) 2022-05-18T05:05:51.9400646Z test_conv_transposed_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.096s) 2022-05-18T05:05:51.9468102Z test_copy__cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:5296: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T05:05:51.9468805Z t.copy_(src) 2022-05-18T05:05:51.9494520Z ok (0.009s) 2022-05-18T05:05:51.9548220Z test_copy__cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:51.9641725Z test_copy__cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:51.9742336Z test_copy__cuda_complex32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:05:51.9836319Z test_copy__cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:51.9926560Z test_copy__cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:05:52.0006519Z test_copy__cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:52.0086831Z test_copy__cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:52.0150614Z test_copy__cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:05:52.0215032Z test_copy__cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:05:52.0282227Z test_copy__cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:52.0345431Z test_copy__cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:05:52.0397219Z test_copy__cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:05:52.0468600Z test_copy_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:05:52.3260301Z test_copy_math_view_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.279s) 2022-05-18T05:05:52.3464966Z test_copy_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:05:52.3548680Z test_copy_transpose_math_view_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:52.3586058Z test_copy_transpose_math_view_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:05:52.3616660Z test_copy_transpose_math_view_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:05:52.3636192Z test_corrcoef_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:1785: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-05-18T05:05:52.3636810Z res = torch.corrcoef(x) 2022-05-18T05:05:52.3652337Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:380: RuntimeWarning: Mean of empty slice. 2022-05-18T05:05:52.3652996Z avg = a.mean(axis) 2022-05-18T05:05:52.3654557Z /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:162: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:05:52.3655147Z ret = um.true_divide( 2022-05-18T05:05:52.3655815Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:2551: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T05:05:52.3656582Z c = cov(x, y, rowvar) 2022-05-18T05:05:52.3657341Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:2480: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:05:52.3657766Z c *= np.true_divide(1, fact) 2022-05-18T05:05:52.3658335Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:2480: RuntimeWarning: invalid value encountered in multiply 2022-05-18T05:05:52.3658750Z c *= np.true_divide(1, fact) 2022-05-18T05:05:52.3740607Z ok (0.012s) 2022-05-18T05:05:52.3837158Z test_corrcoef_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:05:52.3920401Z test_corrcoef_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:05:52.3948699Z test_cov_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:1792: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-05-18T05:05:52.3949385Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-05-18T05:05:52.3956739Z /var/lib/jenkins/workspace/test/test_torch.py:1796: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T05:05:52.3957228Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-05-18T05:05:52.4817008Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:412: RuntimeWarning: invalid value encountered in multiply 2022-05-18T05:05:52.4817506Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-05-18T05:05:52.4928101Z ok (0.101s) 2022-05-18T05:05:52.5870990Z test_cov_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.094s) 2022-05-18T05:05:52.6703365Z test_cov_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.083s) 2022-05-18T05:05:52.8287585Z test_cpp_warnings_have_python_context_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.158s) 2022-05-18T05:06:20.1899344Z test_cublas_config_nondeterministic_alert_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (27.361s) 2022-05-18T05:06:20.2191827Z test_cummax_cummin_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.029s) 2022-05-18T05:06:20.2256045Z test_cummax_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:20.2318106Z test_cummin_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:20.2406535Z test_cumprod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:06:20.2489540Z test_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:20.2784118Z test_deepcopy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.029s) 2022-05-18T05:06:20.3074377Z test_deepcopy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.029s) 2022-05-18T05:06:20.3098432Z test_deepcopy_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:20.3121197Z test_deepcopy_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:20.3163034Z test_device_guard_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.004s) 2022-05-18T05:06:20.3881066Z test_diff_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T05:06:20.4756316Z test_diff_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.087s) 2022-05-18T05:06:20.5651447Z test_diff_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.089s) 2022-05-18T05:06:20.6407254Z test_diff_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1280: RuntimeWarning: overflow encountered in subtract 2022-05-18T05:06:20.6408932Z a = op(a[slice1], a[slice2]) 2022-05-18T05:06:20.6497935Z ok (0.085s) 2022-05-18T05:06:20.7335126Z test_diff_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.084s) 2022-05-18T05:06:20.8161393Z test_diff_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.083s) 2022-05-18T05:06:20.8852090Z test_diff_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T05:06:20.9543654Z test_diff_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T05:06:21.0218795Z test_diff_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.067s) 2022-05-18T05:06:21.0907556Z test_diff_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.069s) 2022-05-18T05:06:21.1604673Z test_diff_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.070s) 2022-05-18T05:06:21.2241296Z test_diff_noncontig_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.064s) 2022-05-18T05:06:21.3043344Z test_diff_noncontig_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.080s) 2022-05-18T05:06:21.3855836Z test_diff_noncontig_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.081s) 2022-05-18T05:06:21.4620605Z test_diff_noncontig_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-05-18T05:06:21.5383168Z test_diff_noncontig_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-05-18T05:06:21.6134737Z test_diff_noncontig_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-05-18T05:06:21.6761221Z test_diff_noncontig_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.063s) 2022-05-18T05:06:21.7387131Z test_diff_noncontig_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T05:06:21.7994191Z test_diff_noncontig_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.061s) 2022-05-18T05:06:21.8614474Z test_diff_noncontig_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T05:06:21.9232868Z test_diff_noncontig_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.062s) 2022-05-18T05:06:21.9502230Z test_dim_function_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-05-18T05:06:21.9522158Z test_discontiguous_out_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9606037Z test_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:21.9627026Z test_dlpack_capsule_conversion_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9652666Z test_dlpack_capsule_conversion_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9673915Z test_dlpack_capsule_conversion_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9693698Z test_dlpack_capsule_conversion_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9713574Z test_dlpack_capsule_conversion_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9732736Z test_dlpack_capsule_conversion_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9750175Z test_dlpack_capsule_conversion_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9767289Z test_dlpack_capsule_conversion_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9784345Z test_dlpack_capsule_conversion_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9805893Z test_dlpack_capsule_conversion_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9823167Z test_dlpack_capsule_conversion_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9847321Z test_dlpack_conversion_with_diff_streams_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9872334Z test_dlpack_conversion_with_diff_streams_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9897687Z test_dlpack_conversion_with_diff_streams_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9921432Z test_dlpack_conversion_with_diff_streams_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9945638Z test_dlpack_conversion_with_diff_streams_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9969453Z test_dlpack_conversion_with_diff_streams_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:21.9997875Z test_dlpack_conversion_with_diff_streams_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:22.0019287Z test_dlpack_conversion_with_diff_streams_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0039806Z test_dlpack_conversion_with_diff_streams_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0061335Z test_dlpack_conversion_with_diff_streams_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0082413Z test_dlpack_conversion_with_diff_streams_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0107333Z test_dlpack_conversion_with_streams_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0132719Z test_dlpack_conversion_with_streams_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0158306Z test_dlpack_conversion_with_streams_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0187148Z test_dlpack_conversion_with_streams_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:22.0211307Z test_dlpack_conversion_with_streams_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0235422Z test_dlpack_conversion_with_streams_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0257077Z test_dlpack_conversion_with_streams_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0278638Z test_dlpack_conversion_with_streams_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0300414Z test_dlpack_conversion_with_streams_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0321726Z test_dlpack_conversion_with_streams_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0343781Z test_dlpack_conversion_with_streams_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0371258Z test_dlpack_default_stream_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:22.0404524Z test_dlpack_error_on_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:22.0419874Z test_dlpack_export_is_conj_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0435233Z test_dlpack_export_non_strided_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0449224Z test_dlpack_export_requires_grad_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0469968Z test_dlpack_protocol_conversion_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0491526Z test_dlpack_protocol_conversion_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0513722Z test_dlpack_protocol_conversion_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0538981Z test_dlpack_protocol_conversion_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0559493Z test_dlpack_protocol_conversion_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0579580Z test_dlpack_protocol_conversion_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0597274Z test_dlpack_protocol_conversion_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0614900Z test_dlpack_protocol_conversion_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0632739Z test_dlpack_protocol_conversion_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0650331Z test_dlpack_protocol_conversion_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0668693Z test_dlpack_protocol_conversion_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0692635Z test_dlpack_shared_storage_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0708639Z test_dlpack_tensor_invalid_stream_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0725319Z test_dlpack_tensor_invalid_stream_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0742025Z test_dlpack_tensor_invalid_stream_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0757796Z test_dlpack_tensor_invalid_stream_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0773095Z test_dlpack_tensor_invalid_stream_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0789248Z test_dlpack_tensor_invalid_stream_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0803981Z test_dlpack_tensor_invalid_stream_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0823532Z test_dlpack_tensor_invalid_stream_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.0838137Z test_dlpack_tensor_invalid_stream_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0852823Z test_dlpack_tensor_invalid_stream_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0867839Z test_dlpack_tensor_invalid_stream_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0885572Z test_errors_index_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:06:22.0897693Z test_expected_failure_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.0974289Z test_exponential_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:22.1051978Z test_exponential_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:22.1135608Z test_exponential_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:22.1210469Z test_exponential_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:22.1261655Z test_exponential_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.1307559Z test_exponential_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:22.1352415Z test_exponential_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:22.1405825Z test_exponential_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.1468414Z test_exponential_no_zero_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.1539671Z test_exponential_no_zero_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:22.1567161Z test_from_dlpack_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:22.1589418Z test_from_dlpack_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1611219Z test_from_dlpack_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1631991Z test_from_dlpack_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1652501Z test_from_dlpack_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1673068Z test_from_dlpack_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1691633Z test_from_dlpack_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1710124Z test_from_dlpack_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1732309Z test_from_dlpack_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1750457Z test_from_dlpack_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1768680Z test_from_dlpack_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1785390Z test_from_dlpack_dtype_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1802559Z test_from_dlpack_dtype_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1820452Z test_from_dlpack_dtype_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1837058Z test_from_dlpack_dtype_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1853838Z test_from_dlpack_dtype_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1875428Z test_from_dlpack_dtype_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.1890835Z test_from_dlpack_dtype_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.1906537Z test_from_dlpack_dtype_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.1922242Z test_from_dlpack_dtype_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.1938043Z test_from_dlpack_dtype_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.1953576Z test_from_dlpack_dtype_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:22.2002361Z test_from_dlpack_noncontinguous_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.2052376Z test_from_dlpack_noncontinguous_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.2108339Z test_from_dlpack_noncontinguous_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.2154342Z test_from_dlpack_noncontinguous_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.2200845Z test_from_dlpack_noncontinguous_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.2247144Z test_from_dlpack_noncontinguous_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:22.2284299Z test_from_dlpack_noncontinguous_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:22.2321467Z test_from_dlpack_noncontinguous_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:22.2356973Z test_from_dlpack_noncontinguous_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:22.2394308Z test_from_dlpack_noncontinguous_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:22.2436636Z test_from_dlpack_noncontinguous_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:22.2490359Z test_gather_backward_deterministic_path_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:22.2501142Z test_gather_backward_one_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:06:22.2518869Z test_geometric_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2536267Z test_geometric_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2553904Z test_geometric_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2571341Z test_geometric_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2589070Z test_geometric_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2612856Z test_geometric_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2630299Z test_geometric_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2647432Z test_geometric_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2665068Z test_geometric_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:22.2732520Z test_geometric_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:22.2792923Z test_geometric_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.2852259Z test_geometric_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.2916449Z test_geometric_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.2976042Z test_geometric_kstest_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.3034744Z test_geometric_kstest_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.3094064Z test_geometric_kstest_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.3153640Z test_geometric_kstest_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.3213948Z test_geometric_kstest_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:22.6362344Z test_gradient_all_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.315s) 2022-05-18T05:06:22.8797506Z test_gradient_all_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.243s) 2022-05-18T05:06:22.9483810Z test_gradient_all_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1072: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:06:22.9484524Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-05-18T05:06:22.9487075Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1073: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:06:22.9487853Z b = (dx2 - dx1) / (dx1 * dx2) 2022-05-18T05:06:22.9488882Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1080: RuntimeWarning: invalid value encountered in multiply 2022-05-18T05:06:22.9489392Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:22.9490015Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1080: RuntimeWarning: invalid value encountered in add 2022-05-18T05:06:22.9490519Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:22.9491135Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1089: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:06:22.9491683Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-05-18T05:06:22.9578860Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1074: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:06:22.9579547Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-05-18T05:06:22.9580123Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1096: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:06:22.9580667Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-05-18T05:06:22.9581370Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1096: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:06:22.9582333Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-05-18T05:06:22.9637258Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1111: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T05:06:22.9637793Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-05-18T05:06:22.9638387Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1112: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T05:06:22.9638811Z b = (dx1 + dx2) / (dx1 * dx2) 2022-05-18T05:06:22.9639339Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1115: RuntimeWarning: invalid value encountered in multiply 2022-05-18T05:06:22.9639837Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:22.9640729Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1115: RuntimeWarning: invalid value encountered in add 2022-05-18T05:06:22.9641247Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:23.0105935Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1128: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T05:06:23.0106477Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-05-18T05:06:23.0107235Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1129: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T05:06:23.0108117Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-05-18T05:06:23.0108912Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1132: RuntimeWarning: invalid value encountered in multiply 2022-05-18T05:06:23.0109418Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:23.0110268Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1132: RuntimeWarning: invalid value encountered in add 2022-05-18T05:06:23.0110772Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:23.0149954Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1089: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:06:23.0150773Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-05-18T05:06:23.0920420Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1113: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T05:06:23.0920958Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-05-18T05:06:23.0921510Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1130: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T05:06:23.0921942Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-05-18T05:06:23.1051193Z ok (0.225s) 2022-05-18T05:06:23.1965969Z test_gradient_extreme_cases_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.091s) 2022-05-18T05:06:23.2787764Z test_gradient_extreme_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.082s) 2022-05-18T05:06:23.3602073Z test_gradient_extreme_cases_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.081s) 2022-05-18T05:06:23.3711122Z test_gradient_type_promotion_cuda (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1068: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T05:06:23.3711883Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-05-18T05:06:23.3712527Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1089: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T05:06:23.3713105Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-05-18T05:06:23.3713751Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1096: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T05:06:23.3714307Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-05-18T05:06:23.3721611Z /opt/conda/lib/python3.9/site-packages/torch/testing/_comparison.py:600: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:178.) 2022-05-18T05:06:23.3722644Z return torch.as_tensor(tensor_like) 2022-05-18T05:06:23.3734694Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1115: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T05:06:23.3735512Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:23.3736478Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1132: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T05:06:23.3737003Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:23.3910168Z /opt/conda/lib/python3.9/site-packages/numpy/lib/function_base.py:1080: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T05:06:23.3911012Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T05:06:23.4526838Z ok (0.092s) 2022-05-18T05:06:23.4584438Z test_hook_remove_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:23.5110408Z test_index_add_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.052s) 2022-05-18T05:06:23.5348031Z test_index_add_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-05-18T05:06:23.5576660Z test_index_copy_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-05-18T05:06:23.5744863Z test_index_copy_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:06:23.6004235Z test_index_copy_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-05-18T05:06:23.6268847Z test_index_copy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-05-18T05:06:23.6489112Z test_index_copy_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-05-18T05:06:23.6718562Z test_index_copy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-05-18T05:06:23.6937292Z test_index_copy_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-05-18T05:06:23.7105947Z test_index_copy_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:06:23.7273734Z test_index_copy_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:06:23.7435950Z test_index_copy_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-05-18T05:06:23.7603647Z test_index_copy_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:06:23.7771223Z test_index_copy_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:06:26.3183436Z test_index_copy_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (2.541s) 2022-05-18T05:06:26.3402969Z test_index_copy_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-05-18T05:06:26.3455858Z test_index_copy_scalars_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:26.3491155Z test_index_copy_scalars_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:26.3556200Z test_index_copy_scalars_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:26.3620439Z test_index_copy_scalars_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:06:26.3669931Z test_index_copy_scalars_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:26.3719985Z test_index_copy_scalars_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:26.3769700Z test_index_copy_scalars_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:06:26.3812194Z test_index_copy_scalars_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:26.3849045Z test_index_copy_scalars_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:26.3885700Z test_index_copy_scalars_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:26.3922490Z test_index_copy_scalars_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:26.3959400Z test_index_copy_scalars_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:06:26.4037497Z test_index_fill_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:26.4112410Z test_index_fill_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:26.4144268Z test_index_fill_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:26.4179916Z test_index_fill_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:26.4254460Z test_index_fill_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:26.4329479Z test_index_fill_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:26.4403678Z test_index_fill_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:26.4476038Z test_index_fill_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:26.4548438Z test_index_fill_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:26.4623311Z test_index_fill_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:06:26.4699528Z test_index_fill_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:26.4776845Z test_index_fill_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:06:26.4903248Z test_index_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:06:26.5218036Z test_index_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:06:26.5386343Z test_index_put_non_accumulate_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:06:26.5425527Z test_index_reduce_reduce_amax_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:2820: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:881.) 2022-05-18T05:06:26.5426265Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-05-18T05:06:26.5535584Z /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-05-18T05:06:26.5536061Z 2022-05-18T05:06:26.5536601Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-05-18T05:06:26.5537579Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-05-18T05:06:26.5538308Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-05-18T05:06:26.5538762Z warnings.warn(msg, FutureWarning) 2022-05-18T05:06:26.6484206Z ok (0.110s) 2022-05-18T05:06:26.7574971Z test_index_reduce_reduce_amax_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T05:06:26.8662240Z test_index_reduce_reduce_amax_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.109s) 2022-05-18T05:06:26.9725775Z test_index_reduce_reduce_amax_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T05:06:27.0824952Z test_index_reduce_reduce_amin_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T05:06:27.1909959Z test_index_reduce_reduce_amin_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T05:06:27.2994277Z test_index_reduce_reduce_amin_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T05:06:27.4046187Z test_index_reduce_reduce_amin_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.105s) 2022-05-18T05:06:27.5334865Z test_index_reduce_reduce_mean_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.129s) 2022-05-18T05:06:27.6625450Z test_index_reduce_reduce_mean_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.129s) 2022-05-18T05:06:27.7908814Z test_index_reduce_reduce_mean_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.128s) 2022-05-18T05:06:27.9163690Z test_index_reduce_reduce_mean_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.125s) 2022-05-18T05:06:28.0323520Z test_index_reduce_reduce_prod_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.116s) 2022-05-18T05:06:28.1456829Z test_index_reduce_reduce_prod_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.113s) 2022-05-18T05:06:28.2590479Z test_index_reduce_reduce_prod_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.113s) 2022-05-18T05:06:28.3690508Z test_index_reduce_reduce_prod_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.110s) 2022-05-18T05:06:28.3827743Z test_index_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:06:28.3924393Z test_index_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:06:28.4059598Z test_index_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-05-18T05:06:28.4194629Z test_index_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-05-18T05:06:28.4318540Z test_index_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:06:28.4437460Z test_index_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:06:28.4555508Z test_index_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:06:28.4652864Z test_index_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:06:28.4750501Z test_index_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:06:28.4846310Z test_index_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:06:28.4944117Z test_index_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:06:28.5042132Z test_index_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:06:28.5603404Z test_invalid_shapes_grid_sampler_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.056s) 2022-05-18T05:06:28.5631936Z test_is_set_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:06:28.5652109Z test_is_signed_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:28.5667291Z test_item_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5682017Z test_item_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5697238Z test_item_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5712116Z test_item_cuda_complex32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5727063Z test_item_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5747201Z test_item_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:06:28.5761994Z test_item_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5776918Z test_item_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5791800Z test_item_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5806729Z test_item_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5821750Z test_item_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5836560Z test_item_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:28.5851536Z test_item_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:06:47.7985039Z test_large_cumprod_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (19.213s) 2022-05-18T05:07:07.8139379Z test_large_cumsum_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (20.015s) 2022-05-18T05:07:07.8162926Z test_log_normal_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:07.8183773Z test_log_normal_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:07.8203469Z test_log_normal_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:07.8224571Z test_log_normal_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:07.8331594Z test_logcumsumexp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:07.8445337Z test_lognormal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:07.8581180Z test_lognormal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-05-18T05:07:07.8691747Z test_lognormal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:07.8804045Z test_lognormal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:07.8830754Z test_masked_fill_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.8867653Z test_masked_fill_cuda_bfloat16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.8908343Z test_masked_fill_cuda_bfloat16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.8945076Z test_masked_fill_cuda_bool_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.8990337Z test_masked_fill_cuda_bool_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9026332Z test_masked_fill_cuda_complex128_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.9065740Z test_masked_fill_cuda_complex128_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9102678Z test_masked_fill_cuda_complex64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9142533Z test_masked_fill_cuda_complex64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9179220Z test_masked_fill_cuda_float16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9219851Z test_masked_fill_cuda_float16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9256043Z test_masked_fill_cuda_float32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9301485Z test_masked_fill_cuda_float32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9337309Z test_masked_fill_cuda_float64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.9377760Z test_masked_fill_cuda_float64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9413388Z test_masked_fill_cuda_int16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.9452554Z test_masked_fill_cuda_int16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9489107Z test_masked_fill_cuda_int32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9528862Z test_masked_fill_cuda_int32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9564417Z test_masked_fill_cuda_int64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.9609154Z test_masked_fill_cuda_int64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9645294Z test_masked_fill_cuda_int8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.9684553Z test_masked_fill_cuda_int8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9720096Z test_masked_fill_cuda_uint8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.9759362Z test_masked_fill_cuda_uint8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:07.9875807Z test_masked_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:07.9903805Z test_masked_scatter_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:07.9972753Z test_masked_scatter_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0021125Z test_masked_scatter_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:07:08.0087745Z test_masked_scatter_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0156252Z test_masked_scatter_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0225700Z test_masked_scatter_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0293756Z test_masked_scatter_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0362831Z test_masked_scatter_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0431413Z test_masked_scatter_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0500213Z test_masked_scatter_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0572980Z test_masked_scatter_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0641208Z test_masked_scatter_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.0709719Z test_masked_scatter_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:08.1887898Z test_masked_scatter_large_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.118s) 2022-05-18T05:07:08.1990354Z test_masked_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:07:08.2063490Z test_masked_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2066291Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2102753Z ok (0.011s) 2022-05-18T05:07:08.2187791Z test_masked_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2188507Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2216426Z ok (0.011s) 2022-05-18T05:07:08.2292607Z test_masked_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2293297Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2328226Z ok (0.011s) 2022-05-18T05:07:08.2397840Z test_masked_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2398620Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2433985Z ok (0.010s) 2022-05-18T05:07:08.2513515Z test_masked_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2514214Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2548101Z ok (0.011s) 2022-05-18T05:07:08.2619076Z test_masked_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2619795Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2652714Z ok (0.010s) 2022-05-18T05:07:08.2723464Z test_masked_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2724306Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2757069Z ok (0.010s) 2022-05-18T05:07:08.2828463Z test_masked_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2829155Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2857352Z ok (0.010s) 2022-05-18T05:07:08.2934600Z test_masked_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.2935311Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.2963102Z ok (0.010s) 2022-05-18T05:07:08.3038568Z test_masked_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.3039243Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.3066198Z ok (0.010s) 2022-05-18T05:07:08.3154164Z test_masked_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.3154863Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.3183133Z ok (0.012s) 2022-05-18T05:07:08.3259465Z test_masked_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3459: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T05:07:08.3260159Z torch.masked_select(src, mask, out=dst3) 2022-05-18T05:07:08.3288116Z ok (0.010s) 2022-05-18T05:07:08.3395473Z test_masked_select_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:08.3525774Z test_memory_format_clone_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-05-18T05:07:08.3581994Z test_memory_format_consistency_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:07:08.4235174Z test_memory_format_cpu_and_cuda_ops_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.065s) 2022-05-18T05:07:08.4343698Z test_memory_format_empty_like_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:08.4866974Z test_memory_format_factory_like_functions_preserve_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.052s) 2022-05-18T05:07:08.6405415Z test_memory_format_operators_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.154s) 2022-05-18T05:07:08.6428229Z test_memory_format_preserved_after_permute_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:08.6478832Z test_memory_format_propagation_rules_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:07:08.6585255Z test_memory_format_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:08.6691620Z test_memory_format_type_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:08.7485567Z test_memory_format_type_shortcuts_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.079s) 2022-05-18T05:07:08.7513387Z test_multinomial_cpu_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:08.7540911Z test_multinomial_cpu_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:08.7568124Z test_multinomial_cpu_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:08.7969532Z test_multinomial_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.040s) 2022-05-18T05:07:08.8358079Z test_multinomial_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.039s) 2022-05-18T05:07:08.8748952Z test_multinomial_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.039s) 2022-05-18T05:07:08.9110194Z test_multinomial_deterministic_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.036s) 2022-05-18T05:07:08.9458123Z test_multinomial_deterministic_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-05-18T05:07:09.0222284Z test_multinomial_deterministic_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-05-18T05:07:09.0289558Z test_multinomial_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:09.0306854Z test_multinomial_empty_w_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:09.0323332Z test_multinomial_empty_wo_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:09.0338059Z test_multinomial_gpu_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:09.0531975Z test_multinomial_invalid_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-05-18T05:07:09.0686152Z test_multinomial_invalid_distribution_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-05-18T05:07:09.0710873Z test_multinomial_rng_state_advance_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:07:09.0731409Z test_narrow_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:09.0855784Z test_nondeterministic_alert_AdaptiveAvgPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:09.0962122Z test_nondeterministic_alert_AdaptiveAvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.1068835Z test_nondeterministic_alert_AdaptiveMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.1176673Z test_nondeterministic_alert_AvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.1288917Z test_nondeterministic_alert_CTCLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.1435274Z test_nondeterministic_alert_EmbeddingBag_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:09.1568720Z test_nondeterministic_alert_FractionalMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-05-18T05:07:09.1683408Z test_nondeterministic_alert_FractionalMaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.1791936Z test_nondeterministic_alert_MaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.1911136Z test_nondeterministic_alert_NLLLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:09.2021028Z test_nondeterministic_alert_ReflectionPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.2128869Z test_nondeterministic_alert_ReflectionPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.2239084Z test_nondeterministic_alert_ReflectionPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.2347286Z test_nondeterministic_alert_ReplicationPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.2460923Z test_nondeterministic_alert_ReplicationPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.2571500Z test_nondeterministic_alert_ReplicationPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.2709865Z test_nondeterministic_alert_bincount_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:09.2945955Z test_nondeterministic_alert_gather_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-05-18T05:07:09.3053014Z test_nondeterministic_alert_grid_sample_2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.3159736Z test_nondeterministic_alert_grid_sample_3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.3307282Z test_nondeterministic_alert_histc_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-05-18T05:07:09.3428895Z test_nondeterministic_alert_interpolate_bicubic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:09.3554303Z test_nondeterministic_alert_interpolate_bilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:09.3675737Z test_nondeterministic_alert_interpolate_linear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:09.3796661Z test_nondeterministic_alert_interpolate_trilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:09.4050669Z test_nondeterministic_alert_kthvalue_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-05-18T05:07:09.4328074Z test_nondeterministic_alert_median_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.028s) 2022-05-18T05:07:09.4490630Z test_nondeterministic_alert_put_accumulate_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-05-18T05:07:09.4651255Z test_nondeterministic_alert_put_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-05-18T05:07:09.4883874Z test_nondeterministic_alert_scatter_add_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-05-18T05:07:09.4998578Z test_normal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:09.5103259Z test_normal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:07:09.5209184Z test_normal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:07:09.5312802Z test_normal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:07:09.5823438Z test_nullary_op_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.051s) 2022-05-18T05:07:09.5861462Z test_pairwise_distance_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.5890317Z test_pdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:09.5906021Z test_pdist_norm_backward_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:07:09.5930438Z test_pdist_norm_forward_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:07:09.5939726Z test_pdist_norm_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:07:09.5980603Z test_pickle_gradscaler_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.6012894Z test_pin_memory_from_constructor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:09.6043384Z test_put_accumulate_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:09.6092450Z test_put_accumulate_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:07:09.6133603Z test_put_accumulate_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.6162874Z test_put_accumulate_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:09.6203908Z test_put_accumulate_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.6247737Z test_put_accumulate_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.6284447Z test_put_accumulate_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.6320238Z test_put_accumulate_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:09.6356088Z test_put_accumulate_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:09.6393157Z test_put_accumulate_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.6430562Z test_put_accumulate_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:09.7494101Z test_put_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T05:07:09.8710725Z test_put_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.122s) 2022-05-18T05:07:09.9964579Z test_put_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.125s) 2022-05-18T05:07:10.1030130Z test_put_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.106s) 2022-05-18T05:07:10.2100870Z test_put_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.107s) 2022-05-18T05:07:10.3119238Z test_put_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.102s) 2022-05-18T05:07:10.3839265Z test_put_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T05:07:10.4560426Z test_put_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T05:07:10.5237760Z test_put_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.068s) 2022-05-18T05:07:10.5965252Z test_put_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.073s) 2022-05-18T05:07:10.6687044Z test_put_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.072s) 2022-05-18T05:07:10.6743054Z test_put_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:07:10.7054818Z test_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-05-18T05:07:10.7095599Z test_repeat_interleave_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:10.8317714Z test_scalar_check_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.122s) 2022-05-18T05:07:10.8341900Z test_scatter_add_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:10.8372627Z test_scatter_add_non_unique_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:13.9638110Z test_scatter_add_one_dim_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (3.126s) 2022-05-18T05:07:13.9663367Z test_scatter_add_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:13.9686167Z test_scatter_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:13.9861071Z test_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:13.9934323Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:14.0007618Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:14.0080866Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:14.0154002Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:14.0232208Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.0304795Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:14.0377507Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:14.0430493Z test_scatter_reduce_non_unique_index_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:07:14.0460179Z test_scatter_reduce_non_unique_index_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0489320Z test_scatter_reduce_non_unique_index_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0518921Z test_scatter_reduce_non_unique_index_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0570021Z test_scatter_reduce_non_unique_index_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:07:14.0625857Z test_scatter_reduce_non_unique_index_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:07:14.0675980Z test_scatter_reduce_non_unique_index_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:07:14.0705648Z test_scatter_reduce_non_unique_index_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0735166Z test_scatter_reduce_non_unique_index_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0764439Z test_scatter_reduce_non_unique_index_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0793851Z test_scatter_reduce_non_unique_index_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0823408Z test_scatter_reduce_non_unique_index_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0858967Z test_scatter_reduce_operations_to_large_input_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0894664Z test_scatter_reduce_operations_to_large_input_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0925607Z test_scatter_reduce_operations_to_large_input_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0956629Z test_scatter_reduce_operations_to_large_input_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.0991703Z test_scatter_reduce_operations_to_large_input_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1027071Z test_scatter_reduce_operations_to_large_input_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1062116Z test_scatter_reduce_operations_to_large_input_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1092768Z test_scatter_reduce_operations_to_large_input_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1123794Z test_scatter_reduce_operations_to_large_input_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1159794Z test_scatter_reduce_operations_to_large_input_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:14.1191031Z test_scatter_reduce_operations_to_large_input_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1222501Z test_scatter_reduce_operations_to_large_input_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1254952Z test_scatter_reduce_scalar_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1283388Z test_scatter_reduce_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1312167Z test_scatter_reduce_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1341032Z test_scatter_reduce_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1373681Z test_scatter_reduce_scalar_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1411779Z test_scatter_reduce_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:14.1444303Z test_scatter_reduce_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1472946Z test_scatter_reduce_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1501612Z test_scatter_reduce_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1530155Z test_scatter_reduce_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1558498Z test_scatter_reduce_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1587388Z test_scatter_reduce_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.1611550Z test_scatter_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:14.1635882Z test_scatter_zero_size_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:14.1692800Z test_serialization_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:07:14.1869953Z test_set_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-05-18T05:07:14.2040737Z test_set_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.2216534Z test_set_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.2393308Z test_set_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-05-18T05:07:14.2568356Z test_set_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.2743711Z test_set_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.2923345Z test_set_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-05-18T05:07:14.3093547Z test_set_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.3264169Z test_set_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.3434432Z test_set_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.3604701Z test_set_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.3774960Z test_set_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-05-18T05:07:14.3924878Z test_shift_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-05-18T05:07:14.3938047Z test_skip_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:07:14.3960136Z test_storage_all_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:14.4060579Z test_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:07:14.4278108Z test_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-05-18T05:07:14.4456204Z test_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-05-18T05:07:14.4602310Z test_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-05-18T05:07:14.4765392Z test_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-05-18T05:07:14.4873990Z test_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:07:14.4998916Z test_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:07:14.5134655Z test_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-05-18T05:07:14.5237286Z test_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:07:14.5339699Z test_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:07:14.5417874Z test_storage_setitem_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.5503065Z test_storage_setitem_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.5587385Z test_storage_setitem_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.5672444Z test_storage_setitem_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.5762763Z test_storage_setitem_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:07:14.5847365Z test_storage_setitem_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.5932797Z test_storage_setitem_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.6018169Z test_storage_setitem_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.6103033Z test_storage_setitem_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.6127327Z test_storage_setitem_cuda_qint32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:14.6151530Z test_storage_setitem_cuda_qint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:14.6175660Z test_storage_setitem_cuda_quint4x2 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:14.6204916Z test_storage_setitem_cuda_quint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:14.6289232Z test_storage_setitem_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:07:14.7688080Z test_strides_propagation_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.140s) 2022-05-18T05:07:14.7724029Z test_sync_warning_cuda (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/cuda/__init__.py:567: UserWarning: Synchronization debug mode is a prototype feature and does not yet detect all synchronizing operations (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:514.) 2022-05-18T05:07:14.7724837Z torch._C._cuda_set_sync_debug_mode(debug_mode) 2022-05-18T05:07:14.8669257Z ok (0.098s) 2022-05-18T05:07:14.8858269Z test_take_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-05-18T05:07:14.8995137Z test_take_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:14.9201016Z test_take_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:14.9411323Z test_take_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-05-18T05:07:14.9600661Z test_take_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-05-18T05:07:14.9785427Z test_take_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-05-18T05:07:14.9965362Z test_take_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-05-18T05:07:15.0105284Z test_take_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:15.0244339Z test_take_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:15.0382749Z test_take_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:15.0521101Z test_take_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:15.0660560Z test_take_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-05-18T05:07:15.0699111Z test_take_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:15.0898119Z test_tensor_from_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.1092299Z test_tensor_from_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-05-18T05:07:15.1292533Z test_tensor_from_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.1493710Z test_tensor_from_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.1692267Z test_tensor_from_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.1891440Z test_tensor_from_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.2089682Z test_tensor_from_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.2289240Z test_tensor_from_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.2483405Z test_tensor_from_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-05-18T05:07:15.2679922Z test_tensor_from_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:07:15.2874171Z test_tensor_from_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-05-18T05:07:15.3068485Z test_tensor_from_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-05-18T05:07:15.3082370Z test_tensor_set_errors_multigpu_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:15.3241511Z test_tensor_shape_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-05-18T05:07:15.3263019Z test_tensor_storage_type_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3281998Z test_tensor_storage_type_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3308585Z test_tensor_storage_type_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:15.3329486Z test_tensor_storage_type_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3349911Z test_tensor_storage_type_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3369937Z test_tensor_storage_type_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3390373Z test_tensor_storage_type_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3409577Z test_tensor_storage_type_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3429084Z test_tensor_storage_type_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3448393Z test_tensor_storage_type_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3472807Z test_tensor_storage_type_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3491893Z test_tensor_storage_type_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3511282Z test_ternary_op_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:07:15.3550327Z test_unfold_all_devices_and_dtypes_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:07:15.3577590Z test_unfold_scalars_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:07:15.3643493Z test_uniform_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:07:15.3708513Z test_uniform_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:07:15.3776943Z test_uniform_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:15.3849104Z test_uniform_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:07:15.3864824Z test_warn_always_caught_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:15.4139536Z test_where_scalar_handcrafted_values_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-05-18T05:07:15.4155534Z test_cuda_vitals_gpu_only_cuda (__main__.TestVitalSignsCudaCUDA) ... [TORCH_VITAL] Dataloader.enabled True 2022-05-18T05:07:15.4156023Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T05:07:15.4156345Z [TORCH_VITAL] CUDA.used true 2022-05-18T05:07:15.4158616Z ok (0.001s) 2022-05-18T05:07:15.4159227Z 2022-05-18T05:07:15.4159638Z ---------------------------------------------------------------------- 2022-05-18T05:07:15.4161546Z Ran 877 tests in 90.793s 2022-05-18T05:07:15.4161736Z 2022-05-18T05:07:15.4162343Z OK (skipped=26) 2022-05-18T05:07:15.4162616Z 2022-05-18T05:07:15.4162908Z Generating XML reports... 2022-05-18T05:07:15.4203204Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220518050544.xml 2022-05-18T05:07:15.4223720Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestDevicePrecisionCUDA-20220518050544.xml 2022-05-18T05:07:15.4379344Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220518050544.xml 2022-05-18T05:07:15.4982774Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCUDA-20220518050544.xml 2022-05-18T05:07:15.4985915Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCUDA-20220518050544.xml 2022-05-18T05:07:15.7264430Z [TORCH_VITAL] Dataloader.enabled True 2022-05-18T05:07:15.7264847Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T05:07:15.7265167Z [TORCH_VITAL] CUDA.used true 2022-05-18T05:07:15.8605834Z Running test_tensor_creation_ops ... [2022-05-18 05:07:15.860036] 2022-05-18T05:07:15.8606569Z Executing ['/opt/conda/bin/python', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:07:15.860147] 2022-05-18T05:07:18.8887717Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-05-18T05:07:18.8997433Z 2022-05-18T05:07:18.8997916Z Running tests... 2022-05-18T05:07:18.8998413Z ---------------------------------------------------------------------- 2022-05-18T05:07:18.9024951Z test_alias_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:18.9037608Z test_alias_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9051027Z test_alias_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9064957Z test_alias_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9077877Z test_alias_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9090964Z test_alias_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9104522Z test_alias_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9117804Z test_alias_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9132133Z test_alias_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9145259Z test_alias_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9158005Z test_alias_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9245596Z test_alias_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2022-05-18T05:07:18.9354744Z test_alias_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2022-05-18T05:07:18.9433705Z test_alias_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-05-18T05:07:18.9504825Z test_alias_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:18.9576074Z test_alias_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:18.9644837Z test_alias_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:18.9698733Z test_alias_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:18.9752111Z test_alias_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:18.9804328Z test_alias_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:18.9857232Z test_alias_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:18.9910563Z test_alias_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:18.9922898Z test_alias_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9935762Z test_alias_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9948378Z test_alias_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9960769Z test_alias_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9973579Z test_alias_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9986837Z test_alias_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:18.9999775Z test_alias_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0015560Z test_alias_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0028302Z test_alias_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0040724Z test_alias_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0053241Z test_alias_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0122362Z test_alias_from_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:19.0172816Z test_alias_from_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:19.0243677Z test_alias_from_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:19.0317690Z test_alias_from_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:19.0386915Z test_alias_from_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:19.0459322Z test_alias_from_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-05-18T05:07:19.0524624Z test_alias_from_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-05-18T05:07:19.0576423Z test_alias_from_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:19.0627204Z test_alias_from_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:19.0674971Z test_alias_from_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:19.0723824Z test_alias_from_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:19.0772993Z test_alias_from_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-05-18T05:07:19.0791005Z test_astensor_consistency_cuda (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:19.0804281Z test_copy_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0821317Z test_copy_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:19.0834107Z test_copy_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0847077Z test_copy_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0860287Z test_copy_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0873251Z test_copy_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0886213Z test_copy_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0899458Z test_copy_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0912243Z test_copy_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0925268Z test_copy_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.0938239Z test_copy_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.1113898Z test_copy_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-05-18T05:07:19.1191326Z test_copy_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:3866: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T05:07:19.1193079Z result = torch.asarray(cvt(original), **kwargs) 2022-05-18T05:07:19.1290959Z ok (0.018s) 2022-05-18T05:07:19.1461075Z test_copy_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-05-18T05:07:19.1626417Z test_copy_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-05-18T05:07:19.1790500Z test_copy_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-05-18T05:07:19.1952947Z test_copy_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-05-18T05:07:19.2107625Z test_copy_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.2255830Z test_copy_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.2401585Z test_copy_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.2560158Z test_copy_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-05-18T05:07:19.2706606Z test_copy_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.2719786Z test_copy_from_dlpack_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2732755Z test_copy_from_dlpack_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2745507Z test_copy_from_dlpack_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2756690Z test_copy_from_dlpack_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2767939Z test_copy_from_dlpack_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2779538Z test_copy_from_dlpack_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2790810Z test_copy_from_dlpack_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2802241Z test_copy_from_dlpack_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2817745Z test_copy_from_dlpack_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2828939Z test_copy_from_dlpack_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2840235Z test_copy_from_dlpack_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2850987Z test_copy_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2862129Z test_copy_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2872775Z test_copy_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2883748Z test_copy_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2894426Z test_copy_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2906067Z test_copy_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2916685Z test_copy_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2927559Z test_copy_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2938680Z test_copy_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2953519Z test_copy_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2964211Z test_copy_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.2975667Z test_copy_from_tensor_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2987357Z test_copy_from_tensor_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.2998553Z test_copy_from_tensor_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3009835Z test_copy_from_tensor_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3021392Z test_copy_from_tensor_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3032600Z test_copy_from_tensor_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3043875Z test_copy_from_tensor_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3055133Z test_copy_from_tensor_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3066602Z test_copy_from_tensor_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3077935Z test_copy_from_tensor_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3093519Z test_copy_from_tensor_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.3136544Z test_copy_list_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3175206Z test_copy_list_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3219461Z test_copy_list_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3264374Z test_copy_list_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3308645Z test_copy_list_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3352171Z test_copy_list_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3395214Z test_copy_list_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3438313Z test_copy_list_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3477177Z test_copy_list_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3517411Z test_copy_list_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3557487Z test_copy_list_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3595498Z test_copy_list_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-05-18T05:07:19.3750637Z test_copy_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.3890204Z test_copy_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-05-18T05:07:19.4047163Z test_copy_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-05-18T05:07:19.4210717Z test_copy_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-05-18T05:07:19.4365342Z test_copy_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.4520988Z test_copy_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.4675975Z test_copy_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-05-18T05:07:19.4818571Z test_copy_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-05-18T05:07:19.4958717Z test_copy_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-05-18T05:07:19.5097723Z test_copy_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-05-18T05:07:19.5240692Z test_copy_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-05-18T05:07:19.5385583Z test_copy_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-05-18T05:07:19.5411334Z test_retain_autograd_history_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5436020Z test_retain_autograd_history_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5499631Z test_unsupported_alias_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-05-18T05:07:19.5512781Z test_unsupported_alias_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.5528538Z test_empty_like_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:19.5546504Z test_full_like_inference_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5568604Z test_ones_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5581764Z test_ones_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.5603686Z test_zeros_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.5616406Z test_zeros_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:19.5809071Z test_normal_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.019s) 2022-05-18T05:07:19.5995393Z test_normal_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.019s) 2022-05-18T05:07:19.6231396Z test_normal_std_error_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.023s) 2022-05-18T05:07:19.6256724Z test_rand_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6282214Z test_rand_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6307902Z test_rand_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6336849Z test_rand_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:19.6361260Z test_rand_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6384977Z test_randint_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:19.6407345Z test_randint_inference_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:19.6432568Z test_randn_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6458112Z test_randn_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6483960Z test_randn_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6509984Z test_randn_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6535540Z test_randn_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6565114Z test_randn_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:19.6590050Z test_randn_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.6614227Z test_random_neg_values_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:19.8797341Z test_randperm_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.218s) 2022-05-18T05:07:20.0652851Z test_randperm_device_compatibility_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.185s) 2022-05-18T05:07:20.0858142Z test_uniform_from_to_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.020s) 2022-05-18T05:07:20.1077405Z test_uniform_from_to_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.022s) 2022-05-18T05:07:20.1764385Z test_uniform_from_to_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.069s) 2022-05-18T05:07:20.3118349Z test_uniform_from_to_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.135s) 2022-05-18T05:07:20.3145523Z test_arange_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:20.3218629Z test_arange_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.007s) 2022-05-18T05:07:20.3236637Z test_arange_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.3254984Z test_arange_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.3272786Z test_arange_device_vs_cpu_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.3289685Z test_arange_device_vs_cpu_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.3321754Z test_arange_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:07:20.3462807Z test_as_strided_neg_cuda (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:07:20.3497918Z test_as_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:07:20.4062516Z test_block_diag_cuda (__main__.TestTensorCreationCUDA) ... ok (0.056s) 2022-05-18T05:07:20.4120032Z test_block_diag_scipy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-05-18T05:07:20.4151767Z test_cartesian_prod_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:20.4182286Z test_cat2_cuda_float16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:07:20.4212229Z test_cat2_cuda_float64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:07:20.4242570Z test_cat2_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:07:20.4360971Z test_cat_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-05-18T05:07:20.4377793Z test_cat_bad_input_sizes_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:20.4397700Z test_cat_big_cuda (__main__.TestTensorCreationCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:07:20.4483801Z test_cat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:07:20.4498514Z test_cat_different_devices_cuda (__main__.TestTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:07:20.4702390Z test_cat_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-05-18T05:07:20.4758621Z test_cat_empty_legacy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-05-18T05:07:20.5768985Z test_cat_in_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.101s) 2022-05-18T05:07:20.5832351Z test_cat_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-05-18T05:07:20.5851584Z test_cat_out_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.5985899Z test_cat_out_cuda (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:640: UserWarning: An output with one or more elements was resized since it had shape [4, 6], which does not match the required output shape [8, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:07:20.5986882Z torch.cat([x, y], dim=0, out=y) 2022-05-18T05:07:20.6034131Z /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:647: UserWarning: An output with one or more elements was resized since it had shape [2, 6], which does not match the required output shape [12, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:07:20.6035136Z torch.cat([y, z], out=z[:2, :]) 2022-05-18T05:07:20.6064411Z ok (0.021s) 2022-05-18T05:07:20.6098379Z test_cat_out_memory_format_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:20.6132574Z test_cat_preserve_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:20.6145306Z test_cat_scalars_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:20.6362531Z test_cat_stack_cross_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.022s) 2022-05-18T05:07:20.6445109Z test_combinations_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-05-18T05:07:20.6456791Z test_complex_type_conversions_cuda (__main__.TestTensorCreationCUDA) ... skip: real and imag not implemented for complex (0.001s) 2022-05-18T05:07:20.6499184Z test_constructor_device_legacy_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:07:20.6528569Z test_constructor_dtypes_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:07:20.6660324Z test_ctor_with_numpy_array_cuda (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-05-18T05:07:20.6681306Z test_device_rounding_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.6703195Z test_device_rounding_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.6724833Z test_device_rounding_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:20.6741296Z test_diag_embed_cuda_float32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:20.6788589Z test_diagflat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-05-18T05:07:20.7090698Z test_dsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.030s) 2022-05-18T05:07:20.7377419Z test_dsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-05-18T05:07:20.7640299Z test_dsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-05-18T05:07:20.8152115Z test_dstack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-05-18T05:07:20.8657360Z test_dstack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-05-18T05:07:20.9157866Z test_dstack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-05-18T05:07:20.9656223Z test_dstack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-05-18T05:07:21.0153703Z test_dstack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-05-18T05:07:21.0179409Z test_dstack_cuda_int16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:976: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T05:07:21.0180218Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-05-18T05:07:21.0429353Z ok (0.027s) 2022-05-18T05:07:21.0704045Z test_dstack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-05-18T05:07:21.0981364Z test_dstack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-05-18T05:07:21.1253653Z test_dstack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-05-18T05:07:21.1526600Z test_dstack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-05-18T05:07:21.2367715Z test_empty_full_cuda (__main__.TestTensorCreationCUDA) ... ok (0.084s) 2022-05-18T05:07:21.2528380Z test_empty_overflow_cuda (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-05-18T05:07:21.2561109Z test_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:21.2593379Z test_empty_tensor_props_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:07:21.4970507Z test_eye_cuda (__main__.TestTensorCreationCUDA) ... ok (0.238s) 2022-05-18T05:07:21.8106445Z test_fill_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.313s) 2022-05-18T05:07:21.8128951Z test_float_to_int_conversion_finite_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8151829Z test_float_to_int_conversion_finite_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8174418Z test_float_to_int_conversion_finite_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8197030Z test_float_to_int_conversion_finite_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8220180Z test_float_to_int_conversion_finite_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8242569Z test_float_to_int_conversion_finite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8255670Z test_float_to_int_conversion_nonfinite_cuda_bool (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:21.8268727Z test_float_to_int_conversion_nonfinite_cuda_int16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:21.8286388Z test_float_to_int_conversion_nonfinite_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:07:21.8299896Z test_float_to_int_conversion_nonfinite_cuda_int64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:21.8312297Z test_float_to_int_conversion_nonfinite_cuda_int8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:21.8324894Z test_float_to_int_conversion_nonfinite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:07:21.8347337Z test_full_inference_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8369568Z test_full_inference_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8392479Z test_full_inference_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:21.8429613Z test_full_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:07:21.8810306Z test_hsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.038s) 2022-05-18T05:07:21.9172187Z test_hsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.036s) 2022-05-18T05:07:21.9499219Z test_hsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-05-18T05:07:22.0441902Z test_hstack_column_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.094s) 2022-05-18T05:07:22.1384710Z test_hstack_column_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.094s) 2022-05-18T05:07:22.2320782Z test_hstack_column_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.093s) 2022-05-18T05:07:22.3258190Z test_hstack_column_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.094s) 2022-05-18T05:07:22.4193998Z test_hstack_column_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.093s) 2022-05-18T05:07:22.4870846Z test_hstack_column_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.068s) 2022-05-18T05:07:22.5543849Z test_hstack_column_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-05-18T05:07:22.6208125Z test_hstack_column_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.066s) 2022-05-18T05:07:22.6874691Z test_hstack_column_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-05-18T05:07:22.7542510Z test_hstack_column_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-05-18T05:07:23.6120902Z test_kaiser_window_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.858s) 2022-05-18T05:07:24.4388117Z test_kaiser_window_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.827s) 2022-05-18T05:07:25.2573117Z test_kaiser_window_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.818s) 2022-05-18T05:07:26.1160624Z test_kaiser_window_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.859s) 2022-05-18T05:07:26.3256095Z test_kaiser_window_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.210s) 2022-05-18T05:07:26.3273681Z test_large_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:26.3290577Z test_large_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:07:26.4984443Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cuda (__main__.TestTensorCreationCUDA) ... ok (0.169s) 2022-05-18T05:07:26.5133475Z test_linlogspace_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:07:26.5258000Z test_linspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-05-18T05:07:40.5917611Z test_linspace_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (14.066s) 2022-05-18T05:07:54.5213831Z test_linspace_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (13.929s) 2022-05-18T05:08:08.5230228Z test_linspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (14.002s) 2022-05-18T05:08:22.3751133Z test_linspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (13.852s) 2022-05-18T05:08:22.3869627Z test_linspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-05-18T05:08:36.3954206Z test_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (14.008s) 2022-05-18T05:08:50.3902328Z test_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (13.995s) 2022-05-18T05:08:50.4013489Z test_linspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-05-18T05:08:50.4124778Z test_linspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-05-18T05:08:50.4142261Z test_linspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4159706Z test_linspace_device_vs_cpu_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4177561Z test_linspace_device_vs_cpu_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4196745Z test_linspace_device_vs_cpu_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4214279Z test_linspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4232697Z test_linspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4249974Z test_linspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4269904Z test_linspace_special_steps_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4292067Z test_linspace_special_steps_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4312205Z test_linspace_special_steps_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4331334Z test_linspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4350834Z test_linspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.4370086Z test_linspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.5304210Z test_linspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.093s) 2022-05-18T05:08:50.6238793Z test_linspace_vs_numpy_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.093s) 2022-05-18T05:08:50.7210590Z test_linspace_vs_numpy_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-05-18T05:08:50.7651957Z test_linspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.044s) 2022-05-18T05:08:50.8050090Z test_linspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.040s) 2022-05-18T05:08:50.8071537Z test_logspace_base2_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.8090696Z test_logspace_base2_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.8110065Z test_logspace_base2_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.8219234Z test_logspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-05-18T05:08:50.8332218Z test_logspace_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-05-18T05:08:50.8551160Z test_logspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.022s) 2022-05-18T05:08:50.8653200Z test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-05-18T05:08:50.8736958Z test_logspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:3151: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T05:08:50.8738949Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2022-05-18T05:08:50.8754039Z ok (0.010s) 2022-05-18T05:08:50.8853040Z test_logspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-05-18T05:08:50.8950029Z test_logspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-05-18T05:08:50.9048526Z test_logspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-05-18T05:08:50.9147506Z test_logspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-05-18T05:08:50.9172348Z test_logspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.9191460Z test_logspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.9210215Z test_logspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.9229369Z test_logspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.9255263Z test_logspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.9281290Z test_logspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:50.9306897Z test_logspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.0281680Z test_logspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-05-18T05:08:51.3149127Z test_logspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.287s) 2022-05-18T05:08:51.5976673Z test_logspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.283s) 2022-05-18T05:08:51.6008460Z test_meshgrid_default_indexing_cuda (__main__.TestTensorCreationCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/functional.py:478: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:2904.) 2022-05-18T05:08:51.6009416Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-05-18T05:08:51.6023849Z ok (0.005s) 2022-05-18T05:08:51.6069369Z test_meshgrid_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:51.6112285Z test_meshgrid_ij_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:51.6134686Z test_meshgrid_ij_indexing_is_default_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6180993Z test_meshgrid_inconsistent_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-05-18T05:08:51.6227203Z test_meshgrid_inconsistent_dtype_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:51.6277790Z test_meshgrid_non_1d_tensor_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-05-18T05:08:51.6318761Z test_meshgrid_unsupported_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:51.6534765Z test_meshgrid_vs_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-05-18T05:08:51.6552370Z test_meshgrid_warns_if_no_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6596630Z test_meshgrid_xy_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:51.6652646Z test_new_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-05-18T05:08:51.6671937Z test_new_methods_requires_grad_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:08:51.6708436Z test_new_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:08:51.6721911Z test_offset_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:08:51.6762160Z test_ones_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:51.6790797Z test_random_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:51.6816063Z test_random_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6841033Z test_random_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6866287Z test_random_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6891360Z test_random_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6916631Z test_random_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6946773Z test_random_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:51.6971262Z test_random_default_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.6995860Z test_random_default_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.7020379Z test_random_default_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.7044363Z test_random_default_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.7068846Z test_random_default_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.7093266Z test_random_default_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.7117717Z test_random_default_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.7148381Z test_random_default_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:51.7172426Z test_random_default_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:51.9723444Z test_random_from_to_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.255s) 2022-05-18T05:08:52.0255545Z test_random_from_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.053s) 2022-05-18T05:08:52.0755471Z test_random_from_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-05-18T05:08:52.1254724Z test_random_from_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-05-18T05:08:52.1752844Z test_random_from_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-05-18T05:08:52.4502555Z test_random_from_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.275s) 2022-05-18T05:08:52.7261160Z test_random_from_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.276s) 2022-05-18T05:08:52.7652962Z test_random_from_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.039s) 2022-05-18T05:08:53.0400107Z test_random_from_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.274s) 2022-05-18T05:08:53.2806432Z test_random_from_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.240s) 2022-05-18T05:08:53.2838592Z test_random_full_range_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.2869718Z test_random_full_range_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.2900953Z test_random_full_range_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.2931007Z test_random_full_range_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.2966965Z test_random_full_range_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.2997744Z test_random_full_range_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.3028398Z test_random_full_range_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.3059085Z test_random_full_range_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.3089502Z test_random_full_range_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:53.3234951Z test_random_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1926: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-05-18T05:08:53.3235809Z t.random_(to_) 2022-05-18T05:08:53.3239679Z ok (0.015s) 2022-05-18T05:08:53.3384869Z test_random_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1926: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-05-18T05:08:53.3385685Z t.random_(to_) 2022-05-18T05:08:53.3390112Z ok (0.015s) 2022-05-18T05:08:53.3535109Z test_random_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1926: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-05-18T05:08:53.3535935Z t.random_(to_) 2022-05-18T05:08:53.3540173Z ok (0.015s) 2022-05-18T05:08:53.3689865Z test_random_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1926: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-05-18T05:08:53.3690692Z t.random_(to_) 2022-05-18T05:08:53.3694601Z ok (0.015s) 2022-05-18T05:08:53.4004171Z test_random_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-05-18T05:08:53.4313389Z test_random_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-05-18T05:08:53.4463932Z test_random_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:08:53.4773089Z test_random_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-05-18T05:08:53.5030935Z test_random_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-05-18T05:08:53.5078945Z test_range_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-05-18T05:08:53.8304598Z test_range_factories_64bit_indexing_cuda (__main__.TestTensorCreationCUDA) ... skip: Insufficient cuda:0 memory (0.322s) 2022-05-18T05:08:53.8356021Z test_range_warning_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-05-18T05:08:53.8639710Z test_repeat_interleave_cuda (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-05-18T05:08:53.8969402Z test_roll_cuda (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-05-18T05:08:53.9129632Z test_signal_window_functions_window_bartlett_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-05-18T05:08:53.9289563Z test_signal_window_functions_window_bartlett_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-05-18T05:08:53.9444032Z test_signal_window_functions_window_bartlett_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:08:53.9574137Z test_signal_window_functions_window_bartlett_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-05-18T05:08:53.9633517Z test_signal_window_functions_window_bartlett_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-05-18T05:08:53.9781146Z test_signal_window_functions_window_blackman_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:08:53.9928134Z test_signal_window_functions_window_blackman_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:08:54.0076434Z test_signal_window_functions_window_blackman_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:08:54.0220376Z test_signal_window_functions_window_blackman_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.0278260Z test_signal_window_functions_window_blackman_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-05-18T05:08:54.0422855Z test_signal_window_functions_window_hamming_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.0567194Z test_signal_window_functions_window_hamming_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.0713236Z test_signal_window_functions_window_hamming_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.0858868Z test_signal_window_functions_window_hamming_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:08:54.0924158Z test_signal_window_functions_window_hamming_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-05-18T05:08:54.1061079Z test_signal_window_functions_window_hann_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.1197466Z test_signal_window_functions_window_hann_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.1336911Z test_signal_window_functions_window_hann_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.1471615Z test_signal_window_functions_window_hann_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-05-18T05:08:54.1529743Z test_signal_window_functions_window_hann_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-05-18T05:08:54.1551284Z test_simple_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:08:54.1574450Z test_stack_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:08:54.1605328Z test_stack_out_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:08:54.1830846Z test_strided_mismatched_stride_shape_cuda (__main__.TestTensorCreationCUDA) ... ok (0.022s) 2022-05-18T05:08:54.1876703Z test_tensor_ctor_device_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:54.1954636Z test_tensor_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-05-18T05:08:54.4297324Z test_tensor_factories_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.234s) 2022-05-18T05:08:54.4320606Z test_tensor_factory_copy_var_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:08:54.4366295Z test_tensor_factory_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:08:54.4385170Z test_tensor_factory_gpu_type_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:54.4412535Z test_tensor_factory_gpu_type_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:54.4446300Z test_tensor_factory_type_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:08:54.4461677Z test_tensor_from_non_writable_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-05-18T05:08:54.4479461Z test_tensor_from_sequence_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:08:54.4501850Z test_torch_complex_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:54.4523485Z test_torch_complex_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:54.4547475Z test_torch_complex_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:54.4618249Z test_torch_complex_floating_dtype_error_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.4685153Z test_torch_complex_floating_dtype_error_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.4757331Z test_torch_complex_floating_dtype_error_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.4824722Z test_torch_complex_floating_dtype_error_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.4892772Z test_torch_complex_floating_dtype_error_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.4959738Z test_torch_complex_floating_dtype_error_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.5026911Z test_torch_complex_floating_dtype_error_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.5093600Z test_torch_complex_floating_dtype_error_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.5201728Z test_torch_complex_out_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-05-18T05:08:54.5308146Z test_torch_complex_out_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-05-18T05:08:54.5455871Z test_torch_complex_same_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-05-18T05:08:54.5600313Z test_torch_complex_same_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-05-18T05:08:54.5624497Z test_torch_polar_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:54.5649224Z test_torch_polar_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:54.5670537Z test_trilu_indices_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:08:54.5688673Z test_triu_tril_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:08:54.5745049Z test_triu_tril_cuda (__main__.TestTensorCreationCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T05:08:54.5759109Z test_triu_tril_indices_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:08:54.5797295Z test_unpack_double_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:54.5839481Z test_unpack_double_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-05-18T05:08:54.5911382Z test_vander_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-05-18T05:08:54.6001603Z test_vander_types_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.6095559Z test_vander_types_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.6190357Z test_vander_types_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.6281434Z test_vander_types_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.6370541Z test_vander_types_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.6429710Z test_vander_types_cuda_int16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:138: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T05:08:54.6431864Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2022-05-18T05:08:54.6463651Z ok (0.009s) 2022-05-18T05:08:54.6561171Z test_vander_types_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-05-18T05:08:54.6651403Z test_vander_types_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.6742502Z test_vander_types_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.6833187Z test_vander_types_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-05-18T05:08:54.7074157Z test_vsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.024s) 2022-05-18T05:08:54.7298750Z test_vsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.022s) 2022-05-18T05:08:54.7506170Z test_vsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-05-18T05:08:54.8576691Z test_vstack_row_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.107s) 2022-05-18T05:08:54.9647949Z test_vstack_row_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.107s) 2022-05-18T05:08:55.0706781Z test_vstack_row_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.106s) 2022-05-18T05:08:55.1762689Z test_vstack_row_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.106s) 2022-05-18T05:08:55.2817117Z test_vstack_row_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.105s) 2022-05-18T05:08:55.2838020Z test_vstack_row_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:976: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T05:08:55.2838842Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-05-18T05:08:55.3465084Z ok (0.065s) 2022-05-18T05:08:55.4111022Z test_vstack_row_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.064s) 2022-05-18T05:08:55.4754791Z test_vstack_row_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.064s) 2022-05-18T05:08:55.5400636Z test_vstack_row_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.064s) 2022-05-18T05:08:55.6055983Z test_vstack_row_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.065s) 2022-05-18T05:08:55.6110788Z test_zeros_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-05-18T05:08:55.6128730Z test_zeros_dtype_layout_device_match_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:55.6148857Z test_zeros_dtype_layout_device_match_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:55.6168005Z test_zeros_dtype_layout_device_match_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:55.6187836Z test_zeros_dtype_layout_device_match_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:55.6206867Z test_zeros_dtype_layout_device_match_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:55.6225202Z test_zeros_dtype_layout_device_match_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:55.6247889Z test_zeros_dtype_layout_device_match_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-05-18T05:08:55.6281735Z test_zeros_dtype_out_match_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-05-18T05:08:55.6358329Z test_zeros_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-05-18T05:08:55.6359048Z 2022-05-18T05:08:55.6359758Z ---------------------------------------------------------------------- 2022-05-18T05:08:55.6360166Z Ran 462 tests in 96.736s 2022-05-18T05:08:55.6362721Z 2022-05-18T05:08:55.6363917Z OK (skipped=108) 2022-05-18T05:08:55.6364290Z 2022-05-18T05:08:55.6364562Z Generating XML reports... 2022-05-18T05:08:55.6523684Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCUDA-20220518050718.xml 2022-05-18T05:08:55.6531667Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCUDA-20220518050718.xml 2022-05-18T05:08:55.6555729Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCUDA-20220518050718.xml 2022-05-18T05:08:55.6838377Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCUDA-20220518050718.xml 2022-05-18T05:08:56.0180995Z Running test_reductions ... [2022-05-18 05:08:56.017517] 2022-05-18T05:08:56.0181932Z Executing ['/opt/conda/bin/python', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:08:56.017631] 2022-05-18T05:08:59.1841232Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-05-18T05:08:59.2358794Z 2022-05-18T05:08:59.2359289Z Running tests... 2022-05-18T05:08:59.2359798Z ---------------------------------------------------------------------- 2022-05-18T05:08:59.2392390Z test_accreal_type_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:08:59.2437443Z test_all_any_cuda (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:08:59.2456447Z test_all_any_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:08:59.2523285Z test_all_any_vs_numpy_cuda_bool (__main__.TestReductionsCUDA) ... /var/lib/jenkins/workspace/test/test_reductions.py:1697: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matricesor `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:2994.) 2022-05-18T05:08:59.2524200Z _test_all_any(x.T) 2022-05-18T05:08:59.2631699Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.2632551Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.2793684Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1], 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.2794576Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.3109299Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.3110322Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.3240953Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.3241807Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.3370155Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.3371013Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.3553697Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.3554547Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.3829785Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.3830639Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.3964349Z /var/lib/jenkins/workspace/test/test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:08:59.3965219Z torch.all(x, dim, out=out) 2022-05-18T05:08:59.4084578Z ok (0.163s) 2022-05-18T05:08:59.9797055Z test_all_any_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.571s) 2022-05-18T05:09:00.5459887Z test_all_any_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.566s) 2022-05-18T05:09:01.1118204Z test_all_any_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.566s) 2022-05-18T05:09:01.6768086Z test_all_any_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.565s) 2022-05-18T05:09:02.2455767Z test_all_any_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.569s) 2022-05-18T05:09:02.7984151Z test_all_any_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.553s) 2022-05-18T05:09:03.3488732Z test_all_any_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.550s) 2022-05-18T05:09:03.8988718Z test_all_any_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.550s) 2022-05-18T05:09:04.4483741Z test_all_any_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.549s) 2022-05-18T05:09:04.6050851Z test_all_any_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.157s) 2022-05-18T05:09:05.3502204Z test_all_any_with_dim_cuda (__main__.TestReductionsCUDA) ... ok (0.745s) 2022-05-18T05:09:05.3542754Z test_amax_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:05.3593355Z test_amax_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:05.3641264Z test_amax_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:05.3677251Z test_amax_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:05.3713274Z test_amax_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:05.4179183Z test_amin_amax_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.047s) 2022-05-18T05:09:05.4216968Z test_amin_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:05.4265583Z test_amin_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:05.4312628Z test_amin_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:05.4347881Z test_amin_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:05.4382980Z test_amin_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:05.4511508Z test_aminmax_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-05-18T05:09:05.4637100Z test_aminmax_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-05-18T05:09:05.4759914Z test_aminmax_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-05-18T05:09:05.4809831Z test_argminmax_axis_with_dim_one_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:05.4821069Z test_argminmax_large_axis_cuda (__main__.TestReductionsCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/63933 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T05:09:05.4883381Z test_argminmax_multiple_cuda_float16 (__main__.TestReductionsCUDA) ... /var/lib/jenkins/workspace/test/test_reductions.py:1581: 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-05-18T05:09:05.4884087Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-05-18T05:09:05.4885743Z /var/lib/jenkins/workspace/test/test_reductions.py:1584: 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-05-18T05:09:05.4886454Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-05-18T05:09:05.5119596Z ok (0.030s) 2022-05-18T05:09:05.5523312Z test_argminmax_multiple_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.040s) 2022-05-18T05:09:05.5926479Z test_argminmax_multiple_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.040s) 2022-05-18T05:09:05.6250352Z test_argminmax_multiple_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.032s) 2022-05-18T05:09:05.6576333Z test_argminmax_multiple_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.032s) 2022-05-18T05:09:05.6902347Z test_argminmax_multiple_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-05-18T05:09:05.7226974Z test_argminmax_multiple_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.032s) 2022-05-18T05:09:05.7553696Z test_argminmax_multiple_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-05-18T05:09:05.8434612Z test_bincount_cuda (__main__.TestReductionsCUDA) ... ok (0.088s) 2022-05-18T05:09:05.9074681Z test_bucketization_cuda (__main__.TestReductionsCUDA) ... ok (0.064s) 2022-05-18T05:09:05.9440079Z test_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-05-18T05:09:05.9804508Z test_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-05-18T05:09:06.0167010Z test_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-05-18T05:09:06.0529380Z test_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-05-18T05:09:06.0894092Z test_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-05-18T05:09:06.1055842Z test_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:09:06.1219034Z test_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:09:06.1381778Z test_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:09:06.1544146Z test_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:09:06.1706733Z test_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:09:06.1717843Z test_cumprod_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:06.1728626Z test_cumsum_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:06.1762163Z test_dim_arg_reduction_scalar_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:06.1799198Z test_dim_arg_reduction_scalar_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:06.1832218Z test_dim_arg_reduction_scalar_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:06.1865813Z test_dim_arg_reduction_scalar_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:06.1885679Z test_dim_arg_reduction_scalar_cuda_int16 (__main__.TestReductionsCUDA) ... /var/lib/jenkins/workspace/test/test_reductions.py:1865: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T05:09:06.1886371Z x = torch.tensor(example, device=device, dtype=dtype) 2022-05-18T05:09:06.1892722Z /var/lib/jenkins/workspace/test/test_reductions.py:1871: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T05:09:06.1893341Z x = torch.tensor(example, device=device, dtype=dtype) 2022-05-18T05:09:06.1900984Z ok (0.003s) 2022-05-18T05:09:06.1935080Z test_dim_arg_reduction_scalar_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:06.1968426Z test_dim_arg_reduction_scalar_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:06.2002071Z test_dim_arg_reduction_scalar_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:06.2035823Z test_dim_arg_reduction_scalar_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:06.2042799Z test_dim_default__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2064909Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-05-18T05:09:06.2069571Z test_dim_default__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2084577Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2089692Z test_dim_default__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2105428Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2110298Z test_dim_default__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2125903Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2130498Z test_dim_default__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2148433Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2153122Z test_dim_default__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2168608Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2173332Z test_dim_default__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2211980Z Tests that the default dim reduces all dimensions. ... ok (0.004s) 2022-05-18T05:09:06.2216507Z test_dim_default__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2238889Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-05-18T05:09:06.2243467Z test_dim_default__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2262960Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2267618Z test_dim_default__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2287194Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2291836Z test_dim_default_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2307217Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2311703Z test_dim_default_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2326738Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2331230Z test_dim_default_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2346771Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2351170Z test_dim_default_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2366176Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2370913Z test_dim_default_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2386241Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2390674Z test_dim_default_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2405846Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2410523Z test_dim_default_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2430803Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2435652Z test_dim_default_keepdim__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2452365Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2457429Z test_dim_default_keepdim__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2474202Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2479003Z test_dim_default_keepdim__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2496398Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2501508Z test_dim_default_keepdim__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2518853Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2523935Z test_dim_default_keepdim__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2542612Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2547405Z test_dim_default_keepdim__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2564691Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2570075Z test_dim_default_keepdim__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2587319Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2592092Z test_dim_default_keepdim__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2617858Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-05-18T05:09:06.2622587Z test_dim_default_keepdim__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2639241Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2644032Z test_dim_default_keepdim__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2665041Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2669850Z test_dim_default_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2715028Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.005s) 2022-05-18T05:09:06.2719628Z test_dim_default_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2736461Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2741543Z test_dim_default_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2758205Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2763107Z test_dim_default_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2774472Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-05-18T05:09:06.2780189Z test_dim_default_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2780722Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.2785487Z test_dim_default_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2785973Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-05-18T05:09:06.2791020Z test_dim_default_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2791514Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-05-18T05:09:06.2797178Z test_dim_default_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2797651Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.2803164Z test_dim_default_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2823085Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:06.2827715Z test_dim_default_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2850492Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-05-18T05:09:06.2856228Z test_dim_default_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2856793Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-05-18T05:09:06.2862267Z test_dim_default_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2862805Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.2868102Z test_dim_default_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2868574Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.2874093Z test_dim_default_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2874580Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.2879630Z test_dim_default_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2894524Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2899730Z test_dim_default_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2916509Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2921194Z test_dim_default_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2936034Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2940895Z test_dim_default_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2955902Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2960620Z test_dim_default_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2976131Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.2981063Z test_dim_default_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.2995827Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.3000594Z test_dim_default_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3016052Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:06.3022214Z test_dim_empty__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3042385Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3047962Z test_dim_empty__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3062096Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3067690Z test_dim_empty__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3082646Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3088310Z test_dim_empty__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3102592Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3108208Z test_dim_empty__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3121961Z Tests that dim=[] is a no-op ... ok (0.002s) 2022-05-18T05:09:06.3127613Z test_dim_empty__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3145242Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3150858Z test_dim_empty__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3164531Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3170278Z test_dim_empty__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3187486Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3193101Z test_dim_empty_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3207038Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3212919Z test_dim_empty_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3226737Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3232370Z test_dim_empty_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3233146Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.3239553Z test_dim_empty_keepdim__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.3255784Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T05:09:06.3261941Z test_dim_empty_keepdim__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.4770377Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.151s) 2022-05-18T05:09:06.4775936Z test_dim_empty_keepdim__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.5447645Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.068s) 2022-05-18T05:09:06.5453031Z test_dim_empty_keepdim__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.6096480Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.065s) 2022-05-18T05:09:06.6102150Z test_dim_empty_keepdim__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.6710493Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.061s) 2022-05-18T05:09:06.6715943Z test_dim_empty_keepdim__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.6736653Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-05-18T05:09:06.6742849Z test_dim_empty_keepdim__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.7353075Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.061s) 2022-05-18T05:09:06.7358222Z test_dim_empty_keepdim__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.7960600Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.061s) 2022-05-18T05:09:06.7965330Z test_dim_empty_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.8566199Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.060s) 2022-05-18T05:09:06.8571283Z test_dim_empty_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9175656Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.061s) 2022-05-18T05:09:06.9181832Z test_dim_empty_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9182445Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9189112Z test_dim_empty_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9189741Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9196453Z test_dim_empty_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9197029Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9203089Z test_dim_empty_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9819176Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.062s) 2022-05-18T05:09:06.9824607Z test_dim_empty_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9825117Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9831632Z test_dim_empty_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9832152Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9838825Z test_dim_empty_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9839326Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9845537Z test_dim_empty_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9846006Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9852126Z test_dim_empty_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:06.9852599Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:06.9859007Z test_dim_empty_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0470145Z Tests that dim=[] is a no-op ... expected failure (0.061s) 2022-05-18T05:09:07.0475303Z test_dim_empty_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0475795Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:07.0482040Z test_dim_empty_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0482487Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:07.0488794Z test_dim_empty_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0489248Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T05:09:07.0495570Z test_dim_multi__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0512379Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.0518619Z test_dim_multi__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0534968Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.0541119Z test_dim_multi__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0558188Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.0564161Z test_dim_multi__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.0580268Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.0586090Z test_dim_multi__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8458438Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.788s) 2022-05-18T05:09:07.8464689Z test_dim_multi__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8489134Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-05-18T05:09:07.8495097Z test_dim_multi__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8510945Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.8516859Z test_dim_multi__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8535685Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.8541830Z test_dim_multi_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8557299Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.8563276Z test_dim_multi_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8579128Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.8584988Z test_dim_multi_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8603695Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.8609419Z test_dim_multi_duplicate__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8622286Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8628192Z test_dim_multi_duplicate__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8641375Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8645823Z test_dim_multi_duplicate__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8658396Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8664431Z test_dim_multi_duplicate__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8676971Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8683088Z test_dim_multi_duplicate__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8696053Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8702300Z test_dim_multi_duplicate__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8718601Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8724721Z test_dim_multi_duplicate__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8737523Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8743545Z test_dim_multi_duplicate__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8756135Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T05:09:07.8762239Z test_dim_multi_duplicate_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8830709Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-05-18T05:09:07.8836315Z test_dim_multi_duplicate_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8903554Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-05-18T05:09:07.8909056Z test_dim_multi_duplicate_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.8989217Z Tests that an error is raised if dim has duplicate entries. ... ok (0.008s) 2022-05-18T05:09:07.8994714Z test_dim_multi_duplicate_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9062776Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-05-18T05:09:07.9068364Z test_dim_multi_duplicate_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9149522Z Tests that an error is raised if dim has duplicate entries. ... ok (0.009s) 2022-05-18T05:09:07.9155047Z test_dim_multi_duplicate_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9219907Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-05-18T05:09:07.9225452Z test_dim_multi_duplicate_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9305961Z Tests that an error is raised if dim has duplicate entries. ... ok (0.009s) 2022-05-18T05:09:07.9311558Z test_dim_multi_duplicate_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9379123Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-05-18T05:09:07.9384744Z test_dim_multi_duplicate_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9464881Z Tests that an error is raised if dim has duplicate entries. ... ok (0.008s) 2022-05-18T05:09:07.9471438Z test_dim_multi_keepdim__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9488152Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9494298Z test_dim_multi_keepdim__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9511560Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9517799Z test_dim_multi_keepdim__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9536067Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9542612Z test_dim_multi_keepdim__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9558000Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9564261Z test_dim_multi_keepdim__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9584927Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-05-18T05:09:07.9591105Z test_dim_multi_keepdim__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9609874Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9616078Z test_dim_multi_keepdim__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9631453Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9637719Z test_dim_multi_keepdim__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9656182Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9662558Z test_dim_multi_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9677411Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9683728Z test_dim_multi_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9699039Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9705499Z test_dim_multi_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9706090Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:07.9712825Z test_dim_multi_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9727950Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9734104Z test_dim_multi_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9751052Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9757230Z test_dim_multi_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9776938Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9783234Z test_dim_multi_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9798331Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9804485Z test_dim_multi_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9819689Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9825943Z test_dim_multi_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9841073Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T05:09:07.9846833Z test_dim_multi_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9860954Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.9866802Z test_dim_multi_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9882113Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.9888109Z test_dim_multi_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9902128Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.9908007Z test_dim_multi_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9921984Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.9927800Z test_dim_multi_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9946526Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:07.9951716Z test_dim_multi_unsorted__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9963555Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:07.9968527Z test_dim_multi_unsorted__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9980572Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:07.9985671Z test_dim_multi_unsorted__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:07.9998214Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0003305Z test_dim_multi_unsorted__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0015058Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0020423Z test_dim_multi_unsorted__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0032578Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0037679Z test_dim_multi_unsorted__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0051439Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0056711Z test_dim_multi_unsorted__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0068778Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0073942Z test_dim_multi_unsorted__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0091907Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0097288Z test_dim_multi_unsorted_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0108805Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0113921Z test_dim_multi_unsorted_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0125837Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0130783Z test_dim_multi_unsorted_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0142931Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0148219Z test_dim_multi_unsorted_keepdim__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0160900Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0166396Z test_dim_multi_unsorted_keepdim__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0179214Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0184479Z test_dim_multi_unsorted_keepdim__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0197904Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0203288Z test_dim_multi_unsorted_keepdim__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0216239Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0221609Z test_dim_multi_unsorted_keepdim__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0239259Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0244485Z test_dim_multi_unsorted_keepdim__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0259810Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0265345Z test_dim_multi_unsorted_keepdim__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0278055Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0283405Z test_dim_multi_unsorted_keepdim__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0297872Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0303309Z test_dim_multi_unsorted_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0315724Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0321003Z test_dim_multi_unsorted_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0333567Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0339579Z test_dim_multi_unsorted_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0340107Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.0345655Z test_dim_multi_unsorted_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0358216Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0363502Z test_dim_multi_unsorted_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0377005Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0382523Z test_dim_multi_unsorted_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0399658Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0405009Z test_dim_multi_unsorted_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0417862Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0423160Z test_dim_multi_unsorted_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0435677Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0441016Z test_dim_multi_unsorted_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0453925Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T05:09:08.0459215Z test_dim_multi_unsorted_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0470545Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0475785Z test_dim_multi_unsorted_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0487988Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0493211Z test_dim_multi_unsorted_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0505347Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0510493Z test_dim_multi_unsorted_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0522303Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0527583Z test_dim_multi_unsorted_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0544982Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0550066Z test_dim_multi_unsorted_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0561699Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T05:09:08.0567257Z test_dim_multi_unsupported__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0578961Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T05:09:08.0584206Z test_dim_multi_unsupported__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0595349Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T05:09:08.0600732Z test_dim_multi_unsupported_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0612388Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T05:09:08.0618223Z test_dim_multi_unsupported_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0629397Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T05:09:08.0634829Z test_dim_multi_unsupported_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0646020Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T05:09:08.0651435Z test_dim_multi_unsupported_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0662917Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T05:09:08.0668291Z test_dim_multi_unsupported_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0684263Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T05:09:08.0690068Z test_dim_multi_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0704253Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T05:09:08.0709894Z test_dim_ndim_limit__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0778022Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.0783619Z test_dim_ndim_limit__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0849455Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.0855048Z test_dim_ndim_limit__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0920851Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.0926425Z test_dim_ndim_limit__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.0992240Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.0997724Z test_dim_ndim_limit__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1064785Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1070478Z test_dim_ndim_limit__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1130065Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-05-18T05:09:08.1135639Z test_dim_ndim_limit__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1207603Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T05:09:08.1213219Z test_dim_ndim_limit__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1280354Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1285938Z test_dim_ndim_limit__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1352633Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1358286Z test_dim_ndim_limit__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1425350Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1430938Z test_dim_ndim_limit_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1496883Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1502842Z test_dim_ndim_limit_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1568506Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1574124Z test_dim_ndim_limit_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1640345Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1645861Z test_dim_ndim_limit_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1713353Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1718871Z test_dim_ndim_limit_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1788578Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1794220Z test_dim_ndim_limit_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1859918Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.1865542Z test_dim_ndim_limit_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.1962093Z Tests that an exception is raised when reducing a tensor with more ... ok (0.010s) 2022-05-18T05:09:08.1967606Z test_dim_ndim_limit_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2034316Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.2039796Z test_dim_ndim_limit_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2119092Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T05:09:08.2124611Z test_dim_ndim_limit_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2184281Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-05-18T05:09:08.2189591Z test_dim_ndim_limit_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2256716Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T05:09:08.2262495Z test_dim_ndim_limit_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2342152Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T05:09:08.2347771Z test_dim_ndim_limit_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2418816Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T05:09:08.2424349Z test_dim_ndim_limit_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2503373Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T05:09:08.2508266Z test_dim_none__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2523616Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2528445Z test_dim_none__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2543975Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2548997Z test_dim_none__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2564692Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2569582Z test_dim_none__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2585661Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2590517Z test_dim_none__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2607616Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2612530Z test_dim_none__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2628120Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2632928Z test_dim_none__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2652611Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2657770Z test_dim_none__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2677803Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2682745Z test_dim_none__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2698019Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2702919Z test_dim_none__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2722450Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2727368Z test_dim_none_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2767083Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-05-18T05:09:08.2771782Z test_dim_none_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2786896Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2791798Z test_dim_none_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2806821Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2811596Z test_dim_none_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2851334Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-05-18T05:09:08.2856184Z test_dim_none_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2876144Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2881007Z test_dim_none_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2895874Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2901331Z test_dim_none_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2917721Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.2923195Z test_dim_none_keepdim__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2940710Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.2946081Z test_dim_none_keepdim__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2963180Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.2968697Z test_dim_none_keepdim__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.2986897Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.2992254Z test_dim_none_keepdim__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3010206Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3015728Z test_dim_none_keepdim__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3035057Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3040531Z test_dim_none_keepdim__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3063123Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-05-18T05:09:08.3068138Z test_dim_none_keepdim__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3084618Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3089547Z test_dim_none_keepdim__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3111254Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-05-18T05:09:08.3116349Z test_dim_none_keepdim__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3132927Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3138247Z test_dim_none_keepdim__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3158842Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3163797Z test_dim_none_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3203242Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-05-18T05:09:08.3208232Z test_dim_none_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3225307Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3230079Z test_dim_none_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3246447Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3251504Z test_dim_none_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3290987Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-05-18T05:09:08.3296071Z test_dim_none_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3296942Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3302266Z test_dim_none_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3302752Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-05-18T05:09:08.3308465Z test_dim_none_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3308933Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3314481Z test_dim_none_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3314920Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3320597Z test_dim_none_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3344250Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-05-18T05:09:08.3349241Z test_dim_none_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3365539Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T05:09:08.3370952Z test_dim_none_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3371409Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3377344Z test_dim_none_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3377797Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3383604Z test_dim_none_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3384053Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3389707Z test_dim_none_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3390162Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3395728Z test_dim_none_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3396256Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3401431Z test_dim_none_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3418735Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.3423702Z test_dim_none_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3438540Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T05:09:08.3443733Z test_dim_none_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3444256Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-05-18T05:09:08.3449845Z test_dim_none_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3450244Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3455871Z test_dim_none_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3456244Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3461637Z test_dim_none_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3463797Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T05:09:08.3467646Z test_dim_offbounds__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3478559Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T05:09:08.3483641Z test_dim_offbounds__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3494488Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T05:09:08.3500074Z test_dim_offbounds__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3557552Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.3562192Z test_dim_offbounds__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3620337Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.3626078Z test_dim_offbounds__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3641916Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-05-18T05:09:08.3646669Z test_dim_offbounds__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3657373Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T05:09:08.3662066Z test_dim_offbounds__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3672635Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T05:09:08.3677435Z test_dim_offbounds__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3688246Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T05:09:08.3693100Z test_dim_offbounds__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3703994Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T05:09:08.3708805Z test_dim_offbounds__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3719564Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T05:09:08.3724461Z test_dim_offbounds_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3782986Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.3787707Z test_dim_offbounds_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3845761Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.3850491Z test_dim_offbounds_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3913499Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-05-18T05:09:08.3918138Z test_dim_offbounds_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.3977433Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.3982104Z test_dim_offbounds_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4039445Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.4044124Z test_dim_offbounds_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4101862Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.4106830Z test_dim_offbounds_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4194631Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-05-18T05:09:08.4199278Z test_dim_offbounds_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4258469Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.4263099Z test_dim_offbounds_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4334666Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T05:09:08.4339727Z test_dim_offbounds_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4398409Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.4403296Z test_dim_offbounds_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4467559Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-05-18T05:09:08.4472265Z test_dim_offbounds_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4551122Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T05:09:08.4555802Z test_dim_offbounds_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4614067Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-05-18T05:09:08.4619035Z test_dim_offbounds_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:08.4697764Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T05:09:08.4831136Z test_dim_reduction_cuda_bfloat16 (__main__.TestReductionsCUDA) ... /var/lib/jenkins/workspace/test/test_reductions.py:1902: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:09:08.4832437Z torch.sum(x, 0, out=y) 2022-05-18T05:09:10.2552357Z ok (1.785s) 2022-05-18T05:09:11.0829279Z test_dim_reduction_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.828s) 2022-05-18T05:09:11.1353466Z test_dim_reduction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.052s) 2022-05-18T05:09:11.1897618Z test_dim_reduction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.054s) 2022-05-18T05:09:11.2379170Z test_dim_reduction_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.048s) 2022-05-18T05:09:11.2862522Z test_dim_reduction_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.048s) 2022-05-18T05:09:11.3340901Z test_dim_reduction_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.048s) 2022-05-18T05:09:11.3823635Z test_dim_reduction_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.048s) 2022-05-18T05:09:11.3840077Z test_dim_reduction_lastdim_cuda_bfloat16 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:09:11.3856851Z test_dim_reduction_lastdim_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:09:11.4862676Z test_dim_reduction_less_than_64_cuda (__main__.TestReductionsCUDA) ... ok (0.100s) 2022-05-18T05:09:11.4869255Z test_dim_single__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.4888995Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.4896270Z test_dim_single__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.4920963Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.4927832Z test_dim_single__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.4947825Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.4954347Z test_dim_single__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.4974010Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.4981224Z test_dim_single__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5003111Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.5009803Z test_dim_single__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5029424Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.5036220Z test_dim_single__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5055483Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.5062478Z test_dim_single__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5088754Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.5095587Z test_dim_single__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5115108Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.5121802Z test_dim_single__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5152835Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-05-18T05:09:11.5159814Z test_dim_single_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5178840Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.5185431Z test_dim_single_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5204250Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.5211038Z test_dim_single_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5230153Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.5237057Z test_dim_single_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5255757Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.5262803Z test_dim_single_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5281283Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.5288198Z test_dim_single_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5307166Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.5313998Z test_dim_single_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5334175Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.5342115Z test_dim_single_keepdim__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5367453Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5374927Z test_dim_single_keepdim__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5395456Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5402909Z test_dim_single_keepdim__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5424190Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5433243Z test_dim_single_keepdim__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5452574Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5460516Z test_dim_single_keepdim__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5483383Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5490871Z test_dim_single_keepdim__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5511677Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5519016Z test_dim_single_keepdim__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5539854Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5547296Z test_dim_single_keepdim__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5574123Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5582158Z test_dim_single_keepdim__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5607444Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5615103Z test_dim_single_keepdim__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5641232Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5648737Z test_dim_single_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5669018Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5676523Z test_dim_single_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5696208Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5703988Z test_dim_single_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5723752Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5731211Z test_dim_single_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5751386Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5758879Z test_dim_single_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5779091Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5786570Z test_dim_single_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5806292Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5814146Z test_dim_single_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5814894Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-05-18T05:09:11.5822860Z test_dim_single_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5847603Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5855101Z test_dim_single_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5878264Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5885712Z test_dim_single_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5905979Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5913357Z test_dim_single_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5933057Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5940793Z test_dim_single_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5960651Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5968171Z test_dim_single_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.5988371Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.5995998Z test_dim_single_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6016053Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T05:09:11.6023101Z test_dim_single_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6041774Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.6048708Z test_dim_single_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6075408Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T05:09:11.6082145Z test_dim_single_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6101196Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.6107917Z test_dim_single_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6126631Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.6133268Z test_dim_single_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6152348Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.6159176Z test_dim_single_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6177935Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.6184630Z test_dim_single_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6203573Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T05:09:11.6216518Z test_empty_tensor_empty_slice__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6329005Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.012s) 2022-05-18T05:09:11.6341597Z test_empty_tensor_empty_slice__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6453339Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.012s) 2022-05-18T05:09:11.6466109Z test_empty_tensor_empty_slice__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6480556Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6492731Z test_empty_tensor_empty_slice__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6502390Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T05:09:11.6514773Z test_empty_tensor_empty_slice__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6535083Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6547889Z test_empty_tensor_empty_slice__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6566576Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6579391Z test_empty_tensor_empty_slice__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6598240Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6610611Z test_empty_tensor_empty_slice__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6632855Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6645412Z test_empty_tensor_empty_slice__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6664571Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6676859Z test_empty_tensor_empty_slice__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6698781Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6711303Z test_empty_tensor_empty_slice_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6725863Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.6738516Z test_empty_tensor_empty_slice_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6849864Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.012s) 2022-05-18T05:09:11.6862412Z test_empty_tensor_empty_slice_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6973646Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.012s) 2022-05-18T05:09:11.6986399Z test_empty_tensor_empty_slice_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.6995674Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T05:09:11.7008034Z test_empty_tensor_empty_slice_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7017837Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T05:09:11.7030045Z test_empty_tensor_empty_slice_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7039312Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T05:09:11.7051629Z test_empty_tensor_empty_slice_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7066478Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.7078818Z test_empty_tensor_empty_slice_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7097804Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.7110039Z test_empty_tensor_empty_slice_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7134608Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-05-18T05:09:11.7147442Z test_empty_tensor_empty_slice_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7165700Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.7178350Z test_empty_tensor_empty_slice_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7187562Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T05:09:11.7199976Z test_empty_tensor_empty_slice_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7219067Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.7231290Z test_empty_tensor_empty_slice_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7249809Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.7262657Z test_empty_tensor_empty_slice_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7281187Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T05:09:11.7289444Z test_empty_tensor_nonempty_slice__masked_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7301802Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7309908Z test_empty_tensor_nonempty_slice__masked_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7322116Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7330516Z test_empty_tensor_nonempty_slice__masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7345103Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7353335Z test_empty_tensor_nonempty_slice__masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7362699Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7370930Z test_empty_tensor_nonempty_slice__masked_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7383661Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7391775Z test_empty_tensor_nonempty_slice__masked_norm_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7404136Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7412029Z test_empty_tensor_nonempty_slice__masked_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7424425Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7432584Z test_empty_tensor_nonempty_slice__masked_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7446299Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7454531Z test_empty_tensor_nonempty_slice__masked_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7466997Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7475040Z test_empty_tensor_nonempty_slice__masked_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7494001Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-05-18T05:09:11.7502494Z test_empty_tensor_nonempty_slice_all_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7511658Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7521021Z test_empty_tensor_nonempty_slice_amax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7532493Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7541940Z test_empty_tensor_nonempty_slice_amin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7554047Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7563102Z test_empty_tensor_nonempty_slice_any_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7572654Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7582037Z test_empty_tensor_nonempty_slice_argmax_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7591683Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7600871Z test_empty_tensor_nonempty_slice_argmin_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7610553Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7620058Z test_empty_tensor_nonempty_slice_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7632620Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7641827Z test_empty_tensor_nonempty_slice_mean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7660834Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-05-18T05:09:11.7669121Z test_empty_tensor_nonempty_slice_nanmean_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7681337Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7689525Z test_empty_tensor_nonempty_slice_nansum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7701650Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7709837Z test_empty_tensor_nonempty_slice_prod_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7719053Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7727328Z test_empty_tensor_nonempty_slice_std_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7739317Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7747526Z test_empty_tensor_nonempty_slice_sum_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7759226Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7767499Z test_empty_tensor_nonempty_slice_var_cuda (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.7779610Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T05:09:11.7793162Z test_histc_bfloat16_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:11.8248592Z test_histc_cuda (__main__.TestReductionsCUDA) ... ok (0.045s) 2022-05-18T05:09:11.8290495Z test_histogram_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:09:11.8331579Z test_histogram_error_handling_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:09:11.8364865Z test_histogramdd_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:09:11.8373390Z test_identity__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8389158Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8397499Z test_identity__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8412693Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8421572Z test_identity__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8436700Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8445144Z test_identity__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8460371Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8468853Z test_identity__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8484192Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8492671Z test_identity__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8510464Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:11.8518870Z test_identity__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8622675Z Tests that the identity value is an identity for the operator ... ok (0.011s) 2022-05-18T05:09:11.8631090Z test_identity__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8696779Z Tests that the identity value is an identity for the operator ... ok (0.007s) 2022-05-18T05:09:11.8705235Z test_identity__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8720687Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8729094Z test_identity__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8744745Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8753078Z test_identity__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8767964Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8776422Z test_identity__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8789558Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8798117Z test_identity__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8810742Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8819753Z test_identity__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8837141Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:11.8845521Z test_identity__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8858646Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8866943Z test_identity__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8879727Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8888089Z test_identity__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8903862Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8912291Z test_identity__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8924909Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8933299Z test_identity__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8950117Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8958430Z test_identity__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8975114Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.8983884Z test_identity__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.8999148Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9007599Z test_identity__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9028553Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:11.9036920Z test_identity__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9051658Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9060535Z test_identity__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9073187Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9081501Z test_identity__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9094318Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9102977Z test_identity__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9115275Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9123855Z test_identity__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9136477Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9145103Z test_identity__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9157709Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9166077Z test_identity_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9179735Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9188179Z test_identity_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9205939Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9214772Z test_identity_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9228804Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9237042Z test_identity_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9251161Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9260855Z test_identity_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9274404Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9283585Z test_identity_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9297406Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9306693Z test_identity_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9320435Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9329638Z test_identity_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9342682Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9351905Z test_identity_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9364677Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9374005Z test_identity_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9392296Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:11.9401562Z test_identity_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9414157Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9423899Z test_identity_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9436604Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9445957Z test_identity_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9460005Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9469246Z test_identity_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9481982Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9491306Z test_identity_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9506166Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9515555Z test_identity_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9530083Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9539889Z test_identity_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9553433Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9562907Z test_identity_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9581975Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:11.9591281Z test_identity_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9604774Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9614099Z test_identity_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9627081Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9636535Z test_identity_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9649098Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9658673Z test_identity_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9671501Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9680782Z test_identity_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9693470Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9703208Z test_identity_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9715856Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9725328Z test_identity_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9739540Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9747780Z test_identity_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9765848Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:11.9774415Z test_identity_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9789341Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9797512Z test_identity_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9811997Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9820861Z test_identity_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9834460Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9842854Z test_identity_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9856573Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9865158Z test_identity_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9878595Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9887055Z test_identity_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9900247Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9908787Z test_identity_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9921813Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9929996Z test_identity_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9948452Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:11.9956861Z test_identity_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9969510Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9978240Z test_identity_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:11.9990903Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:11.9999288Z test_identity_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0014224Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0023197Z test_identity_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0035367Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0043713Z test_identity_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0059041Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0067483Z test_identity_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0082617Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0091138Z test_identity_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0106052Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0114388Z test_identity_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0132229Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:12.0140883Z test_identity_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0153288Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0161659Z test_identity_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0173798Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0182538Z test_identity_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0195001Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0203300Z test_identity_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0216260Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0224570Z test_identity_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0239399Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0247850Z test_identity_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0260581Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0268992Z test_identity_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:12.0285054Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:12.0293532Z test_identity_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2259761Z Tests that the identity value is an identity for the operator ... ok (2.197s) 2022-05-18T05:09:14.2268110Z test_identity_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2286494Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:14.2295048Z test_identity_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2310798Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2318935Z test_identity_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2334665Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2343404Z test_identity_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2358455Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2366840Z test_identity_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2380140Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2388402Z test_identity_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2401275Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2409733Z test_identity_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2422859Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2431107Z test_identity_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2450541Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:14.2459096Z test_identity_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2471613Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2479922Z test_identity_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2495028Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2503685Z test_identity_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2516033Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2524434Z test_identity_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:14.2541120Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:14.2549386Z test_identity_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.2994109Z Tests that the identity value is an identity for the operator ... ok (1.045s) 2022-05-18T05:09:15.3002201Z test_identity_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3020596Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:15.3029252Z test_identity_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3044898Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:15.3053429Z test_identity_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3075367Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-05-18T05:09:15.3083793Z test_identity_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3098744Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:15.3107058Z test_identity_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3119732Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:15.3128068Z test_identity_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3140942Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:15.3149318Z test_identity_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3161387Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:15.3169822Z test_identity_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3182630Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:15.3190867Z test_identity_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.3203377Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T05:09:15.3253154Z test_logsumexp_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:15.3265597Z test_logsumexp_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:15.3311092Z test_max_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:15.3373879Z test_max_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:09:15.3435608Z test_max_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:09:15.3478707Z test_max_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:15.3489169Z test_max_elementwise_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:15.3503611Z test_max_mixed_devices_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:15.3525971Z test_max_with_inf_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:09:15.3553613Z test_max_with_inf_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:15.3575660Z test_max_with_inf_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:09:15.3598227Z test_max_with_inf_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:09:15.3609560Z test_mean_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:15.3622380Z test_mean_int_with_optdtype_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:15.3785990Z test_median_corner_cases_cuda (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:09:15.4514578Z test_median_nan_values_cuda_float16 (__main__.TestReductionsCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/lib/nanfunctions.py:1113: RuntimeWarning: All-NaN slice encountered 2022-05-18T05:09:15.4515160Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-05-18T05:09:15.4543029Z ok (0.076s) 2022-05-18T05:09:15.5265575Z test_median_nan_values_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.072s) 2022-05-18T05:09:15.5965814Z test_median_nan_values_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.070s) 2022-05-18T05:09:15.6327137Z test_median_real_values_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-05-18T05:09:15.6679466Z test_median_real_values_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.035s) 2022-05-18T05:09:15.7022556Z test_median_real_values_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.034s) 2022-05-18T05:09:15.7275772Z test_median_real_values_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.025s) 2022-05-18T05:09:15.7521505Z test_median_real_values_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-05-18T05:09:15.7565512Z test_min_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:15.7628188Z test_min_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:09:15.7689876Z test_min_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:09:15.7739205Z test_min_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:15.7750146Z test_min_elementwise_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:15.7823803Z test_min_max_nan_cuda (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-05-18T05:09:15.7838356Z test_min_mixed_devices_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:15.7861360Z test_min_with_inf_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:09:15.7883874Z test_min_with_inf_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:09:15.7906538Z test_min_with_inf_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:09:15.7929161Z test_min_with_inf_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:09:15.8399817Z test_minmax_illegal_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.047s) 2022-05-18T05:09:15.8446539Z test_mode_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:15.8912343Z test_mode_large_cuda (__main__.TestReductionsCUDA) ... ok (0.046s) 2022-05-18T05:09:15.9040893Z test_mode_wrong_device_cuda (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-05-18T05:09:15.9505323Z test_mode_wrong_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.046s) 2022-05-18T05:09:15.9513741Z test_nan_policy_omit_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9530607Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T05:09:15.9539443Z test_nan_policy_omit_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9555751Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T05:09:15.9564534Z test_nan_policy_omit_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9581614Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T05:09:15.9591165Z test_nan_policy_omit_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9612967Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-05-18T05:09:15.9622290Z test_nan_policy_omit_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9637485Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T05:09:15.9646143Z test_nan_policy_omit_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9661465Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T05:09:15.9670384Z test_nan_policy_omit_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9686480Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T05:09:15.9694044Z test_nan_policy_omit_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9708747Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T05:09:15.9716579Z test_nan_policy_propagate__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9727981Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9735848Z test_nan_policy_propagate__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9747554Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9755414Z test_nan_policy_propagate__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9766840Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9774655Z test_nan_policy_propagate__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9791878Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9799715Z test_nan_policy_propagate__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9811058Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9819350Z test_nan_policy_propagate__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9830608Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9838383Z test_nan_policy_propagate__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9849694Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9857848Z test_nan_policy_propagate__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9869203Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9877055Z test_nan_policy_propagate__masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9889255Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9897487Z test_nan_policy_propagate__masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9910555Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9918343Z test_nan_policy_propagate__masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9931888Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9939975Z test_nan_policy_propagate__masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9957991Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9965562Z test_nan_policy_propagate__masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9977865Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:15.9985612Z test_nan_policy_propagate__masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:15.9997543Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0006193Z test_nan_policy_propagate__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0018242Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0026827Z test_nan_policy_propagate__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0038570Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0047461Z test_nan_policy_propagate__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0059376Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0067221Z test_nan_policy_propagate__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0078748Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0086395Z test_nan_policy_propagate__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0098182Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0105875Z test_nan_policy_propagate__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0123964Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0131773Z test_nan_policy_propagate__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0144392Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0152171Z test_nan_policy_propagate__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0163605Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0171489Z test_nan_policy_propagate__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0183196Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0191002Z test_nan_policy_propagate__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0202347Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0210093Z test_nan_policy_propagate__masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0223970Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0231772Z test_nan_policy_propagate__masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0275502Z Tests that nan is propagated to the output by default ... ok (0.005s) 2022-05-18T05:09:16.0283925Z test_nan_policy_propagate__masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0325303Z Tests that nan is propagated to the output by default ... ok (0.005s) 2022-05-18T05:09:16.0333072Z test_nan_policy_propagate__masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0352242Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-05-18T05:09:16.0359987Z test_nan_policy_propagate__masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0373329Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0382314Z test_nan_policy_propagate__masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0395849Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0403681Z test_nan_policy_propagate__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0415048Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0423027Z test_nan_policy_propagate__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0435439Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0443244Z test_nan_policy_propagate__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0455637Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0463712Z test_nan_policy_propagate__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0475194Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0483009Z test_nan_policy_propagate__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0494409Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0502769Z test_nan_policy_propagate__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0521163Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-05-18T05:09:16.0528952Z test_nan_policy_propagate__masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0542374Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0550158Z test_nan_policy_propagate__masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0564606Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0572309Z test_nan_policy_propagate__masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0587079Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0594522Z test_nan_policy_propagate__masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0607432Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0615238Z test_nan_policy_propagate__masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0628398Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0636250Z test_nan_policy_propagate__masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0649148Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0657299Z test_nan_policy_propagate_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0668523Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0676392Z test_nan_policy_propagate_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0692682Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0700955Z test_nan_policy_propagate_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0712100Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0719797Z test_nan_policy_propagate_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0731094Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0739186Z test_nan_policy_propagate_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0750304Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0758111Z test_nan_policy_propagate_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0769357Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0777551Z test_nan_policy_propagate_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0788725Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0796525Z test_nan_policy_propagate_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0807737Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0815557Z test_nan_policy_propagate_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0827070Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0835044Z test_nan_policy_propagate_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0852483Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0860646Z test_nan_policy_propagate_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0872719Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0880614Z test_nan_policy_propagate_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0891844Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0900453Z test_nan_policy_propagate_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0911635Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0919767Z test_nan_policy_propagate_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0930892Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0938890Z test_nan_policy_propagate_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0950075Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0957935Z test_nan_policy_propagate_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0970205Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0978347Z test_nan_policy_propagate_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.0990608Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.0998505Z test_nan_policy_propagate_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1014970Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1023091Z test_nan_policy_propagate_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1034436Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1042086Z test_nan_policy_propagate_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1053296Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1061463Z test_nan_policy_propagate_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1072696Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1080483Z test_nan_policy_propagate_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1093189Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1101378Z test_nan_policy_propagate_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1114007Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1121767Z test_nan_policy_propagate_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1133280Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1141438Z test_nan_policy_propagate_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1152644Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1160479Z test_nan_policy_propagate_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1177318Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1185067Z test_nan_policy_propagate_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1196199Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1203990Z test_nan_policy_propagate_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1216392Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1224350Z test_nan_policy_propagate_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1236556Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1244377Z test_nan_policy_propagate_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1255788Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1264491Z test_nan_policy_propagate_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1276132Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1285291Z test_nan_policy_propagate_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1297154Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1305726Z test_nan_policy_propagate_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1317404Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1326220Z test_nan_policy_propagate_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1344713Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-05-18T05:09:16.1353310Z test_nan_policy_propagate_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1366251Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1374846Z test_nan_policy_propagate_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1386683Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1395258Z test_nan_policy_propagate_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1406840Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1415622Z test_nan_policy_propagate_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.1427412Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T05:09:16.1493794Z test_nansum_complex_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-05-18T05:09:16.1559121Z test_nansum_complex_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:09:16.1629606Z test_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-05-18T05:09:16.1702321Z test_nansum_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-05-18T05:09:16.1769521Z test_nansum_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-05-18T05:09:16.1834674Z test_nansum_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:09:16.1881123Z test_nansum_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:16.1927434Z test_nansum_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:16.1972045Z test_nansum_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:16.2018811Z test_nansum_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:16.2065584Z test_nansum_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:16.2111884Z test_nansum_out_dtype_cuda_float16 (__main__.TestReductionsCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87: RuntimeWarning: overflow encountered in reduce 2022-05-18T05:09:16.2112423Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-05-18T05:09:16.2132193Z ok (0.007s) 2022-05-18T05:09:16.2183877Z test_nansum_out_dtype_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:16.2236024Z test_nansum_out_dtype_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-05-18T05:09:16.2269804Z test_nansum_out_dtype_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:16.2302943Z test_nansum_out_dtype_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:16.2335609Z test_nansum_out_dtype_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:16.2369376Z test_nansum_out_dtype_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:16.2408338Z test_nansum_out_dtype_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:16.2557438Z test_nansum_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87: RuntimeWarning: invalid value encountered in reduce 2022-05-18T05:09:16.2558004Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-05-18T05:09:16.2926811Z ok (0.052s) 2022-05-18T05:09:16.3439370Z test_nansum_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.051s) 2022-05-18T05:09:16.3952763Z test_nansum_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.051s) 2022-05-18T05:09:16.4183716Z test_nansum_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:09:16.4412894Z test_nansum_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:09:16.4631979Z test_nansum_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-05-18T05:09:16.4861212Z test_nansum_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:09:16.4923772Z test_nansum_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:09:16.4929516Z test_noncontiguous_all__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.4945290Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.4951091Z test_noncontiguous_all__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.4966651Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.4972501Z test_noncontiguous_all__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.4987962Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.4993805Z test_noncontiguous_all__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5008787Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5014685Z test_noncontiguous_all__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5027707Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5033670Z test_noncontiguous_all__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5046535Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5052374Z test_noncontiguous_all__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5065509Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5071183Z test_noncontiguous_all__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5089123Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5094928Z test_noncontiguous_all__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5107997Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5114222Z test_noncontiguous_all__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5129326Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5135291Z test_noncontiguous_all__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5150878Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5156734Z test_noncontiguous_all__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5172044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5178271Z test_noncontiguous_all__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5193189Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5199058Z test_noncontiguous_all__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5211840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5218161Z test_noncontiguous_all__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5231081Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5237004Z test_noncontiguous_all__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5254589Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5260847Z test_noncontiguous_all__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5273576Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5279417Z test_noncontiguous_all__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5292078Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5298555Z test_noncontiguous_all__masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5314077Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5319938Z test_noncontiguous_all__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5335797Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5342060Z test_noncontiguous_all__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5357717Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5363834Z test_noncontiguous_all__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5379572Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5385466Z test_noncontiguous_all__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5398917Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5404820Z test_noncontiguous_all__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5425328Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.5431303Z test_noncontiguous_all__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5443639Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5449464Z test_noncontiguous_all__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5462975Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5469584Z test_noncontiguous_all__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5482904Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5489497Z test_noncontiguous_all__masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5506092Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5512416Z test_noncontiguous_all__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5528486Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5535073Z test_noncontiguous_all__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5551582Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5557878Z test_noncontiguous_all__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5573746Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5580582Z test_noncontiguous_all__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5599448Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5605490Z test_noncontiguous_all__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5618959Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5624743Z test_noncontiguous_all__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5637213Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5643047Z test_noncontiguous_all__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5656340Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5662269Z test_noncontiguous_all__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5675492Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5681400Z test_noncontiguous_all__masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5698376Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5704339Z test_noncontiguous_all__masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5720140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5725966Z test_noncontiguous_all__masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5744365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5750303Z test_noncontiguous_all__masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5773970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.5779974Z test_noncontiguous_all__masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5796628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5802337Z test_noncontiguous_all__masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5819423Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5825248Z test_noncontiguous_all__masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5841420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5847894Z test_noncontiguous_all__masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5864631Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5870821Z test_noncontiguous_all__masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5887040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5893366Z test_noncontiguous_all__masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5909886Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5916122Z test_noncontiguous_all__masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5932481Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5939198Z test_noncontiguous_all__masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5961061Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.5967171Z test_noncontiguous_all__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.5983288Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.5989504Z test_noncontiguous_all__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6005432Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6011788Z test_noncontiguous_all__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6027679Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6034046Z test_noncontiguous_all__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6049510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6055964Z test_noncontiguous_all__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6072652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6078852Z test_noncontiguous_all__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6092608Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6099325Z test_noncontiguous_all__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6122267Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.6128660Z test_noncontiguous_all__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6146739Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6152499Z test_noncontiguous_all__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6168553Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6174378Z test_noncontiguous_all__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6190733Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6196504Z test_noncontiguous_all__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6212202Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6218407Z test_noncontiguous_all__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6231880Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6237777Z test_noncontiguous_all__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6251216Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6257378Z test_noncontiguous_all__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6270496Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6276314Z test_noncontiguous_all__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6295285Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6301397Z test_noncontiguous_all__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6314627Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6320358Z test_noncontiguous_all__masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6339582Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6345544Z test_noncontiguous_all__masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6365876Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.6371724Z test_noncontiguous_all__masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6392739Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.6398589Z test_noncontiguous_all__masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6417620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6423999Z test_noncontiguous_all__masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6443178Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6449618Z test_noncontiguous_all__masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6468968Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6475358Z test_noncontiguous_all__masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6500057Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.6506400Z test_noncontiguous_all__masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6525032Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6531316Z test_noncontiguous_all__masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6550326Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6556117Z test_noncontiguous_all__masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6574455Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6580785Z test_noncontiguous_all__masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6598942Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6604985Z test_noncontiguous_all__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6620612Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6626626Z test_noncontiguous_all__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6639196Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6645124Z test_noncontiguous_all__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6661992Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6668473Z test_noncontiguous_all__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6691292Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.6697944Z test_noncontiguous_all__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6713505Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6719924Z test_noncontiguous_all__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6735750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6742466Z test_noncontiguous_all__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6757714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6764219Z test_noncontiguous_all__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6777492Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6783821Z test_noncontiguous_all__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6796836Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6803238Z test_noncontiguous_all__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6816014Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6822610Z test_noncontiguous_all__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6835845Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6842223Z test_noncontiguous_all__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6861253Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6866984Z test_noncontiguous_all__masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6885125Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6891586Z test_noncontiguous_all__masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6912451Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.6918881Z test_noncontiguous_all__masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6940065Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.6946449Z test_noncontiguous_all__masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6965218Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6982791Z test_noncontiguous_all__masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.6990741Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.6997113Z test_noncontiguous_all__masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7015491Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7022177Z test_noncontiguous_all__masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7040589Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7046952Z test_noncontiguous_all__masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7071017Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.7076797Z test_noncontiguous_all__masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7095088Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7100962Z test_noncontiguous_all__masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7118774Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7124577Z test_noncontiguous_all__masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7143046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7148937Z test_noncontiguous_all_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7162632Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7168312Z test_noncontiguous_all_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7181320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7186941Z test_noncontiguous_all_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7201342Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7207263Z test_noncontiguous_all_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7222170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7227880Z test_noncontiguous_all_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7246972Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7252944Z test_noncontiguous_all_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7266684Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7272358Z test_noncontiguous_all_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7285780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7291673Z test_noncontiguous_all_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7305292Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7310984Z test_noncontiguous_all_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7323561Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7329437Z test_noncontiguous_all_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7342382Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7348163Z test_noncontiguous_all_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7360680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7366600Z test_noncontiguous_all_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7379526Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7385336Z test_noncontiguous_all_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7406075Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.7411936Z test_noncontiguous_all_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7425033Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7430668Z test_noncontiguous_all_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7445634Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7451565Z test_noncontiguous_all_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7467028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7472883Z test_noncontiguous_all_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7487621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7493511Z test_noncontiguous_all_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7506589Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7512323Z test_noncontiguous_all_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7524923Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7530701Z test_noncontiguous_all_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7543496Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7549239Z test_noncontiguous_all_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7568546Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7574487Z test_noncontiguous_all_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7587215Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7593043Z test_noncontiguous_all_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7608209Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7614069Z test_noncontiguous_all_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7626910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7632671Z test_noncontiguous_all_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7647909Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7653641Z test_noncontiguous_all_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7669290Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7675107Z test_noncontiguous_all_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7689829Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7695741Z test_noncontiguous_all_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7708708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7714697Z test_noncontiguous_all_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7732406Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7738601Z test_noncontiguous_all_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7750616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7756509Z test_noncontiguous_all_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7769016Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7774931Z test_noncontiguous_all_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7787674Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7793529Z test_noncontiguous_all_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7806854Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7812755Z test_noncontiguous_all_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7825459Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7831319Z test_noncontiguous_all_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7845753Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7851634Z test_noncontiguous_all_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7866372Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7872292Z test_noncontiguous_all_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7890746Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7896660Z test_noncontiguous_all_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7910411Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7916364Z test_noncontiguous_all_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7929722Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7935598Z test_noncontiguous_all_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7948221Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7954082Z test_noncontiguous_all_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7966512Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7972477Z test_noncontiguous_all_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.7985275Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.7991339Z test_noncontiguous_all_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8003857Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8009637Z test_noncontiguous_all_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8022513Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8028384Z test_noncontiguous_all_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8047001Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8052905Z test_noncontiguous_all_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8066376Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8072354Z test_noncontiguous_all_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8085519Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8091387Z test_noncontiguous_all_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8104908Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8110710Z test_noncontiguous_all_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8123055Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8128907Z test_noncontiguous_all_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8141648Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8147417Z test_noncontiguous_all_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8159897Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8165691Z test_noncontiguous_all_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8178450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8184199Z test_noncontiguous_all_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8202076Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8207940Z test_noncontiguous_all_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8221715Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8227422Z test_noncontiguous_all_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8240771Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8246453Z test_noncontiguous_all_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8259923Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8265735Z test_noncontiguous_all_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8279461Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8285216Z test_noncontiguous_all_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8297822Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8303886Z test_noncontiguous_all_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8315874Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8321669Z test_noncontiguous_all_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8333933Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8340214Z test_noncontiguous_all_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8357819Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8363690Z test_noncontiguous_all_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8376017Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8382166Z test_noncontiguous_all_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8395919Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8401715Z test_noncontiguous_all_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8414537Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8420716Z test_noncontiguous_all_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8435301Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8441191Z test_noncontiguous_all_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8455769Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8462030Z test_noncontiguous_all_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8475921Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8481813Z test_noncontiguous_all_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8495560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8501761Z test_noncontiguous_all_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8520881Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8526679Z test_noncontiguous_all_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8539844Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8545719Z test_noncontiguous_all_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8558907Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8565079Z test_noncontiguous_all_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8578510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8585020Z test_noncontiguous_all_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8598120Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8604567Z test_noncontiguous_all_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8618157Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8624332Z test_noncontiguous_all_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8639899Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8646484Z test_noncontiguous_all_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8663503Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8669893Z test_noncontiguous_all_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8692511Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.8699266Z test_noncontiguous_all_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8714836Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8721145Z test_noncontiguous_all_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8736731Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8743294Z test_noncontiguous_all_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8758316Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8765228Z test_noncontiguous_all_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8782499Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8788555Z test_noncontiguous_all_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8805502Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8811958Z test_noncontiguous_all_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8829180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8835626Z test_noncontiguous_all_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8851971Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8858712Z test_noncontiguous_all_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8879590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.8886094Z test_noncontiguous_all_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8899338Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8905630Z test_noncontiguous_all_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8921071Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8927561Z test_noncontiguous_all_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8943400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8949852Z test_noncontiguous_all_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8965021Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8971508Z test_noncontiguous_all_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.8984800Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.8991187Z test_noncontiguous_all_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9003797Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9009699Z test_noncontiguous_all_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9027591Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9033368Z test_noncontiguous_all_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9045796Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9051670Z test_noncontiguous_all_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9064552Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9070505Z test_noncontiguous_all_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9085417Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9091321Z test_noncontiguous_all_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9104110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9110084Z test_noncontiguous_all_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9126259Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9132102Z test_noncontiguous_all_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9149207Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9154806Z test_noncontiguous_all_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9171708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9177795Z test_noncontiguous_all_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9198904Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9204572Z test_noncontiguous_all_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9220099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9225881Z test_noncontiguous_all_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9240684Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9246720Z test_noncontiguous_all_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9259347Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9265135Z test_noncontiguous_all_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9277901Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9284389Z test_noncontiguous_all_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9296796Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9303548Z test_noncontiguous_all_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9316326Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9322666Z test_noncontiguous_all_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9335531Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9342583Z test_noncontiguous_all_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9368266Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9373913Z test_noncontiguous_all_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9395239Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9401272Z test_noncontiguous_all_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9423608Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9429410Z test_noncontiguous_all_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9449052Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9454928Z test_noncontiguous_all_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9474974Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9480775Z test_noncontiguous_all_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9499940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9505760Z test_noncontiguous_all_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9520901Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9526739Z test_noncontiguous_all_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9539675Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9545424Z test_noncontiguous_all_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9568678Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9574490Z test_noncontiguous_all_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9591553Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9597143Z test_noncontiguous_all_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9613816Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9619929Z test_noncontiguous_all_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9635035Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9640873Z test_noncontiguous_all_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9656043Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9662192Z test_noncontiguous_all_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9676864Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9682724Z test_noncontiguous_all_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9695175Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9701340Z test_noncontiguous_all_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9713849Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9719700Z test_noncontiguous_all_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9737565Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9743377Z test_noncontiguous_all_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9755762Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9761636Z test_noncontiguous_all_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9774135Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9780491Z test_noncontiguous_all_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9799893Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9805806Z test_noncontiguous_all_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9827055Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9832890Z test_noncontiguous_all_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9854628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9861076Z test_noncontiguous_all_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9880349Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9886181Z test_noncontiguous_all_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9906311Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T05:09:16.9912666Z test_noncontiguous_all_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9938050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-05-18T05:09:16.9944835Z test_noncontiguous_expanded__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9960271Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:16.9966898Z test_noncontiguous_expanded__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:16.9982915Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:16.9989437Z test_noncontiguous_expanded__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0005221Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0011943Z test_noncontiguous_expanded__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0027595Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0034276Z test_noncontiguous_expanded__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0047268Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0053960Z test_noncontiguous_expanded__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0067442Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0073978Z test_noncontiguous_expanded__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0086604Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0093310Z test_noncontiguous_expanded__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0112074Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0117975Z test_noncontiguous_expanded__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0130650Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0136751Z test_noncontiguous_expanded__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0152422Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0158325Z test_noncontiguous_expanded__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0173757Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0180074Z test_noncontiguous_expanded__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0195228Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0201242Z test_noncontiguous_expanded__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0216949Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0223012Z test_noncontiguous_expanded__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0235512Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0241347Z test_noncontiguous_expanded__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0254162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0260712Z test_noncontiguous_expanded__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0278604Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0284453Z test_noncontiguous_expanded__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0298312Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0304326Z test_noncontiguous_expanded__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0317048Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0323093Z test_noncontiguous_expanded__masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0339192Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0345134Z test_noncontiguous_expanded__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0360927Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0366885Z test_noncontiguous_expanded__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0383036Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0389063Z test_noncontiguous_expanded__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0404564Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0410612Z test_noncontiguous_expanded__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0424156Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0430055Z test_noncontiguous_expanded__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0448756Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0454852Z test_noncontiguous_expanded__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0467604Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0473645Z test_noncontiguous_expanded__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0486786Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0492857Z test_noncontiguous_expanded__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0506388Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0512458Z test_noncontiguous_expanded__masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0528386Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0534248Z test_noncontiguous_expanded__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0550344Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0556194Z test_noncontiguous_expanded__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0572040Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0578428Z test_noncontiguous_expanded__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0593959Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0600035Z test_noncontiguous_expanded__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0618977Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0624858Z test_noncontiguous_expanded__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0638020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0643991Z test_noncontiguous_expanded__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0656478Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0662681Z test_noncontiguous_expanded__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0677075Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0682005Z test_noncontiguous_expanded__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0695137Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0701457Z test_noncontiguous_expanded__masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0718063Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0724200Z test_noncontiguous_expanded__masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0740111Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0746079Z test_noncontiguous_expanded__masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0764051Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0770074Z test_noncontiguous_expanded__masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0793861Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.0800033Z test_noncontiguous_expanded__masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0816688Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0823319Z test_noncontiguous_expanded__masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0840338Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0846870Z test_noncontiguous_expanded__masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0864136Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0870678Z test_noncontiguous_expanded__masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0886778Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0893362Z test_noncontiguous_expanded__masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0910026Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0916485Z test_noncontiguous_expanded__masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0932611Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0939504Z test_noncontiguous_expanded__masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0955710Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.0962378Z test_noncontiguous_expanded__masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.0984568Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.0991038Z test_noncontiguous_expanded__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1006931Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1013542Z test_noncontiguous_expanded__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1029380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1035245Z test_noncontiguous_expanded__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1050565Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1056653Z test_noncontiguous_expanded__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1071884Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1077947Z test_noncontiguous_expanded__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1093967Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1100494Z test_noncontiguous_expanded__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1113725Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1119733Z test_noncontiguous_expanded__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1137280Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1143339Z test_noncontiguous_expanded__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1166297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.1172360Z test_noncontiguous_expanded__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1188658Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1194664Z test_noncontiguous_expanded__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1210672Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1216863Z test_noncontiguous_expanded__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1232686Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1238701Z test_noncontiguous_expanded__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1252128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1258382Z test_noncontiguous_expanded__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1271871Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1278036Z test_noncontiguous_expanded__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1291081Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1297303Z test_noncontiguous_expanded__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1310948Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1316979Z test_noncontiguous_expanded__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1336055Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1342179Z test_noncontiguous_expanded__masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1360910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1367028Z test_noncontiguous_expanded__masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1388098Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.1394232Z test_noncontiguous_expanded__masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1414749Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.1421217Z test_noncontiguous_expanded__masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1439930Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1445901Z test_noncontiguous_expanded__masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1464980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1471174Z test_noncontiguous_expanded__masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1489563Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1495680Z test_noncontiguous_expanded__masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1514458Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1520518Z test_noncontiguous_expanded__masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1544677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.1550606Z test_noncontiguous_expanded__masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1568782Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1574937Z test_noncontiguous_expanded__masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1593365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1599310Z test_noncontiguous_expanded__masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1617840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1624067Z test_noncontiguous_expanded__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1639192Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1645201Z test_noncontiguous_expanded__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1658143Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1664137Z test_noncontiguous_expanded__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1680910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1686875Z test_noncontiguous_expanded__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1704297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1710319Z test_noncontiguous_expanded__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1732471Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.1738751Z test_noncontiguous_expanded__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1753881Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1759815Z test_noncontiguous_expanded__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1774918Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1781332Z test_noncontiguous_expanded__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1793866Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1799907Z test_noncontiguous_expanded__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1812676Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1819015Z test_noncontiguous_expanded__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1831293Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1837400Z test_noncontiguous_expanded__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1850006Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1856051Z test_noncontiguous_expanded__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1869009Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1875168Z test_noncontiguous_expanded__masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1899183Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.1905081Z test_noncontiguous_expanded__masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1925095Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1931091Z test_noncontiguous_expanded__masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1951790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.1957758Z test_noncontiguous_expanded__masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.1976286Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.1982633Z test_noncontiguous_expanded__masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2000767Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2006775Z test_noncontiguous_expanded__masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2025161Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2031339Z test_noncontiguous_expanded__masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2049125Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2055140Z test_noncontiguous_expanded__masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2078662Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.2084722Z test_noncontiguous_expanded__masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2102949Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2108946Z test_noncontiguous_expanded__masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2126806Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2132836Z test_noncontiguous_expanded__masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2151552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2156904Z test_noncontiguous_expanded_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2170432Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2176293Z test_noncontiguous_expanded_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2188898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2194902Z test_noncontiguous_expanded_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2209339Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2215985Z test_noncontiguous_expanded_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2230124Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2235979Z test_noncontiguous_expanded_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2254908Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2261181Z test_noncontiguous_expanded_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2274538Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2280404Z test_noncontiguous_expanded_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2293708Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2300054Z test_noncontiguous_expanded_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2312513Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2318561Z test_noncontiguous_expanded_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2330888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2337163Z test_noncontiguous_expanded_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2349643Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2355666Z test_noncontiguous_expanded_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2368086Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2374201Z test_noncontiguous_expanded_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2387131Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2393019Z test_noncontiguous_expanded_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2413577Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.2420319Z test_noncontiguous_expanded_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2432773Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2438671Z test_noncontiguous_expanded_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2453844Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2460132Z test_noncontiguous_expanded_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2475291Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2481325Z test_noncontiguous_expanded_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2496156Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2502736Z test_noncontiguous_expanded_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2514896Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2520874Z test_noncontiguous_expanded_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2533325Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2539670Z test_noncontiguous_expanded_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2551886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2558103Z test_noncontiguous_expanded_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2576099Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2582230Z test_noncontiguous_expanded_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2594625Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2600594Z test_noncontiguous_expanded_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2615825Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2621945Z test_noncontiguous_expanded_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2634390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2640511Z test_noncontiguous_expanded_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2655550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2661784Z test_noncontiguous_expanded_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2677402Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2683086Z test_noncontiguous_expanded_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2698090Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2704106Z test_noncontiguous_expanded_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2716753Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2722907Z test_noncontiguous_expanded_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2741183Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2747038Z test_noncontiguous_expanded_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2759137Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2765114Z test_noncontiguous_expanded_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2778033Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2784002Z test_noncontiguous_expanded_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2796577Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2802486Z test_noncontiguous_expanded_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2815899Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2822252Z test_noncontiguous_expanded_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2834678Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2840595Z test_noncontiguous_expanded_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2855147Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2861306Z test_noncontiguous_expanded_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2875713Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2881733Z test_noncontiguous_expanded_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2900909Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2906924Z test_noncontiguous_expanded_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2920125Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2926119Z test_noncontiguous_expanded_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2939628Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2945603Z test_noncontiguous_expanded_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2958046Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2963996Z test_noncontiguous_expanded_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2976508Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.2982606Z test_noncontiguous_expanded_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.2995075Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3001118Z test_noncontiguous_expanded_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3013462Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3019793Z test_noncontiguous_expanded_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3032277Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3038324Z test_noncontiguous_expanded_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3057220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3063166Z test_noncontiguous_expanded_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3076352Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3082349Z test_noncontiguous_expanded_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3095489Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3101714Z test_noncontiguous_expanded_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3114805Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3120792Z test_noncontiguous_expanded_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3132951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3139365Z test_noncontiguous_expanded_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3151520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3157455Z test_noncontiguous_expanded_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3169807Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3175814Z test_noncontiguous_expanded_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3188358Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3194462Z test_noncontiguous_expanded_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3212431Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3218942Z test_noncontiguous_expanded_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3231769Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3237729Z test_noncontiguous_expanded_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3251009Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3257289Z test_noncontiguous_expanded_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3270307Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3276430Z test_noncontiguous_expanded_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3289806Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3295613Z test_noncontiguous_expanded_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3308163Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3314162Z test_noncontiguous_expanded_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3326355Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3333119Z test_noncontiguous_expanded_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3345880Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3352416Z test_noncontiguous_expanded_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3370566Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3376683Z test_noncontiguous_expanded_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3389104Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3395214Z test_noncontiguous_expanded_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3408677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3414708Z test_noncontiguous_expanded_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3427765Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3433834Z test_noncontiguous_expanded_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3448346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3454472Z test_noncontiguous_expanded_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3469295Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3475239Z test_noncontiguous_expanded_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3488992Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3494905Z test_noncontiguous_expanded_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3508993Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3514952Z test_noncontiguous_expanded_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3534294Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3540550Z test_noncontiguous_expanded_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3553237Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3559218Z test_noncontiguous_expanded_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3571939Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3578232Z test_noncontiguous_expanded_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3591019Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3596996Z test_noncontiguous_expanded_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3609760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3615641Z test_noncontiguous_expanded_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3628621Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3634578Z test_noncontiguous_expanded_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3649677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3655712Z test_noncontiguous_expanded_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3672384Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3678492Z test_noncontiguous_expanded_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3701976Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.3708031Z test_noncontiguous_expanded_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3722991Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3729001Z test_noncontiguous_expanded_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3744252Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3750099Z test_noncontiguous_expanded_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3764957Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3770991Z test_noncontiguous_expanded_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3787817Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3793887Z test_noncontiguous_expanded_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3809996Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3816219Z test_noncontiguous_expanded_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3832876Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3838722Z test_noncontiguous_expanded_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3854778Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3861217Z test_noncontiguous_expanded_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3881640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.3887652Z test_noncontiguous_expanded_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3900328Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3906412Z test_noncontiguous_expanded_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3921327Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3927510Z test_noncontiguous_expanded_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3942816Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3949293Z test_noncontiguous_expanded_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3964321Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3970891Z test_noncontiguous_expanded_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.3984088Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.3990485Z test_noncontiguous_expanded_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4003370Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4009882Z test_noncontiguous_expanded_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4022585Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4029190Z test_noncontiguous_expanded_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4047579Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4054128Z test_noncontiguous_expanded_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4067139Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4073659Z test_noncontiguous_expanded_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4088750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4094716Z test_noncontiguous_expanded_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4107461Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4113448Z test_noncontiguous_expanded_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4129489Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4135761Z test_noncontiguous_expanded_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4152162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4158287Z test_noncontiguous_expanded_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4174967Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4181104Z test_noncontiguous_expanded_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4196374Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4202335Z test_noncontiguous_expanded_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4223362Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4229239Z test_noncontiguous_expanded_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4243861Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4249828Z test_noncontiguous_expanded_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4262450Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4268405Z test_noncontiguous_expanded_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4280826Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4286957Z test_noncontiguous_expanded_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4299162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4305125Z test_noncontiguous_expanded_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4317392Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4323332Z test_noncontiguous_expanded_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4335816Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4342117Z test_noncontiguous_expanded_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4361583Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4367542Z test_noncontiguous_expanded_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4394916Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4400717Z test_noncontiguous_expanded_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4423113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4429102Z test_noncontiguous_expanded_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4448585Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4454540Z test_noncontiguous_expanded_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4474511Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4480436Z test_noncontiguous_expanded_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4499542Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4505732Z test_noncontiguous_expanded_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4520533Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4526552Z test_noncontiguous_expanded_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4539276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4545201Z test_noncontiguous_expanded_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4561944Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4567841Z test_noncontiguous_expanded_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4590321Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4596143Z test_noncontiguous_expanded_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4612602Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4618986Z test_noncontiguous_expanded_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4633857Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4639806Z test_noncontiguous_expanded_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4654879Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4661170Z test_noncontiguous_expanded_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4675949Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4681926Z test_noncontiguous_expanded_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4694389Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4700684Z test_noncontiguous_expanded_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4713136Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4719097Z test_noncontiguous_expanded_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4731237Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4737530Z test_noncontiguous_expanded_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4755506Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4761370Z test_noncontiguous_expanded_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4774007Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4780251Z test_noncontiguous_expanded_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4799626Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4805663Z test_noncontiguous_expanded_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4826993Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4832902Z test_noncontiguous_expanded_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4854639Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4860971Z test_noncontiguous_expanded_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4880327Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T05:09:17.4886352Z test_noncontiguous_expanded_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4906441Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4912283Z test_noncontiguous_expanded_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4936800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-05-18T05:09:17.4942394Z test_noncontiguous_innermost__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4957620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.4963156Z test_noncontiguous_innermost__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4978982Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.4984460Z test_noncontiguous_innermost__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.4999682Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5005236Z test_noncontiguous_innermost__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5020629Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5026205Z test_noncontiguous_innermost__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5038815Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5044313Z test_noncontiguous_innermost__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5057234Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5062830Z test_noncontiguous_innermost__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5075207Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5080755Z test_noncontiguous_innermost__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5099480Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5104972Z test_noncontiguous_innermost__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5117485Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5123203Z test_noncontiguous_innermost__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5138721Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5144159Z test_noncontiguous_innermost__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5159481Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5165006Z test_noncontiguous_innermost__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5180738Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5186330Z test_noncontiguous_innermost__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5201248Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5206911Z test_noncontiguous_innermost__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5219803Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5225306Z test_noncontiguous_innermost__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5237960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5243496Z test_noncontiguous_innermost__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5261970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5267521Z test_noncontiguous_innermost__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5280066Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5285648Z test_noncontiguous_innermost__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5298638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5304157Z test_noncontiguous_innermost__masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5319625Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5325185Z test_noncontiguous_innermost__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5341136Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5346992Z test_noncontiguous_innermost__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5362329Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5368024Z test_noncontiguous_innermost__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5383855Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5389380Z test_noncontiguous_innermost__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5402516Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5408111Z test_noncontiguous_innermost__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5427170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5432627Z test_noncontiguous_innermost__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5444686Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5450222Z test_noncontiguous_innermost__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5463437Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5468968Z test_noncontiguous_innermost__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5482043Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5487567Z test_noncontiguous_innermost__masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5503575Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5509051Z test_noncontiguous_innermost__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5524592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5530257Z test_noncontiguous_innermost__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5546033Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5551587Z test_noncontiguous_innermost__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5566805Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5572464Z test_noncontiguous_innermost__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5591220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5597499Z test_noncontiguous_innermost__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5610245Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5615975Z test_noncontiguous_innermost__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5628382Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5634515Z test_noncontiguous_innermost__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5647659Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5653754Z test_noncontiguous_innermost__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5667340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5673379Z test_noncontiguous_innermost__masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5690404Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5696558Z test_noncontiguous_innermost__masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5712927Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5719114Z test_noncontiguous_innermost__masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5737496Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5743080Z test_noncontiguous_innermost__masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5768017Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.5773664Z test_noncontiguous_innermost__masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5790572Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5796106Z test_noncontiguous_innermost__masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5812702Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5818523Z test_noncontiguous_innermost__masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5834592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5840192Z test_noncontiguous_innermost__masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5855927Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5861686Z test_noncontiguous_innermost__masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5877540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5883069Z test_noncontiguous_innermost__masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5899060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5904658Z test_noncontiguous_innermost__masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5920399Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5925999Z test_noncontiguous_innermost__masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5947498Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.5953011Z test_noncontiguous_innermost__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5968250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5973848Z test_noncontiguous_innermost__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.5989406Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.5995027Z test_noncontiguous_innermost__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6010440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6015970Z test_noncontiguous_innermost__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6031220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6036717Z test_noncontiguous_innermost__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6051904Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6058045Z test_noncontiguous_innermost__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6070652Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6076141Z test_noncontiguous_innermost__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6092479Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6098634Z test_noncontiguous_innermost__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6120519Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.6126092Z test_noncontiguous_innermost__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6141697Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6147276Z test_noncontiguous_innermost__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6162559Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6168143Z test_noncontiguous_innermost__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6183441Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6188971Z test_noncontiguous_innermost__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6201859Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6207468Z test_noncontiguous_innermost__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6220622Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6226059Z test_noncontiguous_innermost__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6238195Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6243807Z test_noncontiguous_innermost__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6256691Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6262463Z test_noncontiguous_innermost__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6280811Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6286644Z test_noncontiguous_innermost__masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6305505Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6311086Z test_noncontiguous_innermost__masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6331647Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6337346Z test_noncontiguous_innermost__masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6357858Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.6363597Z test_noncontiguous_innermost__masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6382533Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6388082Z test_noncontiguous_innermost__masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6406710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6412263Z test_noncontiguous_innermost__masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6430963Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6436528Z test_noncontiguous_innermost__masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6454958Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6460735Z test_noncontiguous_innermost__masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6484480Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.6490038Z test_noncontiguous_innermost__masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6508642Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6514199Z test_noncontiguous_innermost__masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6532463Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6538318Z test_noncontiguous_innermost__masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6556883Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6562454Z test_noncontiguous_innermost__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6578400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6583900Z test_noncontiguous_innermost__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6596448Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6602177Z test_noncontiguous_innermost__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6619095Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6624610Z test_noncontiguous_innermost__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6641265Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6646922Z test_noncontiguous_innermost__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6668377Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.6673900Z test_noncontiguous_innermost__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6689184Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6694671Z test_noncontiguous_innermost__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6709902Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6715645Z test_noncontiguous_innermost__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6728124Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6733730Z test_noncontiguous_innermost__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6746668Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6752230Z test_noncontiguous_innermost__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6764477Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6770120Z test_noncontiguous_innermost__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6783308Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6788791Z test_noncontiguous_innermost__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6801443Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6807092Z test_noncontiguous_innermost__masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6831292Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.6836841Z test_noncontiguous_innermost__masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6857148Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6862693Z test_noncontiguous_innermost__masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6883316Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.6888898Z test_noncontiguous_innermost__masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6907775Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6913191Z test_noncontiguous_innermost__masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6931668Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6937445Z test_noncontiguous_innermost__masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6955343Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6960992Z test_noncontiguous_innermost__masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.6979247Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.6984850Z test_noncontiguous_innermost__masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7002889Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7008533Z test_noncontiguous_innermost__masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7032300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.7037931Z test_noncontiguous_innermost__masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7055768Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7061620Z test_noncontiguous_innermost__masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7079518Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7085159Z test_noncontiguous_innermost_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7098827Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7104284Z test_noncontiguous_innermost_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7116473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7122004Z test_noncontiguous_innermost_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7136293Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7142102Z test_noncontiguous_innermost_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7156506Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7162312Z test_noncontiguous_innermost_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7175670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7181199Z test_noncontiguous_innermost_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7200421Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7205973Z test_noncontiguous_innermost_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7219833Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7225214Z test_noncontiguous_innermost_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7237351Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7242904Z test_noncontiguous_innermost_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7255592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7261671Z test_noncontiguous_innermost_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7274425Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7280531Z test_noncontiguous_innermost_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7293271Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7299725Z test_noncontiguous_innermost_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7312381Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7318435Z test_noncontiguous_innermost_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7333944Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7339845Z test_noncontiguous_innermost_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7357646Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7363661Z test_noncontiguous_innermost_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7379418Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7385388Z test_noncontiguous_innermost_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7400688Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7406752Z test_noncontiguous_innermost_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7422046Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7427770Z test_noncontiguous_innermost_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7440181Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7445783Z test_noncontiguous_innermost_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7458572Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7464078Z test_noncontiguous_innermost_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7476286Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7481993Z test_noncontiguous_innermost_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7494372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7500275Z test_noncontiguous_innermost_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7518157Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7523623Z test_noncontiguous_innermost_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7538937Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7544368Z test_noncontiguous_innermost_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7556786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7562198Z test_noncontiguous_innermost_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7577793Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7583392Z test_noncontiguous_innermost_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7598188Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7603801Z test_noncontiguous_innermost_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7619081Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7624310Z test_noncontiguous_innermost_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7637031Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7642371Z test_noncontiguous_innermost_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7660800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7666360Z test_noncontiguous_innermost_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7678346Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7684472Z test_noncontiguous_innermost_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7697419Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7703399Z test_noncontiguous_innermost_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7716197Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7722190Z test_noncontiguous_innermost_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7736092Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7742390Z test_noncontiguous_innermost_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7754808Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7761048Z test_noncontiguous_innermost_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7775555Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7781972Z test_noncontiguous_innermost_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7796810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7802922Z test_noncontiguous_innermost_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7823639Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.7829150Z test_noncontiguous_innermost_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7842279Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7847866Z test_noncontiguous_innermost_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7861415Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7866960Z test_noncontiguous_innermost_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7879360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7885035Z test_noncontiguous_innermost_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7897675Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7903265Z test_noncontiguous_innermost_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7915462Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7921077Z test_noncontiguous_innermost_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7933424Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7939564Z test_noncontiguous_innermost_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7951597Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7957189Z test_noncontiguous_innermost_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7975879Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.7982152Z test_noncontiguous_innermost_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.7995218Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8001382Z test_noncontiguous_innermost_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8014458Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8020915Z test_noncontiguous_innermost_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8034143Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8040138Z test_noncontiguous_innermost_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8052408Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8058730Z test_noncontiguous_innermost_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8070814Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8077175Z test_noncontiguous_innermost_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8089332Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8095500Z test_noncontiguous_innermost_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8107858Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8113259Z test_noncontiguous_innermost_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8131029Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8136623Z test_noncontiguous_innermost_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8149409Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8155025Z test_noncontiguous_innermost_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8167840Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8173462Z test_noncontiguous_innermost_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8186551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8192096Z test_noncontiguous_innermost_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8205115Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8210741Z test_noncontiguous_innermost_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8222974Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8228558Z test_noncontiguous_innermost_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8240647Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8246285Z test_noncontiguous_innermost_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8258527Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8263875Z test_noncontiguous_innermost_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8281694Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8287450Z test_noncontiguous_innermost_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8299612Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8305193Z test_noncontiguous_innermost_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8318642Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8324252Z test_noncontiguous_innermost_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8336876Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8342308Z test_noncontiguous_innermost_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8356980Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8362502Z test_noncontiguous_innermost_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8377589Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8383041Z test_noncontiguous_innermost_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8396772Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8402413Z test_noncontiguous_innermost_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8416007Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8421722Z test_noncontiguous_innermost_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8440951Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8446506Z test_noncontiguous_innermost_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8459390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8464890Z test_noncontiguous_innermost_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8477748Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8483300Z test_noncontiguous_innermost_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8495979Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8501728Z test_noncontiguous_innermost_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8514345Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8519990Z test_noncontiguous_innermost_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8532542Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8538393Z test_noncontiguous_innermost_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8553374Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8559163Z test_noncontiguous_innermost_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8575310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8581040Z test_noncontiguous_innermost_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8603269Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.8609121Z test_noncontiguous_innermost_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8624386Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8629879Z test_noncontiguous_innermost_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8645060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8650500Z test_noncontiguous_innermost_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8665612Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8671145Z test_noncontiguous_innermost_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8687638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8693117Z test_noncontiguous_innermost_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8710030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8715656Z test_noncontiguous_innermost_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8731822Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8737684Z test_noncontiguous_innermost_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8753664Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8759247Z test_noncontiguous_innermost_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8780391Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.8785931Z test_noncontiguous_innermost_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8798197Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8803859Z test_noncontiguous_innermost_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8819077Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8824497Z test_noncontiguous_innermost_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8839638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8845134Z test_noncontiguous_innermost_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8860159Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8865963Z test_noncontiguous_innermost_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8878402Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8883714Z test_noncontiguous_innermost_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8896092Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8902109Z test_noncontiguous_innermost_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8914113Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8919676Z test_noncontiguous_innermost_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8938173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8943657Z test_noncontiguous_innermost_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8955873Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8961503Z test_noncontiguous_innermost_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8976740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.8982335Z test_noncontiguous_innermost_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.8994534Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9000127Z test_noncontiguous_innermost_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9016365Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9022105Z test_noncontiguous_innermost_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9038469Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9044209Z test_noncontiguous_innermost_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9060898Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9066484Z test_noncontiguous_innermost_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9081699Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9087580Z test_noncontiguous_innermost_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9108327Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.9114081Z test_noncontiguous_innermost_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9128595Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9134004Z test_noncontiguous_innermost_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9146638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9152457Z test_noncontiguous_innermost_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9164744Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9170186Z test_noncontiguous_innermost_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9182373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9188226Z test_noncontiguous_innermost_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9200315Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9205902Z test_noncontiguous_innermost_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9218502Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9224190Z test_noncontiguous_innermost_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9243479Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9249153Z test_noncontiguous_innermost_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9276203Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.9281735Z test_noncontiguous_innermost_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9304832Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.9310342Z test_noncontiguous_innermost_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9329818Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9335693Z test_noncontiguous_innermost_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9355117Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9360784Z test_noncontiguous_innermost_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9379832Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9385376Z test_noncontiguous_innermost_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9400399Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9405968Z test_noncontiguous_innermost_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9418582Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9424298Z test_noncontiguous_innermost_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9440611Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9446427Z test_noncontiguous_innermost_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9468565Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.9474393Z test_noncontiguous_innermost_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9491051Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9496593Z test_noncontiguous_innermost_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9511639Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9517417Z test_noncontiguous_innermost_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9532337Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9538133Z test_noncontiguous_innermost_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9552760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9558208Z test_noncontiguous_innermost_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9570691Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9576280Z test_noncontiguous_innermost_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9588767Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9594278Z test_noncontiguous_innermost_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9606418Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9612074Z test_noncontiguous_innermost_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9630630Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9636165Z test_noncontiguous_innermost_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9648604Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9654194Z test_noncontiguous_innermost_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9674269Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9679533Z test_noncontiguous_innermost_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9700657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.9706067Z test_noncontiguous_innermost_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9727700Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.9733302Z test_noncontiguous_innermost_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9753173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9758678Z test_noncontiguous_innermost_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9778765Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9784297Z test_noncontiguous_innermost_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9803447Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9809098Z test_noncontiguous_outermost__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9831852Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:17.9837568Z test_noncontiguous_outermost__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9852517Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9858387Z test_noncontiguous_outermost__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9873647Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9879222Z test_noncontiguous_outermost__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9894047Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9900101Z test_noncontiguous_outermost__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9912606Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9918309Z test_noncontiguous_outermost__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9930832Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9936490Z test_noncontiguous_outermost__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9948844Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9954531Z test_noncontiguous_outermost__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9967046Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9972675Z test_noncontiguous_outermost__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:17.9991280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:17.9996866Z test_noncontiguous_outermost__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0011976Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0018032Z test_noncontiguous_outermost__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0033227Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0038846Z test_noncontiguous_outermost__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0054143Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0060102Z test_noncontiguous_outermost__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0074937Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0080488Z test_noncontiguous_outermost__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0093160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0099175Z test_noncontiguous_outermost__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0111713Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0117418Z test_noncontiguous_outermost__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0129561Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0135420Z test_noncontiguous_outermost__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0153674Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0159261Z test_noncontiguous_outermost__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0171833Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0177838Z test_noncontiguous_outermost__masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0193383Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0198875Z test_noncontiguous_outermost__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0214488Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0220409Z test_noncontiguous_outermost__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0235738Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0241525Z test_noncontiguous_outermost__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0256489Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0262253Z test_noncontiguous_outermost__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0275205Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0280832Z test_noncontiguous_outermost__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0293845Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0299865Z test_noncontiguous_outermost__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0317330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0322909Z test_noncontiguous_outermost__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0335663Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0341519Z test_noncontiguous_outermost__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0354421Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0360041Z test_noncontiguous_outermost__masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0375727Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0381438Z test_noncontiguous_outermost__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0396663Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0402463Z test_noncontiguous_outermost__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0418083Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0423591Z test_noncontiguous_outermost__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0438879Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0444836Z test_noncontiguous_outermost__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0463890Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0469932Z test_noncontiguous_outermost__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0483088Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0489297Z test_noncontiguous_outermost__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0502197Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0508394Z test_noncontiguous_outermost__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0521714Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0527701Z test_noncontiguous_outermost__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0541166Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0547254Z test_noncontiguous_outermost__masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0564247Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0570382Z test_noncontiguous_outermost__masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0586855Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0593055Z test_noncontiguous_outermost__masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0611248Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0617793Z test_noncontiguous_outermost__masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0641624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:18.0647211Z test_noncontiguous_outermost__masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0664192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0669683Z test_noncontiguous_outermost__masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0686214Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0692050Z test_noncontiguous_outermost__masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0708405Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0714590Z test_noncontiguous_outermost__masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0730524Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0736586Z test_noncontiguous_outermost__masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0752762Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0758981Z test_noncontiguous_outermost__masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0775114Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0781427Z test_noncontiguous_outermost__masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0797525Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0803640Z test_noncontiguous_outermost__masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0825756Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:18.0831961Z test_noncontiguous_outermost__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0847418Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0853620Z test_noncontiguous_outermost__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0869606Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0875833Z test_noncontiguous_outermost__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0891270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0897725Z test_noncontiguous_outermost__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.0912940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:18.0918864Z test_noncontiguous_outermost__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:18.9720016Z Tests reducing along noncontiguous outermost dimension. ... ok (0.880s) 2022-05-18T05:09:18.9726397Z test_noncontiguous_outermost__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:19.8268313Z Tests reducing along noncontiguous outermost dimension. ... ok (0.855s) 2022-05-18T05:09:19.8274416Z test_noncontiguous_outermost__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:25.5465860Z Tests reducing along noncontiguous outermost dimension. ... ok (5.720s) 2022-05-18T05:09:25.5471148Z test_noncontiguous_outermost__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:28.8001009Z Tests reducing along noncontiguous outermost dimension. ... ok (3.253s) 2022-05-18T05:09:28.8006064Z test_noncontiguous_outermost__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:29.6589154Z Tests reducing along noncontiguous outermost dimension. ... ok (0.859s) 2022-05-18T05:09:29.6594809Z test_noncontiguous_outermost__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:29.6611921Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:29.6617933Z test_noncontiguous_outermost__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4663468Z Tests reducing along noncontiguous outermost dimension. ... ok (0.805s) 2022-05-18T05:09:30.4669244Z test_noncontiguous_outermost__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4684165Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4690351Z test_noncontiguous_outermost__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4704100Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4710193Z test_noncontiguous_outermost__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4723221Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4729681Z test_noncontiguous_outermost__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4743663Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4749602Z test_noncontiguous_outermost__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4769187Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4774761Z test_noncontiguous_outermost__masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4794439Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4799906Z test_noncontiguous_outermost__masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4821311Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.4826858Z test_noncontiguous_outermost__masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4847830Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.4853525Z test_noncontiguous_outermost__masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4872782Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4878251Z test_noncontiguous_outermost__masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4897295Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4902836Z test_noncontiguous_outermost__masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4921471Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4927052Z test_noncontiguous_outermost__masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4946100Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.4951610Z test_noncontiguous_outermost__masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.4975763Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.4981578Z test_noncontiguous_outermost__masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5000054Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5005585Z test_noncontiguous_outermost__masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5024392Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5029930Z test_noncontiguous_outermost__masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5048235Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5053816Z test_noncontiguous_outermost__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5069598Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5075299Z test_noncontiguous_outermost__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5087630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5093265Z test_noncontiguous_outermost__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5110057Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5115624Z test_noncontiguous_outermost__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5132392Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5138375Z test_noncontiguous_outermost__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5159402Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.5165095Z test_noncontiguous_outermost__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5180742Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5186386Z test_noncontiguous_outermost__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5201266Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5206892Z test_noncontiguous_outermost__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5220161Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5225519Z test_noncontiguous_outermost__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5238119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5243745Z test_noncontiguous_outermost__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5256057Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5261928Z test_noncontiguous_outermost__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5274571Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5280155Z test_noncontiguous_outermost__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5292844Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5298890Z test_noncontiguous_outermost__masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5323349Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.5329106Z test_noncontiguous_outermost__masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5350339Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.5355966Z test_noncontiguous_outermost__masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5376640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.5382358Z test_noncontiguous_outermost__masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5400744Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5406494Z test_noncontiguous_outermost__masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5425411Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5430997Z test_noncontiguous_outermost__masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5449119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5454738Z test_noncontiguous_outermost__masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5473126Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5478651Z test_noncontiguous_outermost__masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5497080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5502641Z test_noncontiguous_outermost__masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5528047Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.5533858Z test_noncontiguous_outermost__masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5552156Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5557578Z test_noncontiguous_outermost__masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5575856Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5581463Z test_noncontiguous_outermost_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5595059Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5601057Z test_noncontiguous_outermost_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5613324Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5619496Z test_noncontiguous_outermost_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5633557Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5639146Z test_noncontiguous_outermost_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5653540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5659482Z test_noncontiguous_outermost_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5672851Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5678374Z test_noncontiguous_outermost_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5697650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5703174Z test_noncontiguous_outermost_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5716445Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5722143Z test_noncontiguous_outermost_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5734396Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5740280Z test_noncontiguous_outermost_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5752536Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5758022Z test_noncontiguous_outermost_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5770427Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5776063Z test_noncontiguous_outermost_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5788640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5794202Z test_noncontiguous_outermost_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5806681Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5812214Z test_noncontiguous_outermost_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5827874Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5833499Z test_noncontiguous_outermost_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5851173Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5856875Z test_noncontiguous_outermost_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5872043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5877642Z test_noncontiguous_outermost_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5892633Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5898541Z test_noncontiguous_outermost_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5913214Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5918945Z test_noncontiguous_outermost_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5931352Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5937232Z test_noncontiguous_outermost_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5949459Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5955217Z test_noncontiguous_outermost_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5967192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5972916Z test_noncontiguous_outermost_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.5985694Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.5991378Z test_noncontiguous_outermost_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6009580Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6015603Z test_noncontiguous_outermost_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6030963Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6036569Z test_noncontiguous_outermost_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6048818Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6054475Z test_noncontiguous_outermost_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6069884Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6075479Z test_noncontiguous_outermost_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6090549Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6096223Z test_noncontiguous_outermost_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6111175Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6116787Z test_noncontiguous_outermost_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6129265Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6135131Z test_noncontiguous_outermost_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6147724Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6153296Z test_noncontiguous_outermost_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6170984Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6176690Z test_noncontiguous_outermost_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6189196Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6194824Z test_noncontiguous_outermost_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6207121Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6212829Z test_noncontiguous_outermost_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6226752Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6232247Z test_noncontiguous_outermost_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6244548Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6249997Z test_noncontiguous_outermost_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6264565Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6270251Z test_noncontiguous_outermost_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6284439Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6290128Z test_noncontiguous_outermost_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6303875Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6309572Z test_noncontiguous_outermost_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6328389Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6334036Z test_noncontiguous_outermost_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6347569Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6353124Z test_noncontiguous_outermost_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6365412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6371594Z test_noncontiguous_outermost_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6384584Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6390702Z test_noncontiguous_outermost_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6403447Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6409476Z test_noncontiguous_outermost_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6422487Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6428660Z test_noncontiguous_outermost_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6441337Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6447502Z test_noncontiguous_outermost_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6461226Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6467454Z test_noncontiguous_outermost_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6486425Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6492453Z test_noncontiguous_outermost_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6506101Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6511670Z test_noncontiguous_outermost_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6524598Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6530371Z test_noncontiguous_outermost_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6542471Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6548038Z test_noncontiguous_outermost_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6560302Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6565922Z test_noncontiguous_outermost_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6578173Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6583862Z test_noncontiguous_outermost_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6595868Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6601420Z test_noncontiguous_outermost_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6613705Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6619816Z test_noncontiguous_outermost_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6648549Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6649079Z test_noncontiguous_outermost_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6657032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6662542Z test_noncontiguous_outermost_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6675594Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6681152Z test_noncontiguous_outermost_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6694067Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6700154Z test_noncontiguous_outermost_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6711918Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6718063Z test_noncontiguous_outermost_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6730475Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6736952Z test_noncontiguous_outermost_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6749301Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6755351Z test_noncontiguous_outermost_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6767833Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6773688Z test_noncontiguous_outermost_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6791762Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6797329Z test_noncontiguous_outermost_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6810910Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6816979Z test_noncontiguous_outermost_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6829432Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6835090Z test_noncontiguous_outermost_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6849750Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6855535Z test_noncontiguous_outermost_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6870238Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6875970Z test_noncontiguous_outermost_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6889456Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6895115Z test_noncontiguous_outermost_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6909024Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6914719Z test_noncontiguous_outermost_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6933979Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6939908Z test_noncontiguous_outermost_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6952428Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6958079Z test_noncontiguous_outermost_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6970762Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6976592Z test_noncontiguous_outermost_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.6989331Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.6995009Z test_noncontiguous_outermost_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7007754Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7013359Z test_noncontiguous_outermost_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7026381Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7031981Z test_noncontiguous_outermost_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7047221Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7052785Z test_noncontiguous_outermost_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7069398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7075200Z test_noncontiguous_outermost_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7097902Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.7103474Z test_noncontiguous_outermost_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7118613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7124174Z test_noncontiguous_outermost_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7139486Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7145086Z test_noncontiguous_outermost_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7160137Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7165772Z test_noncontiguous_outermost_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7182559Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7188053Z test_noncontiguous_outermost_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7204495Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7210102Z test_noncontiguous_outermost_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7227125Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7233145Z test_noncontiguous_outermost_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7249694Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7255861Z test_noncontiguous_outermost_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7277433Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:30.7283074Z test_noncontiguous_outermost_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7295325Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7301191Z test_noncontiguous_outermost_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7316296Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7321914Z test_noncontiguous_outermost_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7337140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7342703Z test_noncontiguous_outermost_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7357564Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7363322Z test_noncontiguous_outermost_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7375973Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7381622Z test_noncontiguous_outermost_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7394009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7399709Z test_noncontiguous_outermost_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7411821Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7417750Z test_noncontiguous_outermost_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7437347Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7442867Z test_noncontiguous_outermost_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7455160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7460989Z test_noncontiguous_outermost_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7476105Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7481722Z test_noncontiguous_outermost_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7494477Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7500206Z test_noncontiguous_outermost_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:30.7516219Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:30.7521859Z test_noncontiguous_outermost_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2081846Z Tests reducing along noncontiguous outermost dimension. ... ok (3.456s) 2022-05-18T05:09:34.2086966Z test_noncontiguous_outermost_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2105655Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2111100Z test_noncontiguous_outermost_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2127160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2132706Z test_noncontiguous_outermost_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2155228Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:34.2160823Z test_noncontiguous_outermost_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2175424Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2181130Z test_noncontiguous_outermost_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2193611Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2199148Z test_noncontiguous_outermost_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2211539Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2217698Z test_noncontiguous_outermost_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2229704Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2235698Z test_noncontiguous_outermost_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2248401Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2254507Z test_noncontiguous_outermost_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2267636Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2273672Z test_noncontiguous_outermost_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2294032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:34.2300560Z test_noncontiguous_outermost_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2328283Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:34.2334328Z test_noncontiguous_outermost_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2357583Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:34.2363738Z test_noncontiguous_outermost_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2384202Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:34.2390210Z test_noncontiguous_outermost_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2410430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:34.2416622Z test_noncontiguous_outermost_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2436170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2442342Z test_noncontiguous_outermost_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2458183Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2464207Z test_noncontiguous_outermost_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2476873Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2482908Z test_noncontiguous_outermost_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:34.2499953Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:34.2505966Z test_noncontiguous_outermost_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4427920Z Tests reducing along noncontiguous outermost dimension. ... ok (1.192s) 2022-05-18T05:09:35.4433352Z test_noncontiguous_outermost_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4451860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4457784Z test_noncontiguous_outermost_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4473493Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4479381Z test_noncontiguous_outermost_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4494950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4500997Z test_noncontiguous_outermost_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4516095Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4521789Z test_noncontiguous_outermost_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4534873Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4540822Z test_noncontiguous_outermost_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4553545Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4559381Z test_noncontiguous_outermost_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4571746Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4577949Z test_noncontiguous_outermost_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4596090Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4601655Z test_noncontiguous_outermost_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4614013Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4619974Z test_noncontiguous_outermost_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4639788Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4645376Z test_noncontiguous_outermost_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4666737Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:35.4672829Z test_noncontiguous_outermost_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4695364Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:35.4701655Z test_noncontiguous_outermost_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4721928Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:35.4728031Z test_noncontiguous_outermost_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4748353Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T05:09:35.4754571Z test_noncontiguous_outermost_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4773909Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T05:09:35.4779733Z test_noncontiguous_transposed__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4801401Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.4807043Z test_noncontiguous_transposed__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4823050Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4828649Z test_noncontiguous_transposed__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4844308Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4849964Z test_noncontiguous_transposed__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4865589Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4871308Z test_noncontiguous_transposed__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4884156Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4889774Z test_noncontiguous_transposed__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4903037Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4908674Z test_noncontiguous_transposed__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4921164Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4926989Z test_noncontiguous_transposed__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4940113Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4945690Z test_noncontiguous_transposed__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4964625Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4970331Z test_noncontiguous_transposed__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.4986274Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.4991565Z test_noncontiguous_transposed__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5006721Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5011985Z test_noncontiguous_transposed__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5027456Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5032722Z test_noncontiguous_transposed__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5047511Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5052759Z test_noncontiguous_transposed__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5065717Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5070880Z test_noncontiguous_transposed__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5083420Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5088717Z test_noncontiguous_transposed__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5101264Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5106481Z test_noncontiguous_transposed__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5124772Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5129958Z test_noncontiguous_transposed__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5142938Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5148159Z test_noncontiguous_transposed__masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5163811Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5169127Z test_noncontiguous_transposed__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5184988Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5190277Z test_noncontiguous_transposed__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5205930Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5211199Z test_noncontiguous_transposed__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5226924Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5232069Z test_noncontiguous_transposed__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5245127Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5250442Z test_noncontiguous_transposed__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5263923Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5269261Z test_noncontiguous_transposed__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5287531Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5292941Z test_noncontiguous_transposed__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5306123Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5311437Z test_noncontiguous_transposed__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5324246Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5329489Z test_noncontiguous_transposed__masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5345562Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5350853Z test_noncontiguous_transposed__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5366331Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5371632Z test_noncontiguous_transposed__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5387497Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5392692Z test_noncontiguous_transposed__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5408005Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5413326Z test_noncontiguous_transposed__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5426848Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5432068Z test_noncontiguous_transposed__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5450844Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5456196Z test_noncontiguous_transposed__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5468655Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5473876Z test_noncontiguous_transposed__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5486826Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5492129Z test_noncontiguous_transposed__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5505543Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5510606Z test_noncontiguous_transposed__masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5527149Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5532484Z test_noncontiguous_transposed__masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5548212Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5553440Z test_noncontiguous_transposed__masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5571182Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5576511Z test_noncontiguous_transposed__masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5594766Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5599976Z test_noncontiguous_transposed__masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5622655Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.5627950Z test_noncontiguous_transposed__masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5644281Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5649511Z test_noncontiguous_transposed__masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5665794Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5671389Z test_noncontiguous_transposed__masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5687031Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5692261Z test_noncontiguous_transposed__masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5708063Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5713307Z test_noncontiguous_transposed__masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5729039Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5734441Z test_noncontiguous_transposed__masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5750405Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5755648Z test_noncontiguous_transposed__masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5771362Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5776780Z test_noncontiguous_transposed__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5798064Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.5803223Z test_noncontiguous_transposed__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5818549Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5823832Z test_noncontiguous_transposed__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5838848Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5844114Z test_noncontiguous_transposed__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5859332Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5864533Z test_noncontiguous_transposed__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5880062Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5885439Z test_noncontiguous_transposed__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5898620Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5903850Z test_noncontiguous_transposed__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5920527Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5925815Z test_noncontiguous_transposed__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5943333Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5948629Z test_noncontiguous_transposed__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5971328Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.5976603Z test_noncontiguous_transposed__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.5992298Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.5997589Z test_noncontiguous_transposed__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6012841Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6018405Z test_noncontiguous_transposed__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6031463Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6036703Z test_noncontiguous_transposed__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6049642Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6054916Z test_noncontiguous_transposed__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6067803Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6073033Z test_noncontiguous_transposed__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6085923Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6091146Z test_noncontiguous_transposed__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6104508Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6109667Z test_noncontiguous_transposed__masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6134297Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.6139865Z test_noncontiguous_transposed__masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6160093Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6165293Z test_noncontiguous_transposed__masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6186203Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.6191368Z test_noncontiguous_transposed__masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6209954Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6215347Z test_noncontiguous_transposed__masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6233992Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6239026Z test_noncontiguous_transposed__masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6257649Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6262692Z test_noncontiguous_transposed__masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6280899Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6286038Z test_noncontiguous_transposed__masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6310104Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.6315222Z test_noncontiguous_transposed__masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6333546Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6338984Z test_noncontiguous_transposed__masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6357286Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6363001Z test_noncontiguous_transposed__masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6381891Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6387716Z test_noncontiguous_transposed__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6403147Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6408752Z test_noncontiguous_transposed__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6421810Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6427420Z test_noncontiguous_transposed__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6444459Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6450028Z test_noncontiguous_transposed__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6467437Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6473010Z test_noncontiguous_transposed__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6494390Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.6500371Z test_noncontiguous_transposed__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6515833Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6521495Z test_noncontiguous_transposed__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6536735Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6542709Z test_noncontiguous_transposed__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6555687Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6560893Z test_noncontiguous_transposed__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6573377Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6578860Z test_noncontiguous_transposed__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6591032Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6596154Z test_noncontiguous_transposed__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6608690Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6613895Z test_noncontiguous_transposed__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6626996Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6632079Z test_noncontiguous_transposed__masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6656250Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.6661666Z test_noncontiguous_transposed__masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6681579Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6686899Z test_noncontiguous_transposed__masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6707411Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6712738Z test_noncontiguous_transposed__masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6730731Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6736031Z test_noncontiguous_transposed__masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6754345Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6759538Z test_noncontiguous_transposed__masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6777530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6783151Z test_noncontiguous_transposed__masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6801297Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6806983Z test_noncontiguous_transposed__masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6825592Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6831275Z test_noncontiguous_transposed__masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6855378Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.6861367Z test_noncontiguous_transposed__masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6879471Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6885091Z test_noncontiguous_transposed__masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6903590Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6909171Z test_noncontiguous_transposed_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6922735Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6928367Z test_noncontiguous_transposed_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6941304Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6947016Z test_noncontiguous_transposed_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6961437Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6967140Z test_noncontiguous_transposed_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.6982041Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.6987271Z test_noncontiguous_transposed_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7000520Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7005754Z test_noncontiguous_transposed_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7025057Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7030249Z test_noncontiguous_transposed_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7043383Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7049008Z test_noncontiguous_transposed_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7061829Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7067387Z test_noncontiguous_transposed_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7079918Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7085583Z test_noncontiguous_transposed_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7098473Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7104059Z test_noncontiguous_transposed_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7116539Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7121726Z test_noncontiguous_transposed_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7134199Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7139675Z test_noncontiguous_transposed_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7154767Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7159901Z test_noncontiguous_transposed_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7178360Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7183693Z test_noncontiguous_transposed_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7198396Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7203684Z test_noncontiguous_transposed_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7218905Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7224277Z test_noncontiguous_transposed_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7239041Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7244090Z test_noncontiguous_transposed_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7256180Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7261660Z test_noncontiguous_transposed_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7273980Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7279199Z test_noncontiguous_transposed_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7291131Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7296364Z test_noncontiguous_transposed_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7309077Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7314709Z test_noncontiguous_transposed_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7332618Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7338216Z test_noncontiguous_transposed_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7353170Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7359092Z test_noncontiguous_transposed_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7371725Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7377839Z test_noncontiguous_transposed_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7392939Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7398549Z test_noncontiguous_transposed_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7413838Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7419966Z test_noncontiguous_transposed_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7434873Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7440489Z test_noncontiguous_transposed_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7453132Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7458586Z test_noncontiguous_transposed_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7470929Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7476202Z test_noncontiguous_transposed_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7494211Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7499839Z test_noncontiguous_transposed_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7511947Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7517577Z test_noncontiguous_transposed_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7529834Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7535143Z test_noncontiguous_transposed_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7548581Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7553833Z test_noncontiguous_transposed_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7565931Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7571308Z test_noncontiguous_transposed_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7585864Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7591010Z test_noncontiguous_transposed_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7605703Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7610715Z test_noncontiguous_transposed_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7624163Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7629522Z test_noncontiguous_transposed_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7648743Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7654091Z test_noncontiguous_transposed_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7667660Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7672936Z test_noncontiguous_transposed_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7685140Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7690348Z test_noncontiguous_transposed_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7702983Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7708112Z test_noncontiguous_transposed_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7720331Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7725652Z test_noncontiguous_transposed_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7738235Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7743511Z test_noncontiguous_transposed_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7755783Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7761034Z test_noncontiguous_transposed_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7774172Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7780219Z test_noncontiguous_transposed_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7799308Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7804516Z test_noncontiguous_transposed_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7817729Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7823023Z test_noncontiguous_transposed_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7836083Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7841355Z test_noncontiguous_transposed_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7853354Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7858951Z test_noncontiguous_transposed_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7871117Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7876441Z test_noncontiguous_transposed_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7888576Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7893814Z test_noncontiguous_transposed_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7906216Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7911473Z test_noncontiguous_transposed_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7923687Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7928981Z test_noncontiguous_transposed_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7949499Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7954709Z test_noncontiguous_transposed_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7967764Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7973043Z test_noncontiguous_transposed_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.7986293Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.7991361Z test_noncontiguous_transposed_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8004573Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8009664Z test_noncontiguous_transposed_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8022337Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8027369Z test_noncontiguous_transposed_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8039334Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8044600Z test_noncontiguous_transposed_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8056985Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8062162Z test_noncontiguous_transposed_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8074560Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8079759Z test_noncontiguous_transposed_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8097897Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8103079Z test_noncontiguous_transposed_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8116477Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8121810Z test_noncontiguous_transposed_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8134408Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8140019Z test_noncontiguous_transposed_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8154196Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8159437Z test_noncontiguous_transposed_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8174354Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8179907Z test_noncontiguous_transposed_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8193335Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8198395Z test_noncontiguous_transposed_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8211905Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8217672Z test_noncontiguous_transposed_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8231074Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8236187Z test_noncontiguous_transposed_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8254651Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8260164Z test_noncontiguous_transposed_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8272736Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8278106Z test_noncontiguous_transposed_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8290694Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8296404Z test_noncontiguous_transposed_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8308820Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8314084Z test_noncontiguous_transposed_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8326619Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8331955Z test_noncontiguous_transposed_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8347296Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8352983Z test_noncontiguous_transposed_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8369518Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8375173Z test_noncontiguous_transposed_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8392402Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8398047Z test_noncontiguous_transposed_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8419587Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.8425622Z test_noncontiguous_transposed_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8440777Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8446436Z test_noncontiguous_transposed_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8461887Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8467622Z test_noncontiguous_transposed_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8484326Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8489999Z test_noncontiguous_transposed_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8507173Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8512653Z test_noncontiguous_transposed_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8529298Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8535197Z test_noncontiguous_transposed_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8551674Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8557355Z test_noncontiguous_transposed_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8572728Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8578683Z test_noncontiguous_transposed_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8597032Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8602677Z test_noncontiguous_transposed_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8618312Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8623985Z test_noncontiguous_transposed_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8639322Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8644810Z test_noncontiguous_transposed_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8660131Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8665604Z test_noncontiguous_transposed_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8678232Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8683941Z test_noncontiguous_transposed_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8696588Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8702372Z test_noncontiguous_transposed_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8714806Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8720468Z test_noncontiguous_transposed_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8733270Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8739212Z test_noncontiguous_transposed_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8757793Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8763424Z test_noncontiguous_transposed_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8779098Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8784651Z test_noncontiguous_transposed_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8797013Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8802866Z test_noncontiguous_transposed_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8819288Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8824972Z test_noncontiguous_transposed_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8842188Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8847587Z test_noncontiguous_transposed_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8864385Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8869701Z test_noncontiguous_transposed_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8884803Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8889925Z test_noncontiguous_transposed_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8905244Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8910494Z test_noncontiguous_transposed_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8930755Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8936074Z test_noncontiguous_transposed_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8948559Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8953844Z test_noncontiguous_transposed_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8966054Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8971264Z test_noncontiguous_transposed_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.8983489Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.8988605Z test_noncontiguous_transposed_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9000811Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9006087Z test_noncontiguous_transposed_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9018626Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9023933Z test_noncontiguous_transposed_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9043610Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9048858Z test_noncontiguous_transposed_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9075825Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.9081058Z test_noncontiguous_transposed_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9103210Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.9108468Z test_noncontiguous_transposed_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9127599Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9132859Z test_noncontiguous_transposed_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9152523Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9157770Z test_noncontiguous_transposed_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9176360Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9181893Z test_noncontiguous_transposed_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9196937Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9202034Z test_noncontiguous_transposed_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9214477Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9220085Z test_noncontiguous_transposed_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9236093Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9241377Z test_noncontiguous_transposed_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9264073Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.9269290Z test_noncontiguous_transposed_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9285745Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9290907Z test_noncontiguous_transposed_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9306156Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9311419Z test_noncontiguous_transposed_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9327083Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9332438Z test_noncontiguous_transposed_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9347325Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9352568Z test_noncontiguous_transposed_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9364756Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9370233Z test_noncontiguous_transposed_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9382805Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9387954Z test_noncontiguous_transposed_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9400121Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9405267Z test_noncontiguous_transposed_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9423822Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9429008Z test_noncontiguous_transposed_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9441240Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9446480Z test_noncontiguous_transposed_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9466203Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9471469Z test_noncontiguous_transposed_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9492184Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.9497748Z test_noncontiguous_transposed_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9519308Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T05:09:35.9524509Z test_noncontiguous_transposed_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9544509Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9549565Z test_noncontiguous_transposed_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9569031Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9574325Z test_noncontiguous_transposed_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:09:35.9593566Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T05:09:35.9626961Z test_numpy_named_args_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:35.9660857Z test_prod_bool_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-05-18T05:09:35.9674266Z test_prod_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:36.6873331Z test_prod_gpu_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.720s) 2022-05-18T05:09:36.6911931Z test_prod_gpu_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:09:36.6924882Z test_prod_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:09:36.7126944Z test_quantile_backward_cuda (__main__.TestReductionsCUDA) ... ok (0.020s) 2022-05-18T05:09:42.0896466Z test_quantile_cuda_float32 (__main__.TestReductionsCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/lib/nanfunctions.py:1389: RuntimeWarning: All-NaN slice encountered 2022-05-18T05:09:42.0897073Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-05-18T05:09:42.5427369Z /opt/conda/lib/python3.9/site-packages/numpy/lib/nanfunctions.py:1368: RuntimeWarning: All-NaN slice encountered 2022-05-18T05:09:42.5427822Z r, k = function_base._ureduce( 2022-05-18T05:09:43.4478037Z ok (6.735s) 2022-05-18T05:09:49.9891609Z test_quantile_cuda_float64 (__main__.TestReductionsCUDA) ... ok (6.541s) 2022-05-18T05:09:50.0250908Z test_quantile_error_cuda (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-05-18T05:09:50.0358525Z test_reduce_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-05-18T05:09:50.0589905Z test_reduction_empty_any_all_cuda (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:09:50.1478722Z test_reduction_split_cuda (__main__.TestReductionsCUDA) ... skip: Insufficient cuda:0 memory (0.089s) 2022-05-18T05:09:52.4113926Z test_reduction_vectorize_along_input_corner_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (2.263s) 2022-05-18T05:09:54.6117185Z test_reduction_vectorize_along_input_corner_cuda_float16 (__main__.TestReductionsCUDA) ... ok (2.200s) 2022-05-18T05:09:58.2510319Z test_reduction_vectorize_along_input_corner_cuda_float32 (__main__.TestReductionsCUDA) ... ok (3.639s) 2022-05-18T05:10:05.4158464Z test_reduction_vectorize_along_input_corner_cuda_float64 (__main__.TestReductionsCUDA) ... ok (7.165s) 2022-05-18T05:10:05.4711091Z test_reduction_vectorize_along_output_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.055s) 2022-05-18T05:10:05.5243893Z test_reduction_vectorize_along_output_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.053s) 2022-05-18T05:10:05.5778293Z test_reduction_vectorize_along_output_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.053s) 2022-05-18T05:10:05.6314557Z test_reduction_vectorize_along_output_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.053s) 2022-05-18T05:10:05.6323335Z test_ref_duplicate_values__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6351101Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:05.6360237Z test_ref_duplicate_values__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6388858Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:05.6397968Z test_ref_duplicate_values__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6422336Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6431441Z test_ref_duplicate_values__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6453749Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6462995Z test_ref_duplicate_values__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6484868Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6493732Z test_ref_duplicate_values__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6515629Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6524505Z test_ref_duplicate_values__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6546783Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6555681Z test_ref_duplicate_values__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6578749Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6587471Z test_ref_duplicate_values__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6615605Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:05.6625014Z test_ref_duplicate_values__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6649138Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6658817Z test_ref_duplicate_values__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6683243Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6692218Z test_ref_duplicate_values__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6714787Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6723619Z test_ref_duplicate_values__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6745607Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6754447Z test_ref_duplicate_values__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6776254Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6785594Z test_ref_duplicate_values__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6807456Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6816182Z test_ref_duplicate_values__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6838726Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6847591Z test_ref_duplicate_values__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6877235Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:05.6886304Z test_ref_duplicate_values__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6911493Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6920513Z test_ref_duplicate_values__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6944868Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6954048Z test_ref_duplicate_values__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.6976054Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.6985265Z test_ref_duplicate_values__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7006758Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7015590Z test_ref_duplicate_values__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7036641Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7045525Z test_ref_duplicate_values__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7067502Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7076374Z test_ref_duplicate_values__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7098533Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7107848Z test_ref_duplicate_values__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7135629Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:05.7147121Z test_ref_duplicate_values__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7168170Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7177247Z test_ref_duplicate_values__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7200680Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7209837Z test_ref_duplicate_values__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7230676Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7239553Z test_ref_duplicate_values__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7260050Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7269429Z test_ref_duplicate_values__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7288482Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7297522Z test_ref_duplicate_values__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7317759Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7326932Z test_ref_duplicate_values__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:05.7351945Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:05.7360897Z test_ref_duplicate_values__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:06.8187629Z Compares op against reference for input tensors with duplicate values ... ok (1.083s) 2022-05-18T05:10:06.8196221Z test_ref_duplicate_values__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:20.5033129Z Compares op against reference for input tensors with duplicate values ... ok (13.684s) 2022-05-18T05:10:20.5041866Z test_ref_duplicate_values__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:27.0720483Z Compares op against reference for input tensors with duplicate values ... ok (6.569s) 2022-05-18T05:10:27.0729562Z test_ref_duplicate_values__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:28.1172061Z Compares op against reference for input tensors with duplicate values ... ok (1.045s) 2022-05-18T05:10:28.1181512Z test_ref_duplicate_values__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:28.1206428Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:28.1215721Z test_ref_duplicate_values__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.0957340Z Compares op against reference for input tensors with duplicate values ... ok (0.975s) 2022-05-18T05:10:29.0965618Z test_ref_duplicate_values__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.0989699Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.0998543Z test_ref_duplicate_values__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1026795Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:29.1035832Z test_ref_duplicate_values__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1056582Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1065871Z test_ref_duplicate_values__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1087287Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1096371Z test_ref_duplicate_values__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1118230Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1127305Z test_ref_duplicate_values__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1148167Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1156874Z test_ref_duplicate_values__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1182035Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1191329Z test_ref_duplicate_values__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1216109Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1225221Z test_ref_duplicate_values__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1248220Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1257384Z test_ref_duplicate_values__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1285235Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:29.1294242Z test_ref_duplicate_values__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1317589Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1326600Z test_ref_duplicate_values__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1347585Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1356696Z test_ref_duplicate_values__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1376789Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1386677Z test_ref_duplicate_values__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1406950Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1415912Z test_ref_duplicate_values__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1436627Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1445298Z test_ref_duplicate_values__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1466857Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1475490Z test_ref_duplicate_values_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1494885Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1503925Z test_ref_duplicate_values_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1530943Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1539875Z test_ref_duplicate_values_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1561065Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1570100Z test_ref_duplicate_values_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1590667Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1599295Z test_ref_duplicate_values_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1619696Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1628386Z test_ref_duplicate_values_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1648501Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1657405Z test_ref_duplicate_values_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1676876Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1685792Z test_ref_duplicate_values_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1705520Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1714185Z test_ref_duplicate_values_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1733518Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1743088Z test_ref_duplicate_values_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1767774Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1776681Z test_ref_duplicate_values_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1796260Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1804979Z test_ref_duplicate_values_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1825204Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1833961Z test_ref_duplicate_values_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1855957Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1865129Z test_ref_duplicate_values_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1887470Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1896686Z test_ref_duplicate_values_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1918772Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1927884Z test_ref_duplicate_values_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1948398Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1956987Z test_ref_duplicate_values_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.1976995Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.1986147Z test_ref_duplicate_values_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2012056Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2021140Z test_ref_duplicate_values_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2040733Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2049511Z test_ref_duplicate_values_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2069548Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2078027Z test_ref_duplicate_values_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2098077Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2106673Z test_ref_duplicate_values_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2128905Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2138412Z test_ref_duplicate_values_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2160921Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2169887Z test_ref_duplicate_values_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2192271Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2201160Z test_ref_duplicate_values_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2221807Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2230409Z test_ref_duplicate_values_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2255309Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2265105Z test_ref_duplicate_values_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2284763Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2294302Z test_ref_duplicate_values_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2314763Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2323459Z test_ref_duplicate_values_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2344319Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2352146Z test_ref_duplicate_values_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2371358Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2380387Z test_ref_duplicate_values_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2402011Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2411124Z test_ref_duplicate_values_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2432924Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2441428Z test_ref_duplicate_values_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2461841Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2470550Z test_ref_duplicate_values_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2497059Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2505598Z test_ref_duplicate_values_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2525622Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2534566Z test_ref_duplicate_values_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2554563Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2563221Z test_ref_duplicate_values_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2583035Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2591840Z test_ref_duplicate_values_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2611139Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2620175Z test_ref_duplicate_values_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2639382Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2648284Z test_ref_duplicate_values_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2668289Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2677140Z test_ref_duplicate_values_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2697484Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2706320Z test_ref_duplicate_values_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2731598Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2740682Z test_ref_duplicate_values_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2760683Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2769360Z test_ref_duplicate_values_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2789223Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2797615Z test_ref_duplicate_values_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2816767Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2825904Z test_ref_duplicate_values_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2844887Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2853534Z test_ref_duplicate_values_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2873365Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2882014Z test_ref_duplicate_values_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2901429Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2910063Z test_ref_duplicate_values_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2930170Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2939144Z test_ref_duplicate_values_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2964579Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.2973591Z test_ref_duplicate_values_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.2994438Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3003070Z test_ref_duplicate_values_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3022568Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3031288Z test_ref_duplicate_values_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3050088Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3059258Z test_ref_duplicate_values_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3078499Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3088053Z test_ref_duplicate_values_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3107847Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3117496Z test_ref_duplicate_values_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3136819Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3145727Z test_ref_duplicate_values_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3166409Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3175070Z test_ref_duplicate_values_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3203189Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:29.3211787Z test_ref_duplicate_values_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3234704Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3243271Z test_ref_duplicate_values_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3264883Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3273571Z test_ref_duplicate_values_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3294937Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3304020Z test_ref_duplicate_values_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3325191Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3334416Z test_ref_duplicate_values_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3355599Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3364466Z test_ref_duplicate_values_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3385260Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3394239Z test_ref_duplicate_values_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3414317Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3423947Z test_ref_duplicate_values_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3450061Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3458696Z test_ref_duplicate_values_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3479471Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3488240Z test_ref_duplicate_values_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3512889Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3521876Z test_ref_duplicate_values_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3546780Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3556121Z test_ref_duplicate_values_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3579488Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3588385Z test_ref_duplicate_values_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3611581Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3620571Z test_ref_duplicate_values_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3643661Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3652736Z test_ref_duplicate_values_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3653340Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.3663108Z test_ref_duplicate_values_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3690323Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:29.3699615Z test_ref_duplicate_values_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3731918Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-05-18T05:10:29.3741348Z test_ref_duplicate_values_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3761753Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3770568Z test_ref_duplicate_values_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3793982Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3803086Z test_ref_duplicate_values_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3826654Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3835605Z test_ref_duplicate_values_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3858709Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3867863Z test_ref_duplicate_values_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3888164Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3896936Z test_ref_duplicate_values_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3917521Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3926194Z test_ref_duplicate_values_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3951698Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3960602Z test_ref_duplicate_values_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.3981447Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.3990097Z test_ref_duplicate_values_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4010632Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4019783Z test_ref_duplicate_values_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4039800Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4049732Z test_ref_duplicate_values_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4074455Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4083576Z test_ref_duplicate_values_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4084065Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4093461Z test_ref_duplicate_values_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4093925Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4103395Z test_ref_duplicate_values_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4125591Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4134818Z test_ref_duplicate_values_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4157763Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4166780Z test_ref_duplicate_values_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4187384Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4196552Z test_ref_duplicate_values_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4223432Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4232189Z test_ref_duplicate_values_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4252225Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4261369Z test_ref_duplicate_values_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4281698Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4290516Z test_ref_duplicate_values_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4290983Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4300469Z test_ref_duplicate_values_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4300956Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4309855Z test_ref_duplicate_values_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4310326Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4319035Z test_ref_duplicate_values_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4319499Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4329950Z test_ref_duplicate_values_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4330449Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4340122Z test_ref_duplicate_values_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4340593Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4349468Z test_ref_duplicate_values_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4369329Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4378446Z test_ref_duplicate_values_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4401752Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4410814Z test_ref_duplicate_values_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4435195Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4444244Z test_ref_duplicate_values_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4444721Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4454054Z test_ref_duplicate_values_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4476959Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4486065Z test_ref_duplicate_values_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4508793Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4517810Z test_ref_duplicate_values_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4544446Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4553257Z test_ref_duplicate_values_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4573162Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4582408Z test_ref_duplicate_values_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4601766Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4610522Z test_ref_duplicate_values_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4630711Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4639704Z test_ref_duplicate_values_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4660653Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T05:10:29.4669319Z test_ref_duplicate_values_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4669811Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4679019Z test_ref_duplicate_values_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4679496Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4689414Z test_ref_duplicate_values_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4689884Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4699494Z test_ref_duplicate_values_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4699961Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4708802Z test_ref_duplicate_values_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4709275Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.4716965Z test_ref_extremal_values__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4741204Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.4748604Z test_ref_extremal_values__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4772886Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.4780797Z test_ref_extremal_values__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4804821Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.4812257Z test_ref_extremal_values__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4842543Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-05-18T05:10:29.4849883Z test_ref_extremal_values__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4876364Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.4883234Z test_ref_extremal_values__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4907405Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.4914855Z test_ref_extremal_values__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4940122Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.4947435Z test_ref_extremal_values__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.4971601Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.4979459Z test_ref_extremal_values_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5002644Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5010169Z test_ref_extremal_values_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5032758Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5040268Z test_ref_extremal_values_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5064031Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5071489Z test_ref_extremal_values_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5102466Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-05-18T05:10:29.5109860Z test_ref_extremal_values_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5133023Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5140815Z test_ref_extremal_values_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5162859Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5170791Z test_ref_extremal_values_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5193628Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5200963Z test_ref_extremal_values_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5224276Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5232362Z test_ref_extremal_values_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5257882Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5265137Z test_ref_extremal_values_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5288788Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5296294Z test_ref_extremal_values_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5296937Z Compares op against reference for input tensors with extremal values ... skip: Skipped! (0.001s) 2022-05-18T05:10:29.5304702Z test_ref_extremal_values_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5329251Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5336954Z test_ref_extremal_values_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5373238Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-05-18T05:10:29.5381012Z test_ref_extremal_values_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5405309Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5412960Z test_ref_extremal_values_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5437563Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5445096Z test_ref_extremal_values_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5468616Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5476112Z test_ref_extremal_values_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5511495Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:194: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:10:29.5512018Z arrmean = um.true_divide( 2022-05-18T05:10:29.5512546Z /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:202: RuntimeWarning: invalid value encountered in subtract 2022-05-18T05:10:29.5513009Z x = asanyarray(arr - arrmean) 2022-05-18T05:10:29.5526983Z ok (0.006s) 2022-05-18T05:10:29.5534108Z test_ref_extremal_values_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5574470Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-05-18T05:10:29.5582732Z test_ref_extremal_values_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5607037Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5614872Z test_ref_extremal_values_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5638438Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T05:10:29.5646064Z test_ref_extremal_values_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5696633Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-05-18T05:10:29.5704281Z test_ref_extremal_values_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5743686Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-05-18T05:10:29.5750025Z test_ref_large_input_1D__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5795033Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.5801261Z test_ref_large_input_1D__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5845623Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.5851787Z test_ref_large_input_1D__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5899668Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.5905778Z test_ref_large_input_1D__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.5953779Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.5960029Z test_ref_large_input_1D__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6011656Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-05-18T05:10:29.6018682Z test_ref_large_input_1D__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6065677Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.6072298Z test_ref_large_input_1D_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6127596Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-05-18T05:10:29.6133880Z test_ref_large_input_1D_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6180760Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.6186693Z test_ref_large_input_1D_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6233208Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.6239238Z test_ref_large_input_1D_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6287953Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.6294186Z test_ref_large_input_1D_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6344245Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-05-18T05:10:29.6350608Z test_ref_large_input_1D_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6400349Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.6406464Z test_ref_large_input_1D_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6482601Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-05-18T05:10:29.6488592Z test_ref_large_input_1D_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6535467Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.6542056Z test_ref_large_input_1D_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6647669Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-05-18T05:10:29.6653925Z test_ref_large_input_1D_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6714613Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-05-18T05:10:29.6720741Z test_ref_large_input_1D_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6772205Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-05-18T05:10:29.6778663Z test_ref_large_input_1D_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6894504Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-05-18T05:10:29.6901670Z test_ref_large_input_1D_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.6949696Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-05-18T05:10:29.6955750Z test_ref_large_input_1D_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7068113Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-05-18T05:10:29.7074622Z test_ref_large_input_2D__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7155188Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.7161858Z test_ref_large_input_2D__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7242043Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.7248562Z test_ref_large_input_2D__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7339738Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-05-18T05:10:29.7346468Z test_ref_large_input_2D__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7431627Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.7438390Z test_ref_large_input_2D__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7529632Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-05-18T05:10:29.7537213Z test_ref_large_input_2D__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7613671Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.008s) 2022-05-18T05:10:29.7621225Z test_ref_large_input_2D_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7704574Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.7710852Z test_ref_large_input_2D_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7788791Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.008s) 2022-05-18T05:10:29.7795427Z test_ref_large_input_2D_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7873798Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.008s) 2022-05-18T05:10:29.7880443Z test_ref_large_input_2D_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.7963045Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.7969562Z test_ref_large_input_2D_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8058524Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.8064968Z test_ref_large_input_2D_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8147346Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.8154032Z test_ref_large_input_2D_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8264020Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.012s) 2022-05-18T05:10:29.8270505Z test_ref_large_input_2D_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8347349Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.008s) 2022-05-18T05:10:29.8353985Z test_ref_large_input_2D_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8522881Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.017s) 2022-05-18T05:10:29.8529785Z test_ref_large_input_2D_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8655752Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-05-18T05:10:29.8662695Z test_ref_large_input_2D_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8752453Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-05-18T05:10:29.8759169Z test_ref_large_input_2D_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.8989506Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.023s) 2022-05-18T05:10:29.8996186Z test_ref_large_input_2D_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.9082442Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.009s) 2022-05-18T05:10:29.9089161Z test_ref_large_input_2D_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:29.9315881Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.023s) 2022-05-18T05:10:29.9322582Z test_ref_large_input_64bit_indexing__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.3786764Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.447s) 2022-05-18T05:10:30.3794369Z test_ref_large_input_64bit_indexing__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.4462334Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.067s) 2022-05-18T05:10:30.4468804Z test_ref_large_input_64bit_indexing__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.5111115Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:30.5117009Z test_ref_large_input_64bit_indexing__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.5758348Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:30.5764131Z test_ref_large_input_64bit_indexing__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.6405742Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:30.6411263Z test_ref_large_input_64bit_indexing__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.7053140Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:30.7060080Z test_ref_large_input_64bit_indexing_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.7697913Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.064s) 2022-05-18T05:10:30.7704242Z test_ref_large_input_64bit_indexing_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.8352064Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:30.8358862Z test_ref_large_input_64bit_indexing_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.9008623Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.066s) 2022-05-18T05:10:30.9014109Z test_ref_large_input_64bit_indexing_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:30.9666239Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.066s) 2022-05-18T05:10:30.9672856Z test_ref_large_input_64bit_indexing_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.0330764Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.066s) 2022-05-18T05:10:31.0336693Z test_ref_large_input_64bit_indexing_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.0978086Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:31.0984599Z test_ref_large_input_64bit_indexing_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.1626195Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:31.1631886Z test_ref_large_input_64bit_indexing_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.2274409Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:31.2280439Z test_ref_large_input_64bit_indexing_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.2925382Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:31.2931721Z test_ref_large_input_64bit_indexing_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.3567706Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.064s) 2022-05-18T05:10:31.3573572Z test_ref_large_input_64bit_indexing_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.4209602Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.064s) 2022-05-18T05:10:31.4215634Z test_ref_large_input_64bit_indexing_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.4869472Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.066s) 2022-05-18T05:10:31.4875295Z test_ref_large_input_64bit_indexing_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.5523598Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.065s) 2022-05-18T05:10:31.5529275Z test_ref_large_input_64bit_indexing_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6169782Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cuda:0 memory (0.064s) 2022-05-18T05:10:31.6174728Z test_ref_scalar_input__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6192584Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6198249Z test_ref_scalar_input__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6213261Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6219349Z test_ref_scalar_input__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6232853Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6238617Z test_ref_scalar_input__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6251304Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6256751Z test_ref_scalar_input__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6270126Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6275535Z test_ref_scalar_input__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6290363Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6295793Z test_ref_scalar_input__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6308718Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6314283Z test_ref_scalar_input__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6326940Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6332444Z test_ref_scalar_input__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6346544Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6352074Z test_ref_scalar_input__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6366165Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6371795Z test_ref_scalar_input__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6388699Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6394190Z test_ref_scalar_input__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6406840Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6412848Z test_ref_scalar_input__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6426254Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6432143Z test_ref_scalar_input__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6445268Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6451241Z test_ref_scalar_input__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6464448Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6470128Z test_ref_scalar_input__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6482826Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6488453Z test_ref_scalar_input__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6503134Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6508782Z test_ref_scalar_input__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6526203Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6531693Z test_ref_scalar_input__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6545826Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6551455Z test_ref_scalar_input__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6564430Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6570000Z test_ref_scalar_input__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6583397Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6588788Z test_ref_scalar_input__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6601428Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6607066Z test_ref_scalar_input__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6620386Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6625981Z test_ref_scalar_input__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6639072Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6644503Z test_ref_scalar_input__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6659060Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6664619Z test_ref_scalar_input__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6683466Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6688936Z test_ref_scalar_input__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6702979Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6708488Z test_ref_scalar_input__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6721352Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6727446Z test_ref_scalar_input__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6740926Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6746798Z test_ref_scalar_input__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6759601Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6765725Z test_ref_scalar_input__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6779184Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6785139Z test_ref_scalar_input__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6798194Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6804266Z test_ref_scalar_input__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6816006Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6822490Z test_ref_scalar_input__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6840761Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6846746Z test_ref_scalar_input__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6860269Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6866309Z test_ref_scalar_input__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6878634Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6884572Z test_ref_scalar_input__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6896790Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6902978Z test_ref_scalar_input__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6915322Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6921282Z test_ref_scalar_input__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6932808Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6939024Z test_ref_scalar_input__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6950281Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6955903Z test_ref_scalar_input__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6972051Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6977900Z test_ref_scalar_input__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.6988955Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.6994489Z test_ref_scalar_input__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7005887Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7011290Z test_ref_scalar_input__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7023151Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7028763Z test_ref_scalar_input__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7041716Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7047252Z test_ref_scalar_input__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7060873Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7066251Z test_ref_scalar_input__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7078506Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7084127Z test_ref_scalar_input__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7096471Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7102197Z test_ref_scalar_input__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7119774Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7125487Z test_ref_scalar_input__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7136587Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7142926Z test_ref_scalar_input__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7154498Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7160532Z test_ref_scalar_input__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7172204Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7178444Z test_ref_scalar_input__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7190146Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7196080Z test_ref_scalar_input__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7208008Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7214225Z test_ref_scalar_input_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7226027Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7231476Z test_ref_scalar_input_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7244491Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7250207Z test_ref_scalar_input_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7268994Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7274645Z test_ref_scalar_input_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7286771Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7292338Z test_ref_scalar_input_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7304771Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7310176Z test_ref_scalar_input_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7322580Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7328132Z test_ref_scalar_input_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7339503Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7344909Z test_ref_scalar_input_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7355965Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7361426Z test_ref_scalar_input_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7373373Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7379648Z test_ref_scalar_input_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7390831Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7396542Z test_ref_scalar_input_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7413524Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7419863Z test_ref_scalar_input_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7430616Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7436161Z test_ref_scalar_input_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7448182Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7453777Z test_ref_scalar_input_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7466470Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7472038Z test_ref_scalar_input_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7484023Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7489621Z test_ref_scalar_input_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7501436Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7507054Z test_ref_scalar_input_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7518101Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7523658Z test_ref_scalar_input_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7534931Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7540662Z test_ref_scalar_input_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7557270Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7562861Z test_ref_scalar_input_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7574405Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7580725Z test_ref_scalar_input_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7591589Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7597219Z test_ref_scalar_input_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7609637Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7615195Z test_ref_scalar_input_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7627854Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7633353Z test_ref_scalar_input_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7645309Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7651353Z test_ref_scalar_input_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7663412Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7678842Z test_ref_scalar_input_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7679514Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7685402Z test_ref_scalar_input_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7704140Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7709324Z test_ref_scalar_input_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7720503Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7726033Z test_ref_scalar_input_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7737504Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7743165Z test_ref_scalar_input_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7753915Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7759415Z test_ref_scalar_input_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7772418Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7778674Z test_ref_scalar_input_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7791679Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7797109Z test_ref_scalar_input_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7809307Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7815019Z test_ref_scalar_input_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7827147Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7832942Z test_ref_scalar_input_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7850603Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7856227Z test_ref_scalar_input_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7867407Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7872932Z test_ref_scalar_input_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7883899Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7889573Z test_ref_scalar_input_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7901133Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7906529Z test_ref_scalar_input_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7917869Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7923778Z test_ref_scalar_input_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7934882Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7940634Z test_ref_scalar_input_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7952636Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7958116Z test_ref_scalar_input_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7970433Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7976150Z test_ref_scalar_input_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.7993906Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.7999338Z test_ref_scalar_input_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8010356Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8015912Z test_ref_scalar_input_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8027173Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8032697Z test_ref_scalar_input_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8043760Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8049307Z test_ref_scalar_input_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8060673Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8066223Z test_ref_scalar_input_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8077385Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8083008Z test_ref_scalar_input_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8095016Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8100812Z test_ref_scalar_input_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8112934Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8118626Z test_ref_scalar_input_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8136454Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8142123Z test_ref_scalar_input_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8153162Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8159037Z test_ref_scalar_input_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8170202Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8176036Z test_ref_scalar_input_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8187351Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8192808Z test_ref_scalar_input_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8204381Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8210249Z test_ref_scalar_input_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8221946Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8227383Z test_ref_scalar_input_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8238667Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8244180Z test_ref_scalar_input_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8257615Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8263186Z test_ref_scalar_input_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8281890Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8287361Z test_ref_scalar_input_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8299796Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8305352Z test_ref_scalar_input_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8317436Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8323010Z test_ref_scalar_input_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8335187Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8340976Z test_ref_scalar_input_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8352510Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8358204Z test_ref_scalar_input_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8369554Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8375203Z test_ref_scalar_input_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8386996Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8392788Z test_ref_scalar_input_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8404139Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8409643Z test_ref_scalar_input_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8427225Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8432672Z test_ref_scalar_input_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8445826Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8451409Z test_ref_scalar_input_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8465163Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8470725Z test_ref_scalar_input_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8483640Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8489047Z test_ref_scalar_input_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8501633Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8507480Z test_ref_scalar_input_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8519864Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8525390Z test_ref_scalar_input_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8539689Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8545232Z test_ref_scalar_input_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8559301Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8564861Z test_ref_scalar_input_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8584442Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8589988Z test_ref_scalar_input_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8601496Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8607507Z test_ref_scalar_input_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8620483Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8626428Z test_ref_scalar_input_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8639019Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8644563Z test_ref_scalar_input_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8657109Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8662598Z test_ref_scalar_input_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8674164Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8679757Z test_ref_scalar_input_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8691246Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8697207Z test_ref_scalar_input_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8708603Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8714189Z test_ref_scalar_input_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8731221Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8737555Z test_ref_scalar_input_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8749518Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8755214Z test_ref_scalar_input_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8766656Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8772450Z test_ref_scalar_input_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8786074Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8791655Z test_ref_scalar_input_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8804560Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8810407Z test_ref_scalar_input_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8823003Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8828490Z test_ref_scalar_input_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8840555Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8846562Z test_ref_scalar_input_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8859303Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8864850Z test_ref_scalar_input_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8881801Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8887312Z test_ref_scalar_input_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8898945Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8904470Z test_ref_scalar_input_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8915567Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8921140Z test_ref_scalar_input_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8932493Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8938266Z test_ref_scalar_input_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8949594Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.8955335Z test_ref_scalar_input_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8966416Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:233: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T05:10:31.8966948Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-05-18T05:10:31.8967540Z /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:226: RuntimeWarning: invalid value encountered in double_scalars 2022-05-18T05:10:31.8967964Z ret = ret.dtype.type(ret / rcount) 2022-05-18T05:10:31.8974676Z ok (0.002s) 2022-05-18T05:10:31.8980782Z test_ref_scalar_input_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.8991998Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:226: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:10:31.8992490Z ret = ret.dtype.type(ret / rcount) 2022-05-18T05:10:31.8998999Z ok (0.002s) 2022-05-18T05:10:31.9004927Z test_ref_scalar_input_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9020791Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9026668Z test_ref_scalar_input_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9047800Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-05-18T05:10:31.9053318Z test_ref_scalar_input_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9069720Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9075141Z test_ref_scalar_input_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9086474Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9092093Z test_ref_scalar_input_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9105291Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9110894Z test_ref_scalar_input_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9123815Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9129329Z test_ref_scalar_input_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9141710Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9147230Z test_ref_scalar_input_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9159517Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9165235Z test_ref_scalar_input_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9177646Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9183155Z test_ref_scalar_input_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9200531Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9206307Z test_ref_scalar_input_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9217861Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9223718Z test_ref_scalar_input_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9235216Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9241231Z test_ref_scalar_input_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9252949Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9258690Z test_ref_scalar_input_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9270016Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9275634Z test_ref_scalar_input_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9286378Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3621: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T05:10:31.9286931Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-05-18T05:10:31.9293528Z ok (0.002s) 2022-05-18T05:10:31.9299923Z test_ref_scalar_input_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9317538Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9323056Z test_ref_scalar_input_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9339029Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9344734Z test_ref_scalar_input_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9366562Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-05-18T05:10:31.9371975Z test_ref_scalar_input_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9387159Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T05:10:31.9395847Z test_ref_small_input__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9431708Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9440650Z test_ref_small_input__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9475400Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9484405Z test_ref_small_input__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9518600Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9527805Z test_ref_small_input__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9557504Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9566065Z test_ref_small_input__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9595974Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9604795Z test_ref_small_input__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9634706Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9643533Z test_ref_small_input__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9680294Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9689062Z test_ref_small_input__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9718476Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9727230Z test_ref_small_input__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9761945Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9770919Z test_ref_small_input__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9805632Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9815941Z test_ref_small_input__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9849820Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9859422Z test_ref_small_input__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9888863Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9898233Z test_ref_small_input__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9927669Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9936408Z test_ref_small_input__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:31.9971130Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:31.9980508Z test_ref_small_input__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0009410Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0018435Z test_ref_small_input__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0047421Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0056159Z test_ref_small_input__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0082642Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0091696Z test_ref_small_input__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0118738Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0127619Z test_ref_small_input__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0154464Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0163501Z test_ref_small_input__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0186855Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0195524Z test_ref_small_input__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0218976Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0227548Z test_ref_small_input__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0254978Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0264316Z test_ref_small_input__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0287467Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0297044Z test_ref_small_input__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0320437Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0330096Z test_ref_small_input__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0357087Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0366161Z test_ref_small_input__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0392898Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0401937Z test_ref_small_input__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0428756Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0437729Z test_ref_small_input__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0461214Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0469984Z test_ref_small_input__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0492980Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0502155Z test_ref_small_input__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0529525Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0538368Z test_ref_small_input__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0561599Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0570355Z test_ref_small_input__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0593333Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.0601990Z test_ref_small_input__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0634314Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0643339Z test_ref_small_input__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0681227Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.0690169Z test_ref_small_input__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0728387Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.0737624Z test_ref_small_input__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0772714Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0782382Z test_ref_small_input__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0817877Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0827220Z test_ref_small_input__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0868232Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.0877232Z test_ref_small_input__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0909401Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0918262Z test_ref_small_input__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0950049Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0959068Z test_ref_small_input__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.0989659Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.0998580Z test_ref_small_input__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1030385Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1039612Z test_ref_small_input__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1111539Z Compares op against reference for small input tensors ... ok (0.008s) 2022-05-18T05:10:32.1120465Z test_ref_small_input__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1150689Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1159643Z test_ref_small_input__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1196477Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1205341Z test_ref_small_input__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1248365Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.1257294Z test_ref_small_input__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1291761Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1301167Z test_ref_small_input__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1335367Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1344807Z test_ref_small_input__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1379040Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1388283Z test_ref_small_input__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1418402Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1427052Z test_ref_small_input__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1457510Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1466226Z test_ref_small_input__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1494840Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1503906Z test_ref_small_input__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1533562Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1543256Z test_ref_small_input__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1617494Z Compares op against reference for small input tensors ... ok (0.008s) 2022-05-18T05:10:32.1626070Z test_ref_small_input_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1648020Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1656945Z test_ref_small_input_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1681479Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1690294Z test_ref_small_input_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1714852Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1723538Z test_ref_small_input_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1746724Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1755353Z test_ref_small_input_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1778842Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1787401Z test_ref_small_input_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1810320Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1819343Z test_ref_small_input_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1841429Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1851126Z test_ref_small_input_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1879963Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.1889686Z test_ref_small_input_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1912409Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1922101Z test_ref_small_input_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1944820Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1954495Z test_ref_small_input_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.1977656Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.1987363Z test_ref_small_input_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2016228Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2026190Z test_ref_small_input_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2060002Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2068998Z test_ref_small_input_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2102900Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2112914Z test_ref_small_input_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2146411Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2155498Z test_ref_small_input_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2190410Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2199017Z test_ref_small_input_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2228053Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2236595Z test_ref_small_input_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2264716Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2273502Z test_ref_small_input_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2302442Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2311101Z test_ref_small_input_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2339712Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2348333Z test_ref_small_input_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2376626Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2385432Z test_ref_small_input_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2419023Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2428013Z test_ref_small_input_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2461811Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2470789Z test_ref_small_input_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2509872Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.2518840Z test_ref_small_input_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2547626Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2556306Z test_ref_small_input_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2585385Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2593922Z test_ref_small_input_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2622105Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2630548Z test_ref_small_input_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2659742Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2668219Z test_ref_small_input_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2696656Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2705587Z test_ref_small_input_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2727503Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2736245Z test_ref_small_input_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2760748Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2769477Z test_ref_small_input_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2799618Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.2808197Z test_ref_small_input_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2831387Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2840163Z test_ref_small_input_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2863406Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2872098Z test_ref_small_input_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2895044Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2904117Z test_ref_small_input_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2926065Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2934879Z test_ref_small_input_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2957720Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2966573Z test_ref_small_input_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.2989061Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.2997817Z test_ref_small_input_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3020136Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3028912Z test_ref_small_input_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3057096Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3066320Z test_ref_small_input_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3088153Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3097286Z test_ref_small_input_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3119400Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3128132Z test_ref_small_input_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3150758Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3159548Z test_ref_small_input_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3181389Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3190223Z test_ref_small_input_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3211765Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3221977Z test_ref_small_input_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3243857Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3253397Z test_ref_small_input_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3276175Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3284804Z test_ref_small_input_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3313338Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3322042Z test_ref_small_input_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3344823Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3353409Z test_ref_small_input_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3375772Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3384797Z test_ref_small_input_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3407009Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3415574Z test_ref_small_input_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3437212Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3445874Z test_ref_small_input_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3467922Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3476641Z test_ref_small_input_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3498407Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3507132Z test_ref_small_input_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3528501Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3537651Z test_ref_small_input_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3564533Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.3573147Z test_ref_small_input_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3603985Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3612862Z test_ref_small_input_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3645377Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3654013Z test_ref_small_input_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3687063Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3695758Z test_ref_small_input_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3727022Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3735727Z test_ref_small_input_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3766894Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3775785Z test_ref_small_input_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3807226Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3816020Z test_ref_small_input_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3846883Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3855692Z test_ref_small_input_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3891773Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3900730Z test_ref_small_input_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3930759Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3940561Z test_ref_small_input_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.3971936Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.3981599Z test_ref_small_input_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4012457Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4022617Z test_ref_small_input_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4059731Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.4068885Z test_ref_small_input_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4106644Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.4115676Z test_ref_small_input_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4116136Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.4125347Z test_ref_small_input_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4160378Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4169374Z test_ref_small_input_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4209568Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.4218940Z test_ref_small_input_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4219612Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.4227976Z test_ref_small_input_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4271290Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.4280311Z test_ref_small_input_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4323614Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.4332552Z test_ref_small_input_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4362583Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4371581Z test_ref_small_input_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4372284Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.4381270Z test_ref_small_input_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4416021Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4425305Z test_ref_small_input_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4460314Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4469329Z test_ref_small_input_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4499409Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4508226Z test_ref_small_input_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4537837Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4546563Z test_ref_small_input_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4581161Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4589950Z test_ref_small_input_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4619532Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4628254Z test_ref_small_input_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4697062Z Compares op against reference for small input tensors ... ok (0.008s) 2022-05-18T05:10:32.4705830Z test_ref_small_input_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4728710Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.4738203Z test_ref_small_input_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4765930Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4775382Z test_ref_small_input_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4776088Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.4785421Z test_ref_small_input_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4786105Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.4794581Z test_ref_small_input_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4820268Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.4830359Z test_ref_small_input_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4856091Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.4865675Z test_ref_small_input_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4889138Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.4898694Z test_ref_small_input_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4927399Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.4937078Z test_ref_small_input_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4959276Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.4968425Z test_ref_small_input_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.4991968Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T05:10:32.5000861Z test_ref_small_input_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5057947Z Compares op against reference for small input tensors ... ok (0.007s) 2022-05-18T05:10:32.5068207Z test_ref_small_input_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5068897Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5077816Z test_ref_small_input_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5078495Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5087071Z test_ref_small_input_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5087851Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5096496Z test_ref_small_input_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5097168Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5106246Z test_ref_small_input_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5106892Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5116472Z test_ref_small_input_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5146025Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5155596Z test_ref_small_input_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5191903Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5200665Z test_ref_small_input_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5237116Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5246195Z test_ref_small_input_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5246846Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5255733Z test_ref_small_input_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5289334Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5298804Z test_ref_small_input_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5337505Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T05:10:32.5347486Z test_ref_small_input_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5377160Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5385832Z test_ref_small_input_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5414524Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5424433Z test_ref_small_input_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5452120Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5461024Z test_ref_small_input_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5489839Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T05:10:32.5498817Z test_ref_small_input_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5566085Z Compares op against reference for small input tensors ... ok (0.008s) 2022-05-18T05:10:32.5574916Z test_ref_small_input_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5575535Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5584698Z test_ref_small_input_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5585273Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5594368Z test_ref_small_input_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5594975Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5603598Z test_ref_small_input_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5604201Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5612778Z test_ref_small_input_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.5613505Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T05:10:32.5627911Z test_reference_masked__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.6335814Z Test masked reduction operations on strided-only tensors using ... ok (0.072s) 2022-05-18T05:10:32.6350428Z test_reference_masked__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.7041831Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-05-18T05:10:32.7057537Z test_reference_masked__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.7737400Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-05-18T05:10:32.7750941Z test_reference_masked__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.8420713Z Test masked reduction operations on strided-only tensors using ... ok (0.068s) 2022-05-18T05:10:32.8434061Z test_reference_masked__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.8903604Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:32.8916790Z test_reference_masked__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.9382830Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:32.9396018Z test_reference_masked__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:32.9854793Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-05-18T05:10:32.9868475Z test_reference_masked__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.0333926Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:33.0347867Z test_reference_masked__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.0818186Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:33.0831640Z test_reference_masked__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.1535630Z Test masked reduction operations on strided-only tensors using ... ok (0.072s) 2022-05-18T05:10:33.1549485Z test_reference_masked__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.2233592Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-05-18T05:10:33.2247251Z test_reference_masked__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.2927850Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-05-18T05:10:33.2941543Z test_reference_masked__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.3608403Z Test masked reduction operations on strided-only tensors using ... ok (0.068s) 2022-05-18T05:10:33.3622224Z test_reference_masked__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.4087667Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:33.4101436Z test_reference_masked__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.4566575Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:33.4580409Z test_reference_masked__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.5043537Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:33.5056677Z test_reference_masked__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.5523932Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:33.5537698Z test_reference_masked__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6005620Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:33.6020856Z test_reference_masked__masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6067365Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6082764Z test_reference_masked__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6127370Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6141370Z test_reference_masked__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6185619Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6199380Z test_reference_masked__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6243818Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6257719Z test_reference_masked__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6293180Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6307439Z test_reference_masked__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6343057Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6356569Z test_reference_masked__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6392357Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6406425Z test_reference_masked__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6448289Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6462033Z test_reference_masked__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6497402Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6511210Z test_reference_masked__masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6555572Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6569351Z test_reference_masked__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6613496Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6628106Z test_reference_masked__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6672116Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6686011Z test_reference_masked__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6730015Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-05-18T05:10:33.6744147Z test_reference_masked__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6779509Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6793330Z test_reference_masked__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6829172Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6843036Z test_reference_masked__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6878608Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6892243Z test_reference_masked__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6927436Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6941716Z test_reference_masked__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:33.6977470Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T05:10:33.6991125Z test_reference_masked__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:34.8418145Z Test masked reduction operations on strided-only tensors using ... ok (1.144s) 2022-05-18T05:10:34.8431039Z test_reference_masked__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:34.8431921Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:34.8445230Z test_reference_masked__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:34.9114553Z Test masked reduction operations on strided-only tensors using ... ok (0.068s) 2022-05-18T05:10:34.9127929Z test_reference_masked__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:34.9804953Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-05-18T05:10:34.9818762Z test_reference_masked__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.0518892Z Test masked reduction operations on strided-only tensors using ... ok (0.071s) 2022-05-18T05:10:35.0532281Z test_reference_masked__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.1228753Z Test masked reduction operations on strided-only tensors using ... ok (0.071s) 2022-05-18T05:10:35.1242207Z test_reference_masked__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.1927860Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-05-18T05:10:35.1941611Z test_reference_masked__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.1942482Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:35.1956259Z test_reference_masked__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.1956858Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:35.1970214Z test_reference_masked__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.2438852Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-05-18T05:10:35.2452312Z test_reference_masked__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.2452902Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:35.2466505Z test_reference_masked__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.2971842Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-05-18T05:10:35.2985403Z test_reference_masked__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.3693026Z Test masked reduction operations on strided-only tensors using ... ok (0.072s) 2022-05-18T05:10:35.3706932Z test_reference_masked__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.3707541Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:35.3720837Z test_reference_masked__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.4375962Z Test masked reduction operations on strided-only tensors using ... ok (0.067s) 2022-05-18T05:10:35.4390304Z test_reference_masked__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.5054611Z Test masked reduction operations on strided-only tensors using ... ok (0.068s) 2022-05-18T05:10:35.5069117Z test_reference_masked__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.5751626Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-05-18T05:10:35.5765667Z test_reference_masked__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.6442636Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-05-18T05:10:35.6456352Z test_reference_masked__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.7124954Z Test masked reduction operations on strided-only tensors using ... ok (0.068s) 2022-05-18T05:10:35.7139491Z test_reference_masked__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.7140092Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:35.7153525Z test_reference_masked__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.7154356Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:35.7167727Z test_reference_masked__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.7630567Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-05-18T05:10:35.7644169Z test_reference_masked__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.7644926Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-05-18T05:10:35.7658367Z test_reference_masked__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.8138793Z Test masked reduction operations on strided-only tensors using ... ok (0.049s) 2022-05-18T05:10:35.9090948Z test_repeated_dim_cuda (__main__.TestReductionsCUDA) ... ok (0.095s) 2022-05-18T05:10:35.9101349Z test_result_dtype__masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9112789Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9122685Z test_result_dtype__masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9134155Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9145048Z test_result_dtype__masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9156554Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9166584Z test_result_dtype__masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9178307Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9188435Z test_result_dtype__masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9199138Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9209359Z test_result_dtype__masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9226597Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:35.9236420Z test_result_dtype__masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9246879Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9256741Z test_result_dtype__masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9267625Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9277542Z test_result_dtype__masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9288092Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9298483Z test_result_dtype__masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9310011Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9319925Z test_result_dtype__masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9331259Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9341635Z test_result_dtype__masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9353061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9363175Z test_result_dtype__masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9374869Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9385203Z test_result_dtype__masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9401686Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:35.9411666Z test_result_dtype__masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9422441Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9432447Z test_result_dtype__masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9442851Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9452761Z test_result_dtype__masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9463728Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9473814Z test_result_dtype__masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9484146Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9494204Z test_result_dtype__masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9506791Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9516814Z test_result_dtype__masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9528492Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9538900Z test_result_dtype__masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9550667Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9560779Z test_result_dtype__masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9578643Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:35.9588533Z test_result_dtype__masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9599225Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9609108Z test_result_dtype__masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9620181Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9630219Z test_result_dtype__masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9640693Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9650665Z test_result_dtype__masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9661687Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9672700Z test_result_dtype__masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9683673Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9695147Z test_result_dtype__masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9707314Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9717381Z test_result_dtype__masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9729263Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9739561Z test_result_dtype__masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9757090Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:35.9767027Z test_result_dtype__masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9779146Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9788987Z test_result_dtype__masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9799741Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9809860Z test_result_dtype__masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9821094Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9831111Z test_result_dtype__masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9841578Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9851749Z test_result_dtype__masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9862903Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9872833Z test_result_dtype__masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9883576Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9895004Z test_result_dtype__masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9907850Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9917856Z test_result_dtype__masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9934028Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:35.9945064Z test_result_dtype__masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9957984Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9969208Z test_result_dtype__masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:35.9983244Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:35.9994719Z test_result_dtype__masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0006956Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0018544Z test_result_dtype__masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0030847Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0042027Z test_result_dtype__masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0054362Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0065244Z test_result_dtype__masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0075645Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0085673Z test_result_dtype__masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0096221Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0106339Z test_result_dtype__masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0122540Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.0132435Z test_result_dtype__masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0143079Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0152991Z test_result_dtype__masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0163219Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0173242Z test_result_dtype__masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0184988Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0194952Z test_result_dtype__masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0206401Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0216619Z test_result_dtype__masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0228101Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0238274Z test_result_dtype__masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0249675Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0259898Z test_result_dtype__masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0271432Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0281421Z test_result_dtype__masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0298756Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.0308572Z test_result_dtype__masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0321089Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0330969Z test_result_dtype__masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0343678Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0353668Z test_result_dtype__masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0365128Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0375290Z test_result_dtype__masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0387028Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0397158Z test_result_dtype__masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0408548Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0419097Z test_result_dtype__masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0429842Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0439870Z test_result_dtype__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0450669Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0461053Z test_result_dtype__masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0477222Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.0487444Z test_result_dtype__masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0498602Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0508723Z test_result_dtype__masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0519486Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0529714Z test_result_dtype__masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0543493Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0553377Z test_result_dtype__masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0568038Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0578420Z test_result_dtype__masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0593023Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0603204Z test_result_dtype__masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0616471Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0626766Z test_result_dtype__masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0640227Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0650195Z test_result_dtype__masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0669651Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.0679770Z test_result_dtype__masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0691493Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0701781Z test_result_dtype__masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0713483Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0723503Z test_result_dtype__masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0735312Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0745653Z test_result_dtype__masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0757234Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0767452Z test_result_dtype__masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0779342Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0789501Z test_result_dtype__masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0801045Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0811007Z test_result_dtype__masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0822085Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0832159Z test_result_dtype__masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0850493Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.0860853Z test_result_dtype__masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0873238Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0883442Z test_result_dtype__masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0894883Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0905233Z test_result_dtype__masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0916570Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0926647Z test_result_dtype__masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0938317Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0948327Z test_result_dtype__masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0959063Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0969118Z test_result_dtype__masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.0980250Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.0990390Z test_result_dtype__masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1001066Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1011081Z test_result_dtype__masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1029592Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.1039659Z test_result_dtype__masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1050231Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1060687Z test_result_dtype__masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1073623Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1083711Z test_result_dtype__masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1098322Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1108573Z test_result_dtype__masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1123009Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1132905Z test_result_dtype__masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1146168Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1156150Z test_result_dtype__masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1169318Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1179495Z test_result_dtype__masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1192601Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1202579Z test_result_dtype__masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1220200Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.1230120Z test_result_dtype__masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1241415Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1251477Z test_result_dtype__masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1263230Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1273207Z test_result_dtype__masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1284598Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1294745Z test_result_dtype__masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1307084Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1317140Z test_result_dtype_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1328445Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1339889Z test_result_dtype_all_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1350223Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1360434Z test_result_dtype_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1372776Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1383103Z test_result_dtype_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1401341Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.1411317Z test_result_dtype_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1422938Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1432851Z test_result_dtype_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1444051Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1454193Z test_result_dtype_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1466291Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1476164Z test_result_dtype_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1486399Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1496603Z test_result_dtype_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1507107Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1517190Z test_result_dtype_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1527718Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1537930Z test_result_dtype_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1548280Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.1558252Z test_result_dtype_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.1574885Z Tests that the result has the correct dtype ... expected failure (0.003s) 2022-05-18T05:10:36.1585101Z test_result_dtype_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2395974Z Tests that the result has the correct dtype ... ok (0.082s) 2022-05-18T05:10:36.2405087Z test_result_dtype_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2417382Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2427237Z test_result_dtype_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2440940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2451801Z test_result_dtype_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2465349Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2476487Z test_result_dtype_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2489612Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2499881Z test_result_dtype_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2513768Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2523647Z test_result_dtype_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2535418Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2545685Z test_result_dtype_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2557608Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2567614Z test_result_dtype_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2579857Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2589872Z test_result_dtype_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2601976Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2611928Z test_result_dtype_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2625358Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2635716Z test_result_dtype_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2649986Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2660294Z test_result_dtype_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2673066Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2683051Z test_result_dtype_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2696076Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2706529Z test_result_dtype_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2719038Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2729066Z test_result_dtype_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2741261Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2751245Z test_result_dtype_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2763580Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2773677Z test_result_dtype_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2790985Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.2801117Z test_result_dtype_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2813065Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2824494Z test_result_dtype_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2836650Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2847874Z test_result_dtype_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2861147Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2872489Z test_result_dtype_any_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2884581Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2895888Z test_result_dtype_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2910484Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2921743Z test_result_dtype_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2935951Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2947614Z test_result_dtype_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2961008Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.2972561Z test_result_dtype_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.2991727Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.3002959Z test_result_dtype_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3016050Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.3027482Z test_result_dtype_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3039603Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.3050904Z test_result_dtype_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3063466Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.3074499Z test_result_dtype_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3086752Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.3097289Z test_result_dtype_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3109092Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.3119112Z test_result_dtype_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3131423Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-05-18T05:10:36.3141675Z test_result_dtype_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3935448Z Tests that the result has the correct dtype ... ok (0.080s) 2022-05-18T05:10:36.3945113Z test_result_dtype_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3957965Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.3967870Z test_result_dtype_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.3981934Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.3991860Z test_result_dtype_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4004785Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4014907Z test_result_dtype_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4027624Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4037445Z test_result_dtype_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4051074Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4061317Z test_result_dtype_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4073083Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4082839Z test_result_dtype_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4094876Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4105024Z test_result_dtype_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4116908Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4126858Z test_result_dtype_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4139959Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4149894Z test_result_dtype_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4162782Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4172831Z test_result_dtype_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4188815Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.4198904Z test_result_dtype_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4211626Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4222501Z test_result_dtype_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4233895Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4244364Z test_result_dtype_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4255992Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4266207Z test_result_dtype_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4278362Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4288276Z test_result_dtype_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4300667Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4310598Z test_result_dtype_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4326590Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.4336571Z test_result_dtype_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4350012Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4361143Z test_result_dtype_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4373667Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4384680Z test_result_dtype_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4398934Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4409039Z test_result_dtype_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4423521Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4433547Z test_result_dtype_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4446611Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4456968Z test_result_dtype_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4470127Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4480233Z test_result_dtype_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4493713Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4504742Z test_result_dtype_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4522506Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.4532828Z test_result_dtype_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4544955Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4554962Z test_result_dtype_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4567334Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4578079Z test_result_dtype_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4589819Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4600004Z test_result_dtype_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4612081Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4622533Z test_result_dtype_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4635360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4645316Z test_result_dtype_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4659316Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4669390Z test_result_dtype_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4681774Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4692124Z test_result_dtype_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4709048Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.4719048Z test_result_dtype_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4730290Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4740633Z test_result_dtype_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4751825Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4761890Z test_result_dtype_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4774466Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4785355Z test_result_dtype_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4797427Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4807625Z test_result_dtype_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4819920Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4829959Z test_result_dtype_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4841983Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4852082Z test_result_dtype_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4863552Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4873665Z test_result_dtype_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4889660Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.4900202Z test_result_dtype_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4911335Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4921375Z test_result_dtype_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4932686Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4942933Z test_result_dtype_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4954127Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4964222Z test_result_dtype_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4974856Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.4985748Z test_result_dtype_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.4996103Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5006078Z test_result_dtype_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5016410Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5026593Z test_result_dtype_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5037536Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5048618Z test_result_dtype_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5065613Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.5076780Z test_result_dtype_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5088355Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5100297Z test_result_dtype_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5110723Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5120721Z test_result_dtype_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5133049Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5143245Z test_result_dtype_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5155513Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5165600Z test_result_dtype_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5178015Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5187988Z test_result_dtype_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5199304Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5209295Z test_result_dtype_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5221131Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5231108Z test_result_dtype_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5248114Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.5258438Z test_result_dtype_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5269054Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5279148Z test_result_dtype_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5289731Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5300067Z test_result_dtype_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5310690Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5320639Z test_result_dtype_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5331089Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5341536Z test_result_dtype_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5351899Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5362290Z test_result_dtype_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5362998Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5373317Z test_result_dtype_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5373933Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5384427Z test_result_dtype_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5385026Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5395271Z test_result_dtype_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5395982Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5406336Z test_result_dtype_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5406922Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5417152Z test_result_dtype_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5417618Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5427997Z test_result_dtype_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5439203Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5449180Z test_result_dtype_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5460135Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5470138Z test_result_dtype_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5488566Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.5499038Z test_result_dtype_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5511405Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5521492Z test_result_dtype_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5533797Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5544695Z test_result_dtype_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5556076Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5566210Z test_result_dtype_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5577828Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5587866Z test_result_dtype_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5599301Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5609552Z test_result_dtype_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5620442Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5630517Z test_result_dtype_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5641430Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5651466Z test_result_dtype_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5668052Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T05:10:36.5678065Z test_result_dtype_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5688607Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5699337Z test_result_dtype_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5709834Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T05:10:36.5720192Z test_result_dtype_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5720650Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5731096Z test_result_dtype_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5731521Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5742508Z test_result_dtype_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5742931Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5753356Z test_result_dtype_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5753773Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5764479Z test_result_dtype_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5764912Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5775299Z test_result_dtype_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-05-18T05:10:36.5775758Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T05:10:36.5875378Z test_std_correction_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:223: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:10:36.5875886Z ret = um.true_divide( 2022-05-18T05:10:36.5932657Z ok (0.016s) 2022-05-18T05:10:36.6090773Z test_std_correction_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:10:36.6231506Z test_std_correction_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-05-18T05:10:36.6367875Z test_std_correction_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-05-18T05:10:36.6381141Z test_std_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:10:36.6420989Z test_std_mean_all_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:10:36.6666030Z test_std_mean_correction_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-05-18T05:10:36.6928205Z test_std_mean_correction_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.026s) 2022-05-18T05:10:36.7153761Z test_std_mean_correction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-05-18T05:10:36.7359713Z test_std_mean_correction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.020s) 2022-05-18T05:10:36.7475133Z test_std_mean_cuda (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-05-18T05:10:36.8309918Z test_std_mean_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.083s) 2022-05-18T05:10:36.8535354Z test_std_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-05-18T05:10:36.8767077Z test_std_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:10:36.8975887Z test_std_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.021s) 2022-05-18T05:10:36.9183737Z test_std_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.021s) 2022-05-18T05:10:36.9201391Z test_sum_all_cuda_bool (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:10:36.9218989Z test_sum_all_cuda_float64 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:10:36.9352783Z test_sum_cpu_device_mismatch_cuda (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-05-18T05:10:36.9364740Z test_sum_dim_cuda (__main__.TestReductionsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:10:36.9392259Z test_sum_dim_reduction_uint8_overflow_cuda (__main__.TestReductionsCUDA) ... /var/lib/jenkins/workspace/test/test_reductions.py:449: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:10:36.9393299Z torch.sum(x, 0, out=y) 2022-05-18T05:10:36.9396399Z ok (0.003s) 2022-05-18T05:10:36.9408315Z test_sum_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:10:36.9448372Z test_sum_noncontig_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:10:36.9467087Z test_sum_out_cuda_float64 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:10:36.9488354Z test_sum_parallel_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:10:36.9981134Z test_sum_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.049s) 2022-05-18T05:10:37.0468866Z test_sum_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.049s) 2022-05-18T05:10:37.0960246Z test_sum_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.049s) 2022-05-18T05:10:37.1187984Z test_sum_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:10:37.1411371Z test_sum_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-05-18T05:10:37.1624174Z test_sum_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.021s) 2022-05-18T05:10:37.1853256Z test_sum_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:10:37.1910962Z test_sum_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:10:37.2240180Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-05-18T05:10:37.2646486Z test_tensor_compare_ops_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.041s) 2022-05-18T05:10:37.2904822Z test_tensor_reduce_ops_empty_cuda (__main__.TestReductionsCUDA) ... /opt/conda/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3372: RuntimeWarning: Mean of empty slice. 2022-05-18T05:10:37.2906222Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-05-18T05:10:37.2907360Z /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:162: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:10:37.2908169Z ret = um.true_divide( 2022-05-18T05:10:37.2965987Z /opt/conda/lib/python3.9/site-packages/numpy/core/_methods.py:223: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:10:37.2966840Z ret = um.true_divide( 2022-05-18T05:10:37.3091480Z ok (0.044s) 2022-05-18T05:10:37.3244536Z test_var_correction_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.015s) 2022-05-18T05:10:37.3401250Z test_var_correction_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-05-18T05:10:37.3547317Z test_var_correction_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.015s) 2022-05-18T05:10:37.3684159Z test_var_correction_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-05-18T05:10:37.3727436Z test_var_cuda (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:10:37.3742418Z test_var_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:10:37.4659009Z test_var_large_input_cuda (__main__.TestReductionsCUDA) ... ok (0.091s) 2022-05-18T05:10:37.4695575Z test_var_mean_all_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-05-18T05:10:37.4940295Z test_var_mean_correction_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-05-18T05:10:37.5203605Z test_var_mean_correction_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.026s) 2022-05-18T05:10:37.5432247Z test_var_mean_correction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:10:37.5648026Z test_var_mean_correction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.021s) 2022-05-18T05:10:37.5790349Z test_var_mean_cuda (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-05-18T05:10:37.6623710Z test_var_mean_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.083s) 2022-05-18T05:10:37.6644549Z test_var_stability2_cuda (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:10:37.6663389Z test_var_stability_cuda (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-05-18T05:10:37.6720429Z test_var_unbiased_cuda (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-05-18T05:10:37.6945487Z test_var_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-05-18T05:10:37.7171967Z test_var_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-05-18T05:10:37.7387612Z test_var_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.021s) 2022-05-18T05:10:37.7595107Z test_var_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.021s) 2022-05-18T05:10:37.7596154Z 2022-05-18T05:10:37.7597052Z ---------------------------------------------------------------------- 2022-05-18T05:10:37.7597695Z Ran 2817 tests in 98.524s 2022-05-18T05:10:37.7597983Z 2022-05-18T05:10:37.7598260Z OK (skipped=136, expected failures=46) 2022-05-18T05:10:37.7598619Z 2022-05-18T05:10:37.7600612Z Generating XML reports... 2022-05-18T05:10:38.0436716Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCUDA-20220518050859.xml 2022-05-18T05:10:38.4374130Z Running test_tensorboard ... [2022-05-18 05:10:38.436865] 2022-05-18T05:10:38.4375052Z Executing ['/opt/conda/bin/python', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:10:38.436980] 2022-05-18T05:10:39.4823687Z /opt/conda/lib/python3.9/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-05-18T05:10:39.4824356Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-05-18T05:10:39.4850792Z /opt/conda/lib/python3.9/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-05-18T05:10:39.4851759Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-05-18T05:10:39.4852541Z /opt/conda/lib/python3.9/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-05-18T05:10:39.4853197Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-05-18T05:10:39.7382470Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-05-18T05:10:39.7409615Z 2022-05-18T05:10:39.7409962Z Running tests... 2022-05-18T05:10:39.7410408Z ---------------------------------------------------------------------- 2022-05-18T05:10:39.7521805Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-05-18T05:10:39.7582151Z ok (0.017s) 2022-05-18T05:10:39.7616290Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-05-18T05:10:39.7674358Z ok (0.009s) 2022-05-18T05:10:39.7685431Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-05-18T05:10:39.7697499Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-05-18T05:10:39.7701749Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-05-18T05:10:39.7705482Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-05-18T05:10:39.7718630Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-05-18T05:10:39.7737859Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-05-18T05:10:39.7744811Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-05-18T05:10:39.7756578Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-05-18T05:10:39.7762223Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.000s) 2022-05-18T05:10:39.7799510Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.004s) 2022-05-18T05:10:39.7874986Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.007s) 2022-05-18T05:10:40.9826598Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (1.195s) 2022-05-18T05:10:40.9845157Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.002s) 2022-05-18T05:10:41.1012546Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.116s) 2022-05-18T05:10:41.2107521Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.109s) 2022-05-18T05:10:41.2385331Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.028s) 2022-05-18T05:10:41.2695328Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-05-18T05:10:41.2696242Z Error occurs, No graph saved 2022-05-18T05:10:41.2837181Z ok (0.045s) 2022-05-18T05:11:07.1831991Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... ok (25.899s) 2022-05-18T05:11:07.1949971Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-05-18T05:11:07.1952100Z Error occurs, No graph saved 2022-05-18T05:11:07.1953750Z ok (0.012s) 2022-05-18T05:11:07.1959194Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-05-18T05:11:07.1976855Z ok (0.002s) 2022-05-18T05:11:07.1984886Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.1989645Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-05-18T05:11:07.1997012Z test_float32_image (__main__.TestTensorBoardSummary) 2022-05-18T05:11:07.1999604Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-05-18T05:11:07.2014359Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2029070Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2041985Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2075275Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-05-18T05:11:07.2086937Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2095243Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2108371Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2116594Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2125931Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-05-18T05:11:07.2126579Z parameter: metric_dict should be a dictionary, nothing logged. 2022-05-18T05:11:07.2150718Z ok (0.003s) 2022-05-18T05:11:07.2166634Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-05-18T05:11:07.2189733Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-05-18T05:11:07.2203611Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2218636Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2232522Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2237447Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-05-18T05:11:07.2265070Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-05-18T05:11:07.2271801Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2278318Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2283400Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-05-18T05:11:07.2286105Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-05-18T05:11:07.2296437Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-05-18T05:11:07.2314098Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.002s) 2022-05-18T05:11:07.2327935Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-05-18T05:11:07.2343902Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-05-18T05:11:07.2352743Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-05-18T05:11:07.2545840Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.019s) 2022-05-18T05:11:07.3695644Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.115s) 2022-05-18T05:11:07.3714785Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-05-18T05:11:07.4321650Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-05-18T05:11:07.4384378Z ok (0.067s) 2022-05-18T05:11:07.4386766Z 2022-05-18T05:11:07.4387784Z ---------------------------------------------------------------------- 2022-05-18T05:11:07.4388193Z Ran 53 tests in 27.698s 2022-05-18T05:11:07.4388367Z 2022-05-18T05:11:07.4392013Z OK (skipped=6) 2022-05-18T05:11:07.4392358Z 2022-05-18T05:11:07.4392508Z Generating XML reports... 2022-05-18T05:11:07.4393437Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220518051039.xml 2022-05-18T05:11:07.4401897Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220518051039.xml 2022-05-18T05:11:07.4410774Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220518051039.xml 2022-05-18T05:11:07.4419191Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220518051039.xml 2022-05-18T05:11:07.4443455Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220518051039.xml 2022-05-18T05:11:07.4448421Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220518051039.xml 2022-05-18T05:11:07.4453837Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220518051039.xml 2022-05-18T05:11:07.4457598Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220518051039.xml 2022-05-18T05:11:07.4463014Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220518051039.xml 2022-05-18T05:11:08.0020976Z Running test_serialization ... [2022-05-18 05:11:08.001544] 2022-05-18T05:11:08.0021714Z Executing ['/opt/conda/bin/python', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:11:08.001686] 2022-05-18T05:11:10.4307496Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-05-18T05:11:10.4330416Z 2022-05-18T05:11:10.4330928Z Running tests... 2022-05-18T05:11:10.4331439Z ---------------------------------------------------------------------- 2022-05-18T05:11:10.4879596Z test_serialization_new_format_old_format_compat_cuda (__main__.TestBothSerializationCUDA) ... ok (0.055s) 2022-05-18T05:11:10.4890646Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-05-18T05:11:10.4898053Z test_load_nonexistent_device (__main__.TestOldSerialization) ... skip: Testing torch.load on CPU-only machine (0.001s) 2022-05-18T05:11:10.5030613Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.013s) 2022-05-18T05:11:10.5039344Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-05-18T05:11:10.5079842Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.004s) 2022-05-18T05:11:10.9483366Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.440s) 2022-05-18T05:11:10.9749733Z test_serialization (__main__.TestOldSerialization) ... ok (0.027s) 2022-05-18T05:11:11.0206453Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.046s) 2022-05-18T05:11:11.0343270Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.014s) 2022-05-18T05:11:11.0466774Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.012s) 2022-05-18T05:11:11.0477431Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-05-18T05:11:11.0485456Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-05-18T05:11:11.0508156Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T05:11:11.0628257Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.012s) 2022-05-18T05:11:11.0644207Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.001s) 2022-05-18T05:11:11.0667163Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T05:11:11.4604781Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.393s) 2022-05-18T05:11:11.4620074Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T05:11:11.4832171Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.021s) 2022-05-18T05:11:11.5142997Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.031s) 2022-05-18T05:11:19.1885509Z test_serialization_offset (__main__.TestOldSerialization) ... ok (7.674s) 2022-05-18T05:11:27.4546695Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (8.266s) 2022-05-18T05:11:27.4571920Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.003s) 2022-05-18T05:11:27.4623864Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.005s) 2022-05-18T05:11:27.4658015Z test_serialization_sparse (__main__.TestOldSerialization) ... /var/lib/jenkins/workspace/test/test_serialization.py:293: UserWarning: Sparse CSR tensor support is in beta state.If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T05:11:27.4659771Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-05-18T05:11:27.4672195Z ok (0.005s) 2022-05-18T05:11:27.4701357Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... ok (0.003s) 2022-05-18T05:11:27.4751156Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.005s) 2022-05-18T05:11:27.4766130Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.001s) 2022-05-18T05:11:27.4827997Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.006s) 2022-05-18T05:11:27.4840447Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-05-18T05:11:27.4850081Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T05:11:27.4860958Z test_load_nonexistent_device (__main__.TestSerialization) ... skip: Testing torch.load on CPU-only machine (0.001s) 2022-05-18T05:11:27.4968422Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.011s) 2022-05-18T05:11:27.4978180Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T05:11:27.4996211Z test_meta_serialization (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T05:11:27.5084390Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.009s) 2022-05-18T05:11:27.5120512Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.004s) 2022-05-18T05:11:28.0256483Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.513s) 2022-05-18T05:11:28.0512484Z test_serialization (__main__.TestSerialization) ... ok (0.026s) 2022-05-18T05:11:39.2105963Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (11.159s) 2022-05-18T05:11:39.2278271Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.017s) 2022-05-18T05:11:39.2288521Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-05-18T05:11:39.2300041Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-05-18T05:11:39.2321872Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T05:11:39.2440228Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.012s) 2022-05-18T05:11:39.2456172Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T05:11:39.2479834Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T05:11:39.8449618Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.597s) 2022-05-18T05:11:39.8464970Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T05:11:39.8600548Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.013s) 2022-05-18T05:11:39.8760727Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.016s) 2022-05-18T05:11:39.8788115Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.003s) 2022-05-18T05:11:39.8804173Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T05:11:39.8844002Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.004s) 2022-05-18T05:11:39.8871292Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-05-18T05:11:39.8917813Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.005s) 2022-05-18T05:11:39.8932685Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T05:11:39.9199842Z test_serialization_zipfile (__main__.TestSerialization) ... ok (0.027s) 2022-05-18T05:11:39.9326381Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.9/site-packages/torch/serialization.py:707: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-05-18T05:11:39.9327260Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-05-18T05:11:39.9399363Z ok (0.020s) 2022-05-18T05:11:39.9461247Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.006s) 2022-05-18T05:11:39.9473122Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T05:11:39.9484703Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-05-18T05:11:39.9494118Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-05-18T05:11:39.9511319Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-05-18T05:11:39.9535139Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-05-18T05:11:39.9555544Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-05-18T05:11:39.9555852Z 2022-05-18T05:11:39.9556178Z ---------------------------------------------------------------------- 2022-05-18T05:11:39.9556497Z Ran 67 tests in 29.523s 2022-05-18T05:11:39.9556662Z 2022-05-18T05:11:39.9560105Z OK (skipped=6) 2022-05-18T05:11:39.9560448Z 2022-05-18T05:11:39.9560609Z Generating XML reports... 2022-05-18T05:11:39.9674422Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCUDA-20220518051110.xml 2022-05-18T05:11:40.0011315Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220518051110.xml 2022-05-18T05:11:40.0040748Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220518051110.xml 2022-05-18T05:11:40.0047706Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220518051110.xml 2022-05-18T05:11:40.2483117Z Running test_autograd ... [2022-05-18 05:11:40.247759] 2022-05-18T05:11:40.2483864Z Executing ['/opt/conda/bin/python', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:11:40.247870] 2022-05-18T05:11:43.3093220Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-05-18T05:11:43.3158377Z 2022-05-18T05:11:43.3158534Z Running tests... 2022-05-18T05:11:43.3159264Z ---------------------------------------------------------------------- 2022-05-18T05:11:43.3195630Z test_accumulate_grad (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:995.) 2022-05-18T05:11:43.3196950Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:11:43.3197801Z ok (0.004s) 2022-05-18T05:11:43.3231844Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:43.3249846Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:43.3265193Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3436: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-05-18T05:11:43.3265748Z with detect_anomaly(): 2022-05-18T05:11:43.3276123Z ok (0.003s) 2022-05-18T05:11:43.3315251Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:43.3471520Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.016s) 2022-05-18T05:11:43.3483928Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:43.5951806Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.246s) 2022-05-18T05:11:43.5976742Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:43.6033547Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:43.6146344Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T05:11:43.7115880Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.097s) 2022-05-18T05:11:43.7314215Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.020s) 2022-05-18T05:11:43.7345212Z test_backward (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:43.7354630Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:43.7378972Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:43.7396772Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:43.7406228Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:43.7421078Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:43.7434740Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:43.7496716Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:43.7508299Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:43.7557721Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:43.7585044Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:43.7601716Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:43.7624376Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:43.7642368Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:43.7655229Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:11:43.7670266Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-05-18T05:11:43.7689985Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-05-18T05:11:43.7700629Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-05-18T05:11:43.7713626Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-05-18T05:11:43.7726772Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-05-18T05:11:43.9395187Z Verifies gradient correctness when checkpoint without reentrant autograd ... /opt/conda/lib/python3.9/site-packages/torch/_tensor.py:1086: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:482.) 2022-05-18T05:11:43.9396689Z return self._grad 2022-05-18T05:11:43.9416691Z ok (0.170s) 2022-05-18T05:11:43.9443647Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:43.9477742Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:43.9492663Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-05-18T05:11:43.9496264Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:11:43.9510718Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-05-18T05:11:43.9514080Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T05:11:43.9522122Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-05-18T05:11:43.9529749Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-05-18T05:11:43.9657601Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.013s) 2022-05-18T05:11:43.9700294Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:44.0699239Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.100s) 2022-05-18T05:11:44.0732383Z test_custom_function_error (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:44.0747037Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:44.1015439Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.027s) 2022-05-18T05:11:44.1103854Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T05:11:44.1141010Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:44.1309951Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.017s) 2022-05-18T05:11:44.1415963Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T05:11:44.1433079Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:44.1456604Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:44.1594547Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.014s) 2022-05-18T05:11:44.1642408Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:44.1750229Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T05:11:44.1823300Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:44.5239331Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.341s) 2022-05-18T05:11:44.5289497Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:44.5312351Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:44.5327905Z test_dependent_backward (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:44.5385232Z test_detach (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:44.5392082Z test_detach_base (__main__.TestAutograd) 2022-05-18T05:11:44.5395782Z detaching base does not detach view ... ok (0.001s) 2022-05-18T05:11:44.5433512Z test_detach_disallows_metadata_change (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:44.5497624Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:44.5509851Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:44.5520886Z test_diagonal_expanded_v (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:2021: 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-05-18T05:11:44.5521576Z v_expanded = torch.tensor(value).expand(10) 2022-05-18T05:11:44.5526855Z ok (0.002s) 2022-05-18T05:11:44.5571421Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:44.5584520Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:44.5602146Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:44.5615960Z test_eig_complex_eigenvalues (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3529: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T05:11:44.5616683Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T05:11:44.5617066Z L, _ = torch.eig(A) 2022-05-18T05:11:44.5617323Z should be replaced with 2022-05-18T05:11:44.5617613Z L_complex = torch.linalg.eigvals(A) 2022-05-18T05:11:44.5617870Z and 2022-05-18T05:11:44.5618125Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T05:11:44.5618415Z should be replaced with 2022-05-18T05:11:44.5618865Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T05:11:44.5619330Z w, v = torch.eig(A, eigenvectors=True) 2022-05-18T05:11:44.5674717Z ok (0.007s) 2022-05-18T05:11:44.5741769Z test_eig_no_eigenvectors (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:46.8973165Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.323s) 2022-05-18T05:11:48.5122237Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.615s) 2022-05-18T05:11:50.3343353Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.822s) 2022-05-18T05:11:50.4046030Z test_function (__main__.TestAutograd) ... ok (0.070s) 2022-05-18T05:11:50.4074988Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:50.4093773Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:50.4101390Z test_gc_in_destructor (__main__.TestAutograd) 2022-05-18T05:11:50.8265874Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.417s) 2022-05-18T05:11:50.8305398Z test_grad (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:50.8318509Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:50.8352060Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:50.8383106Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:50.8547841Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.016s) 2022-05-18T05:11:50.8561148Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:50.8582808Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:50.8607722Z test_grad_nonleaf (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/_tensor.py:1086: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:482.) 2022-05-18T05:11:50.8608861Z return self._grad 2022-05-18T05:11:50.8629325Z ok (0.005s) 2022-05-18T05:11:50.8649038Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:50.8686130Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:50.8711035Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:50.8734236Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:50.9042223Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.031s) 2022-05-18T05:11:50.9615500Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.057s) 2022-05-18T05:11:50.9635413Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-05-18T05:11:50.9924386Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.031s) 2022-05-18T05:11:50.9943048Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T05:11:50.9943745Z warnings.warn( 2022-05-18T05:11:50.9968074Z ok (0.004s) 2022-05-18T05:11:51.0088837Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.012s) 2022-05-18T05:11:51.0107816Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T05:11:51.0108496Z warnings.warn( 2022-05-18T05:11:51.0304146Z ok (0.021s) 2022-05-18T05:11:51.0382091Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T05:11:51.1635845Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.125s) 2022-05-18T05:11:51.1748640Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T05:11:51.1852187Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T05:11:51.1949568Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T05:11:51.2049827Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-05-18T05:11:51.2050913Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-05-18T05:11:51.2051260Z ok (0.010s) 2022-05-18T05:11:51.2138950Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-05-18T05:11:51.2140013Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-05-18T05:11:51.2140363Z ok (0.009s) 2022-05-18T05:11:51.2162840Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T05:11:51.2163656Z warnings.warn( 2022-05-18T05:11:51.2743834Z ok (0.060s) 2022-05-18T05:11:51.2766625Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T05:11:51.2767958Z warnings.warn( 2022-05-18T05:11:51.2999554Z ok (0.026s) 2022-05-18T05:11:51.4237276Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.123s) 2022-05-18T05:11:51.4271428Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:51.4461101Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.019s) 2022-05-18T05:11:51.4478843Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3684: UserWarning: Sparse CSR tensor support is in beta state.If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T05:11:51.4480656Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-05-18T05:11:51.4554132Z expected failure (0.009s) 2022-05-18T05:11:51.4617820Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:51.4634266Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T05:11:51.4634934Z warnings.warn( 2022-05-18T05:11:51.4642734Z ok (0.002s) 2022-05-18T05:11:51.4757105Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T05:11:51.4838831Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T05:11:51.4924091Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T05:11:51.5108155Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.018s) 2022-05-18T05:11:51.5133736Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:51.5164027Z test_hessian_vector (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:51.5183630Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:51.5195546Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:51.5236519Z test_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:51.5261080Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:51.5274006Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:51.5550708Z test_indexing (__main__.TestAutograd) ... ok (0.028s) 2022-05-18T05:11:51.5597729Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:51.5864755Z test_inplace (__main__.TestAutograd) ... ok (0.027s) 2022-05-18T05:11:51.5979115Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T05:11:51.6035147Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:51.6073050Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:51.6086998Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:51.6619073Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.053s) 2022-05-18T05:11:51.6638929Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:51.6685462Z test_integer_outputs (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:51.6743951Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:51.6758919Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:51.6778444Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:51.6791918Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:54.2949050Z test_lobpcg (__main__.TestAutograd) ... ok (2.615s) 2022-05-18T05:11:54.2964635Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.2985274Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.2999669Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:54.3014962Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:54.3044550Z test_multi_backward (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:54.3057441Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:54.3071052Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/_tensor.py:908: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1393.) 2022-05-18T05:11:54.3071940Z return super(Tensor, self).refine_names(names) 2022-05-18T05:11:54.3076948Z ok (0.002s) 2022-05-18T05:11:54.3104421Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.003s) 2022-05-18T05:11:54.3219785Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T05:11:54.3234072Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:54.3297749Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:54.3323632Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.3343101Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.3361437Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.3371564Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:54.3397257Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.3431382Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:11:54.3432718Z warnings.warn( 2022-05-18T05:11:54.3482904Z ok (0.008s) 2022-05-18T05:11:54.3494888Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:54.3562894Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:54.3570744Z test_no_grad_python_function (__main__.TestAutograd) 2022-05-18T05:11:54.3576383Z Python Functions should respect grad mode. ... ok (0.001s) 2022-05-18T05:11:54.3657485Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T05:11:54.3674821Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.3715181Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:54.3756064Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:54.3826027Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:54.3852771Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:54.3878511Z test_once_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:54.3951746Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:54.4030051Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T05:11:54.4077456Z test_pickle (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:54.4097960Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.4120071Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:54.6195322Z test_profiler (__main__.TestAutograd) ... ok (0.207s) 2022-05-18T05:11:54.6220778Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:54.6240385Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... 2022-05-18T05:11:55.3350751Z =================================================================================================================================================================== 2022-05-18T05:11:55.3351136Z TEST 2022-05-18T05:11:55.3352135Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.3352750Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T05:11:55.3353500Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.3354085Z aten::lstm 0.93% 236.000us 4.86% 1.228ms 1.228ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3354485Z aten::lstm 0.82% 206.000us 4.87% 1.229ms 1.229ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3354878Z aten::lstm 0.80% 203.000us 4.75% 1.200ms 1.200ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3355250Z aten::lstm 0.78% 196.000us 4.80% 1.213ms 1.213ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3355643Z aten::lstm 0.76% 191.000us 5.03% 1.270ms 1.270ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3356043Z aten::lstm 0.73% 185.000us 4.85% 1.225ms 1.225ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3356434Z aten::lstm 0.73% 184.000us 4.81% 1.216ms 1.216ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3356832Z aten::lstm 0.72% 182.000us 5.73% 1.447ms 1.447ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3357218Z aten::lstm 0.72% 182.000us 4.82% 1.218ms 1.218ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3357884Z aten::lstm 0.72% 181.000us 5.08% 1.283ms 1.283ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.3358658Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.3359141Z Self CPU time total: 25.262ms 2022-05-18T05:11:55.3359322Z 2022-05-18T05:11:55.6392617Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.6393891Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T05:11:55.6394681Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.6395267Z aten::lstm 14.21% 3.589ms 97.52% 24.635ms 1.232ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.6395677Z aten::addmm 10.61% 2.681ms 14.61% 3.691ms 18.455us 200 [[80], [3, 20], [20, 80], [], []] 2022-05-18T05:11:55.6396074Z aten::mul 9.47% 2.392ms 9.47% 2.392ms 3.987us 600 [[3, 20], [3, 20]] 2022-05-18T05:11:55.6396464Z aten::sigmoid_ 8.55% 2.159ms 8.55% 2.159ms 3.598us 600 [[3, 20]] 2022-05-18T05:11:55.6396864Z aten::slice 4.76% 1.202ms 6.39% 1.613ms 2.016us 800 [[3, 80], [], [], [], []] 2022-05-18T05:11:55.6397280Z aten::unsafe_split 4.54% 1.147ms 14.40% 3.638ms 18.190us 200 [[3, 80], [], []] 2022-05-18T05:11:55.6397688Z aten::tanh_ 3.89% 982.000us 3.89% 982.000us 4.910us 200 [[3, 20]] 2022-05-18T05:11:55.6398084Z aten::narrow 3.48% 878.000us 9.86% 2.491ms 3.114us 800 [[3, 80], [], [], []] 2022-05-18T05:11:55.6398479Z aten::tanh 3.45% 872.000us 3.45% 872.000us 4.360us 200 [[3, 20]] 2022-05-18T05:11:55.6398842Z aten::t 3.10% 783.000us 5.46% 1.380ms 6.273us 220 [[80, 20]] 2022-05-18T05:11:55.6399511Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.6399989Z Self CPU time total: 25.262ms 2022-05-18T05:11:55.6400172Z 2022-05-18T05:11:55.8697204Z =================================================================================================================================================================== 2022-05-18T05:11:55.8697772Z TEST 2022-05-18T05:11:55.8698298Z =================================================================================================================================================================== 2022-05-18T05:11:55.8699303Z This report only display top-level ops statistics 2022-05-18T05:11:55.8700167Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.8700777Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T05:11:55.8701776Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.8702369Z aten::lstm 0.93% 236.000us 4.86% 1.228ms 1.228ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8702742Z aten::lstm 0.82% 206.000us 4.87% 1.229ms 1.229ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8703291Z aten::lstm 0.80% 203.000us 4.75% 1.200ms 1.200ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8703692Z aten::lstm 0.78% 196.000us 4.80% 1.213ms 1.213ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8704081Z aten::lstm 0.76% 191.000us 5.03% 1.270ms 1.270ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8704464Z aten::lstm 0.73% 185.000us 4.85% 1.225ms 1.225ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8704827Z aten::lstm 0.73% 184.000us 4.81% 1.216ms 1.216ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8705213Z aten::lstm 0.72% 182.000us 5.73% 1.447ms 1.447ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8705599Z aten::lstm 0.72% 182.000us 4.82% 1.218ms 1.218ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8705990Z aten::lstm 0.72% 181.000us 5.08% 1.283ms 1.283ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:55.8706670Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:55.8707121Z Self CPU time total: 25.262ms 2022-05-18T05:11:55.8707301Z 2022-05-18T05:11:56.1717795Z =================================================================================================================================================================== 2022-05-18T05:11:56.1718993Z This report only display top-level ops statistics 2022-05-18T05:11:56.1719920Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:56.1720534Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T05:11:56.1721248Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:56.1721817Z aten::lstm 14.21% 3.589ms 97.52% 24.635ms 1.232ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T05:11:56.1722225Z aten::randn 1.31% 331.000us 2.48% 627.000us 10.450us 60 [[], [], [], [], []] 2022-05-18T05:11:56.1722900Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T05:11:56.1723373Z Self CPU time total: 25.262ms 2022-05-18T05:11:56.1723535Z 2022-05-18T05:11:56.1723707Z Total time based on python measurements: 27.006ms 2022-05-18T05:11:56.2072194Z CPU time measurement python side overhead: 6.90% 2022-05-18T05:11:56.2235266Z ok (1.601s) 2022-05-18T05:11:56.2242557Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-05-18T05:11:56.2276876Z Test if the profiling result is aggregated for `str(prof)` ... ok (0.004s) 2022-05-18T05:11:56.2294596Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:56.3172365Z test_profiler_propagation (__main__.TestAutograd) ... ok (0.087s) 2022-05-18T05:11:56.3195420Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T05:11:56.3209352Z test_profiler_shapes (__main__.TestAutograd) ... 2022-05-18T05:11:56.3254734Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-05-18T05:11:56.3256282Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T05:11:56.3257629Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-05-18T05:11:56.3258173Z aten::linear 2.91% 8.000us 36.73% 101.000us 101.000us 1 [[128, 20], [30, 20], [30]] 2022-05-18T05:11:56.3258616Z aten::t 5.82% 16.000us 9.82% 27.000us 27.000us 1 [[30, 20]] 2022-05-18T05:11:56.3259015Z aten::transpose 2.55% 7.000us 4.00% 11.000us 11.000us 1 [[30, 20], [], []] 2022-05-18T05:11:56.3259430Z aten::as_strided 1.45% 4.000us 1.45% 4.000us 4.000us 1 [[30, 20], [], [], []] 2022-05-18T05:11:56.3259832Z aten::addmm 18.91% 52.000us 24.00% 66.000us 66.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-05-18T05:11:56.3260209Z aten::expand 1.09% 3.000us 1.45% 4.000us 4.000us 1 [[30], [], []] 2022-05-18T05:11:56.3260610Z aten::as_strided 0.36% 1.000us 0.36% 1.000us 1.000us 1 [[30], [], [], []] 2022-05-18T05:11:56.3260997Z aten::copy_ 3.64% 10.000us 3.64% 10.000us 10.000us 1 [[128, 30], [128, 30], []] 2022-05-18T05:11:56.3261389Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-05-18T05:11:56.3261794Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-05-18T05:11:56.3262170Z aten::linear 1.09% 3.000us 63.27% 174.000us 174.000us 1 [[128, 30], [40, 30], [40]] 2022-05-18T05:11:56.3262550Z aten::t 1.82% 5.000us 3.27% 9.000us 9.000us 1 [[40, 30]] 2022-05-18T05:11:56.3262939Z aten::transpose 0.73% 2.000us 1.45% 4.000us 4.000us 1 [[40, 30], [], []] 2022-05-18T05:11:56.3263337Z aten::as_strided 0.73% 2.000us 0.73% 2.000us 2.000us 1 [[40, 30], [], [], []] 2022-05-18T05:11:56.3263722Z aten::addmm 55.64% 153.000us 58.91% 162.000us 162.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-05-18T05:11:56.3264263Z aten::expand 0.36% 1.000us 0.73% 2.000us 2.000us 1 [[40], [], []] 2022-05-18T05:11:56.3264684Z aten::as_strided 0.36% 1.000us 0.36% 1.000us 1.000us 1 [[40], [], [], []] 2022-05-18T05:11:56.3265068Z aten::copy_ 2.18% 6.000us 2.18% 6.000us 6.000us 1 [[128, 40], [128, 40], []] 2022-05-18T05:11:56.3265552Z aten::resolve_conj 0.36% 1.000us 0.36% 1.000us 1.000us 1 [[128, 30]] 2022-05-18T05:11:56.3266217Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-05-18T05:11:56.3266654Z Self CPU time total: 275.000us 2022-05-18T05:11:56.3266838Z 2022-05-18T05:11:56.3266949Z ok (0.006s) 2022-05-18T05:11:56.3284436Z test_profiler_unboxed_only (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:57.3035084Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (0.975s) 2022-05-18T05:11:57.3124676Z test_record_function (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T05:11:57.3160109Z test_record_function_callbacks (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:57.3169885Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.3208872Z test_record_function_new_signatures (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:57.3231463Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3269510Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:57.3283195Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.3296844Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.3310180Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.3327598Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3347330Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3362615Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.3381478Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3392687Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.3418054Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3430671Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.3501967Z test_return_duplicate (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:57.3573181Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:57.3599336Z test_return_leaf (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:57.3619007Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3636991Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3673282Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T05:11:57.3693013Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3709916Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3726895Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3791172Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:57.3954947Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.016s) 2022-05-18T05:11:57.3972162Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.3991136Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4048833Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T05:11:57.4063474Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4117257Z test_select_sum (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:57.4126222Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4155489Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:57.4186593Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:57.4207461Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4226930Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4245381Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4256820Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4280284Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4302789Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4500169Z test_setitem (__main__.TestAutograd) ... ok (0.020s) 2022-05-18T05:11:57.4547799Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:57.4555946Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4577340Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4588322Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4641740Z test_sharded_grad (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T05:11:57.4662784Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:57.4677532Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4690040Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4705575Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4719594Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4733526Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4745794Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.4757657Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:57.5045197Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.029s) 2022-05-18T05:11:57.5058455Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3536: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T05:11:57.5059974Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T05:11:57.5060492Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T05:11:57.5060787Z should be replaced with 2022-05-18T05:11:57.5061270Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T05:11:57.5061579Z and 2022-05-18T05:11:57.5061849Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T05:11:57.5062127Z should be replaced with 2022-05-18T05:11:57.5062763Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T05:11:57.5063257Z w, v = torch.symeig(A, eigenvectors=False) 2022-05-18T05:11:57.5113857Z ok (0.007s) 2022-05-18T05:11:57.5128341Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:58.4613344Z test_thread_shutdown (__main__.TestAutograd) ... ok (0.948s) 2022-05-18T05:11:58.4640912Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:58.4815038Z test_type_conversions (__main__.TestAutograd) ... ok (0.017s) 2022-05-18T05:11:58.4886357Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T05:11:58.4909881Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:58.4944554Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T05:11:58.6037128Z test_variable_traverse (__main__.TestAutograd) ... ok (0.109s) 2022-05-18T05:11:58.6053892Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T05:11:58.6063472Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T05:11:58.6109870Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-05-18T05:11:58.6193407Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.008s) 2022-05-18T05:11:58.6243994Z test_advanced_indexing_backwards_large_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:11:58.6269171Z test_advanced_indexing_backwards_memory_format_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.6285062Z test_backward_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:11:58.6299565Z test_copy__cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-05-18T05:11:58.6318279Z test_copy_forward_ad_broadcasting_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.6348873Z test_copy_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:11:58.6384309Z test_cross_device_reentrant_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:11:58.6407994Z test_free_unneeded_tensor_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.6521569Z test_grad_assignment_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.011s) 2022-05-18T05:11:58.6609763Z test_gradcheck_input_output_different_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.009s) 2022-05-18T05:11:58.6664580Z test_inplace_multiple_output_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:11:58.6689412Z test_inplace_on_view_backprop_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.6713983Z test_inplace_on_view_backprop_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/_tensor.py:1086: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:482.) 2022-05-18T05:11:58.6715043Z return self._grad 2022-05-18T05:11:58.6715291Z ok (0.002s) 2022-05-18T05:11:58.6740934Z test_inplace_on_view_backprop_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.7115875Z test_inplace_on_view_gradcheck_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.037s) 2022-05-18T05:11:58.7264977Z test_inplace_on_view_makes_base_require_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.015s) 2022-05-18T05:11:58.7417698Z test_inplace_on_view_modify_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.015s) 2022-05-18T05:11:58.7541043Z test_inplace_on_view_multi_output_safe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.012s) 2022-05-18T05:11:58.7576158Z test_inplace_on_view_multi_output_unsafe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:11:58.7624555Z test_inplace_on_view_multiple_outputs_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:11:58.7652631Z test_inplace_on_view_non_contig_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:11:58.7703812Z test_inplace_on_view_of_multiple_output_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:11:58.7729049Z test_inplace_on_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.8066067Z test_inplace_on_view_python_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.033s) 2022-05-18T05:11:58.8090472Z test_inplace_on_view_then_no_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.8103735Z test_inputbuffer_add_multidevice_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:11:58.8175491Z test_min_max_median_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:11:58.8331982Z test_mv_grad_stride_0_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.015s) 2022-05-18T05:11:58.8354625Z test_non_differentiable_ops_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.8379963Z test_parameter_resize_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.8441174Z test_pin_memory_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:11:58.8466898Z test_profiler_emit_nvtx_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:58.8523891Z test_pyscalar_conversions_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.006s) 2022-05-18T05:11:58.9602449Z test_reentrant_parent_error_on_cpu_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.108s) 2022-05-18T05:11:58.9632353Z test_requires_grad_factory_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:11:58.9659467Z test_requires_grad_factory_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:11:59.6286773Z test_rnn_backward_to_input_but_not_parameters_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.662s) 2022-05-18T05:11:59.6309492Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:1423: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1550.) 2022-05-18T05:11:59.6310280Z func_out = func(*tupled_inputs) 2022-05-18T05:11:59.6418035Z /opt/conda/lib/python3.9/site-packages/torch/autograd/gradcheck.py:1423: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:881.) 2022-05-18T05:11:59.6418629Z func_out = func(*tupled_inputs) 2022-05-18T05:11:59.6520782Z ok (0.023s) 2022-05-18T05:11:59.6907283Z test_scatter_index_reduce_prod_gradgrad_error_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.038s) 2022-05-18T05:11:59.6931781Z test_set_requires_grad_only_for_floats_cuda_float16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:59.6955795Z test_set_requires_grad_only_for_floats_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:59.6979998Z test_set_requires_grad_only_for_floats_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:11:59.7020059Z test_set_requires_grad_only_for_floats_cuda_int16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:11:59.7061158Z test_set_requires_grad_only_for_floats_cuda_int32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:11:59.7099311Z test_set_requires_grad_only_for_floats_cuda_int64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:11:59.7137757Z test_set_requires_grad_only_for_floats_cuda_int8 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:11:59.7181190Z test_simple_reentrant_cross_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:11:59.7308526Z test_sparse_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.013s) 2022-05-18T05:11:59.7390550Z test_sparse_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.008s) 2022-05-18T05:12:00.3341453Z test_sparse_ctor_getter_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.595s) 2022-05-18T05:12:00.3844238Z test_sparse_ctor_getter_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.050s) 2022-05-18T05:12:00.3883886Z test_sparse_mask_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:12:00.3984438Z test_strided_leaf_grad_layout_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.010s) 2022-05-18T05:12:00.4010578Z test_to_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:12:00.4026399Z test_unused_output_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T05:12:00.4073583Z test_warning_in_backward_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:12:00.4368507Z test_where_functional_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.029s) 2022-05-18T05:12:00.4634664Z test_where_scalar_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.026s) 2022-05-18T05:12:00.4691677Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-05-18T05:12:00.4702300Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.4721955Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T05:12:00.4832944Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-05-18T05:12:00.4848723Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T05:12:00.4857157Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.4872263Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.4890959Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T05:12:00.4902706Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.4927456Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T05:12:00.4963231Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T05:12:00.4977807Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.4990063Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.5003073Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.5032624Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T05:12:00.5041379Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T05:12:00.5098339Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-05-18T05:12:00.5126466Z test_print (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T05:12:00.5171067Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T05:12:00.5216054Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T05:12:00.5242440Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T05:12:00.5275834Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T05:12:00.5313159Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T05:12:00.5329416Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-05-18T05:12:00.5344874Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-05-18T05:12:00.5400188Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-05-18T05:12:00.5479513Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.008s) 2022-05-18T05:12:00.5491712Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-05-18T05:12:00.5555588Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T05:12:00.5580247Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T05:12:00.5662678Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T05:12:00.5892037Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-05-18T05:12:00.7826376Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.193s) 2022-05-18T05:12:02.6224467Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.840s) 2022-05-18T05:12:02.7190914Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.096s) 2022-05-18T05:12:03.5604004Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.841s) 2022-05-18T05:12:03.5653384Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:03.5811844Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-05-18T05:12:03.5826576Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-05-18T05:12:03.5854305Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:03.5922133Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T05:12:03.6227564Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-05-18T05:12:03.6275805Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:03.6420344Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-05-18T05:12:03.6456394Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:03.6645331Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-05-18T05:12:03.6687047Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:03.6881034Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-05-18T05:12:03.6935118Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:03.7205569Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.027s) 2022-05-18T05:12:03.7244995Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:03.7376393Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-05-18T05:12:03.7407205Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:03.7577482Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-05-18T05:12:03.7605647Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:03.7703577Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T05:12:03.7924680Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-05-18T05:12:04.0234881Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.231s) 2022-05-18T05:12:04.0318167Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T05:12:04.0992241Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.067s) 2022-05-18T05:12:04.1065335Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T05:12:04.1687434Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.062s) 2022-05-18T05:12:04.1702979Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T05:12:04.1751440Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:04.2971490Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.122s) 2022-05-18T05:12:05.3303673Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.033s) 2022-05-18T05:12:05.3356856Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:05.3499766Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-05-18T05:12:05.3536111Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:05.3626186Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T05:12:05.3657713Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:05.3781123Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-05-18T05:12:05.3812280Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:05.3905253Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T05:12:05.3936634Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:05.4036322Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T05:12:05.4838879Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.080s) 2022-05-18T05:12:06.1648803Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.681s) 2022-05-18T05:12:06.2267867Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.062s) 2022-05-18T05:12:06.7459674Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.519s) 2022-05-18T05:12:06.7508571Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:06.7653590Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-05-18T05:12:06.7662980Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-05-18T05:12:06.7674008Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-05-18T05:12:06.7717922Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:06.7871703Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-05-18T05:12:06.7905567Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:06.7981775Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T05:12:06.8010551Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:06.8149874Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-05-18T05:12:06.8176477Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:06.8284653Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-05-18T05:12:06.8328561Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:06.8502566Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-05-18T05:12:06.8539164Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:06.8643308Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T05:12:06.8665239Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T05:12:06.8738881Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T05:12:06.8757844Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T05:12:06.8806424Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:06.8859600Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:06.9180692Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.032s) 2022-05-18T05:12:06.9209344Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:06.9393180Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-05-18T05:12:06.9443590Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:06.9799466Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.036s) 2022-05-18T05:12:06.9935514Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-05-18T05:12:07.1096099Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.116s) 2022-05-18T05:12:07.1155237Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T05:12:07.1552052Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.040s) 2022-05-18T05:12:07.1602720Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:07.2047680Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.044s) 2022-05-18T05:12:07.2134084Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T05:12:07.2843265Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.071s) 2022-05-18T05:12:07.2854100Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-05-18T05:12:07.2882641Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:07.3778603Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.089s) 2022-05-18T05:12:08.1200719Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.742s) 2022-05-18T05:12:08.1232394Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:08.1279707Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:08.1313605Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:08.1399765Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T05:12:08.1421887Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T05:12:08.1463081Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:08.1497215Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:08.1579880Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T05:12:08.1606008Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:08.1671757Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T05:12:08.2750959Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.108s) 2022-05-18T05:12:09.2209307Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.946s) 2022-05-18T05:12:09.2253990Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T05:12:09.2349235Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T05:12:09.2383152Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:09.2467769Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T05:12:09.2496900Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:09.2607402Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-05-18T05:12:09.2635478Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:09.2709202Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T05:12:09.2733014Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T05:12:09.2794701Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T05:12:09.3587612Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.079s) 2022-05-18T05:12:10.0177444Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.659s) 2022-05-18T05:12:10.0207510Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:10.0258287Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:10.0291758Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:10.0372830Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T05:12:10.0401205Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:10.0503863Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T05:12:10.0536680Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T05:12:10.0605792Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T05:12:10.0629336Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T05:12:10.0677554Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T05:12:10.0687197Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.0702857Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.0769372Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-05-18T05:12:10.0853135Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-05-18T05:12:10.0918513Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-05-18T05:12:10.0928924Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.0942454Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.0951805Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.0961790Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.1043020Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-05-18T05:12:10.1053119Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.1064568Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.1154167Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-05-18T05:12:10.1262569Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-05-18T05:12:10.1276075Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.1296291Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T05:12:10.1311367Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T05:12:10.1331279Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T05:12:10.1386478Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-05-18T05:12:10.1983938Z test_cat_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.059s) 2022-05-18T05:12:10.2008103Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-05-18T05:12:10.2260406Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.025s) 2022-05-18T05:12:10.2270823Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-05-18T05:12:10.2295252Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-05-18T05:12:10.2310387Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-05-18T05:12:10.2562676Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.025s) 2022-05-18T05:12:10.2657004Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-05-18T05:12:10.2800392Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.014s) 2022-05-18T05:12:10.2801057Z 2022-05-18T05:12:10.2801851Z ---------------------------------------------------------------------- 2022-05-18T05:12:10.2802304Z Ran 482 tests in 26.964s 2022-05-18T05:12:10.2802502Z 2022-05-18T05:12:10.2802651Z OK (skipped=8, expected failures=2) 2022-05-18T05:12:10.2802846Z 2022-05-18T05:12:10.2802961Z Generating XML reports... 2022-05-18T05:12:10.3075299Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220518051143.xml 2022-05-18T05:12:10.3077907Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220518051143.xml 2022-05-18T05:12:10.3145750Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCUDA-20220518051143.xml 2022-05-18T05:12:10.3167526Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220518051143.xml 2022-05-18T05:12:10.3174019Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220518051143.xml 2022-05-18T05:12:10.3281955Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220518051143.xml 2022-05-18T05:12:10.3300729Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220518051143.xml 2022-05-18T05:12:10.3310149Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220518051143.xml 2022-05-18T05:12:10.7778701Z Running test_masked ... [2022-05-18 05:12:10.777298] 2022-05-18T05:12:10.7779400Z Executing ['/opt/conda/bin/python', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:12:10.777408] 2022-05-18T05:12:13.8449222Z Test results will be stored in test-reports/python-unittest/test_masked 2022-05-18T05:12:13.8507182Z 2022-05-18T05:12:13.8507338Z Running tests... 2022-05-18T05:12:13.8508221Z ---------------------------------------------------------------------- 2022-05-18T05:12:14.3806357Z test_mask_layout_sparse_coo__masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.529s) 2022-05-18T05:12:14.9029722Z test_mask_layout_sparse_coo__masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.522s) 2022-05-18T05:12:15.4246468Z test_mask_layout_sparse_coo__masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.521s) 2022-05-18T05:12:15.9398711Z test_mask_layout_sparse_coo__masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.515s) 2022-05-18T05:12:15.9408831Z test_mask_layout_sparse_coo__masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:15.9420540Z test_mask_layout_sparse_coo__masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:15.9431228Z test_mask_layout_sparse_coo__masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:15.9442608Z test_mask_layout_sparse_coo__masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:15.9453761Z test_mask_layout_sparse_coo__masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:16.4661622Z test_mask_layout_sparse_coo__masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.520s) 2022-05-18T05:12:16.9895341Z test_mask_layout_sparse_coo__masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.523s) 2022-05-18T05:12:17.5115911Z test_mask_layout_sparse_coo__masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.522s) 2022-05-18T05:12:18.0257276Z test_mask_layout_sparse_coo__masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.514s) 2022-05-18T05:12:18.0267541Z test_mask_layout_sparse_coo__masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:18.0279089Z test_mask_layout_sparse_coo__masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:18.0290071Z test_mask_layout_sparse_coo__masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:18.0301476Z test_mask_layout_sparse_coo__masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:18.0312360Z test_mask_layout_sparse_coo__masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:18.6260465Z test_mask_layout_sparse_coo__masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.594s) 2022-05-18T05:12:18.6270727Z test_mask_layout_sparse_coo__masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:18.6282044Z test_mask_layout_sparse_coo__masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:18.6293505Z test_mask_layout_sparse_coo__masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:19.2210370Z test_mask_layout_sparse_coo__masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.591s) 2022-05-18T05:12:19.8105766Z test_mask_layout_sparse_coo__masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.589s) 2022-05-18T05:12:20.3929790Z test_mask_layout_sparse_coo__masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.582s) 2022-05-18T05:12:20.3940362Z test_mask_layout_sparse_coo__masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:20.3951678Z test_mask_layout_sparse_coo__masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:20.3962896Z test_mask_layout_sparse_coo__masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:20.3974076Z test_mask_layout_sparse_coo__masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:20.3986309Z test_mask_layout_sparse_coo__masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:21.0035212Z test_mask_layout_sparse_coo__masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.605s) 2022-05-18T05:12:21.4717059Z test_mask_layout_sparse_coo__masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.468s) 2022-05-18T05:12:21.9365108Z test_mask_layout_sparse_coo__masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.465s) 2022-05-18T05:12:22.4020300Z test_mask_layout_sparse_coo__masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.465s) 2022-05-18T05:12:23.0046386Z test_mask_layout_sparse_coo__masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.602s) 2022-05-18T05:12:23.6067999Z test_mask_layout_sparse_coo__masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.602s) 2022-05-18T05:12:24.2001831Z test_mask_layout_sparse_coo__masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.593s) 2022-05-18T05:12:24.6337425Z test_mask_layout_sparse_coo__masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.433s) 2022-05-18T05:12:25.0684899Z test_mask_layout_sparse_coo__masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.435s) 2022-05-18T05:12:25.4949534Z test_mask_layout_sparse_coo__masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.426s) 2022-05-18T05:12:25.9283030Z test_mask_layout_sparse_coo__masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.433s) 2022-05-18T05:12:26.3899437Z test_mask_layout_sparse_coo__masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.461s) 2022-05-18T05:12:26.3917806Z test_mask_layout_sparse_csr__masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.3935789Z test_mask_layout_sparse_csr__masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.3953812Z test_mask_layout_sparse_csr__masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.3971681Z test_mask_layout_sparse_csr__masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.3982434Z test_mask_layout_sparse_csr__masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.3993999Z test_mask_layout_sparse_csr__masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4004848Z test_mask_layout_sparse_csr__masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4016174Z test_mask_layout_sparse_csr__masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4027521Z test_mask_layout_sparse_csr__masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4045804Z test_mask_layout_sparse_csr__masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.4064116Z test_mask_layout_sparse_csr__masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.4081885Z test_mask_layout_sparse_csr__masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.4100283Z test_mask_layout_sparse_csr__masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T05:12:26.4110995Z test_mask_layout_sparse_csr__masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4122619Z test_mask_layout_sparse_csr__masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4133896Z test_mask_layout_sparse_csr__masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4145800Z test_mask_layout_sparse_csr__masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.4156827Z test_mask_layout_sparse_csr__masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.5334302Z test_mask_layout_sparse_csr__masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.118s) 2022-05-18T05:12:26.5345023Z test_mask_layout_sparse_csr__masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.5356338Z test_mask_layout_sparse_csr__masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.5367555Z test_mask_layout_sparse_csr__masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.6541988Z test_mask_layout_sparse_csr__masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.117s) 2022-05-18T05:12:26.7721899Z test_mask_layout_sparse_csr__masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.118s) 2022-05-18T05:12:26.8896591Z test_mask_layout_sparse_csr__masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.117s) 2022-05-18T05:12:26.8908096Z test_mask_layout_sparse_csr__masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.8918765Z test_mask_layout_sparse_csr__masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.8931569Z test_mask_layout_sparse_csr__masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.8944620Z test_mask_layout_sparse_csr__masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:26.8956921Z test_mask_layout_sparse_csr__masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:27.0183768Z test_mask_layout_sparse_csr__masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.122s) 2022-05-18T05:12:27.0573160Z test_mask_layout_sparse_csr__masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.039s) 2022-05-18T05:12:27.0948250Z test_mask_layout_sparse_csr__masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.037s) 2022-05-18T05:12:27.1331327Z test_mask_layout_sparse_csr__masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.038s) 2022-05-18T05:12:27.2536340Z test_mask_layout_sparse_csr__masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.120s) 2022-05-18T05:12:27.3744942Z test_mask_layout_sparse_csr__masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.121s) 2022-05-18T05:12:27.4939008Z test_mask_layout_sparse_csr__masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.119s) 2022-05-18T05:12:27.5297031Z test_mask_layout_sparse_csr__masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.036s) 2022-05-18T05:12:27.5655942Z test_mask_layout_sparse_csr__masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.036s) 2022-05-18T05:12:27.5996627Z test_mask_layout_sparse_csr__masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.034s) 2022-05-18T05:12:27.6360648Z test_mask_layout_sparse_csr__masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.036s) 2022-05-18T05:12:27.6739916Z test_mask_layout_sparse_csr__masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.038s) 2022-05-18T05:12:27.8753076Z test_mask_layout_strided__masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.201s) 2022-05-18T05:12:28.0752336Z test_mask_layout_strided__masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.200s) 2022-05-18T05:12:28.2750433Z test_mask_layout_strided__masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.200s) 2022-05-18T05:12:28.4704069Z test_mask_layout_strided__masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.195s) 2022-05-18T05:12:28.4714956Z test_mask_layout_strided__masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:28.4725693Z test_mask_layout_strided__masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:28.4737659Z test_mask_layout_strided__masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:28.4748370Z test_mask_layout_strided__masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:28.4759948Z test_mask_layout_strided__masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:28.6792229Z test_mask_layout_strided__masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.203s) 2022-05-18T05:12:28.8796125Z test_mask_layout_strided__masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.200s) 2022-05-18T05:12:29.0822807Z test_mask_layout_strided__masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.203s) 2022-05-18T05:12:29.2814136Z test_mask_layout_strided__masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.199s) 2022-05-18T05:12:29.2826196Z test_mask_layout_strided__masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.2838784Z test_mask_layout_strided__masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.2851056Z test_mask_layout_strided__masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.2863981Z test_mask_layout_strided__masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.2876447Z test_mask_layout_strided__masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.5168166Z test_mask_layout_strided__masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.229s) 2022-05-18T05:12:29.5178720Z test_mask_layout_strided__masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.5190081Z test_mask_layout_strided__masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.5201442Z test_mask_layout_strided__masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:29.7496539Z test_mask_layout_strided__masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.229s) 2022-05-18T05:12:29.9780134Z test_mask_layout_strided__masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.228s) 2022-05-18T05:12:30.2020680Z test_mask_layout_strided__masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.224s) 2022-05-18T05:12:30.2031348Z test_mask_layout_strided__masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:30.2042485Z test_mask_layout_strided__masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:30.2053902Z test_mask_layout_strided__masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:30.2067397Z test_mask_layout_strided__masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:30.2078456Z test_mask_layout_strided__masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-05-18T05:12:30.4331192Z test_mask_layout_strided__masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.225s) 2022-05-18T05:12:30.5829913Z test_mask_layout_strided__masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-05-18T05:12:30.7609087Z test_mask_layout_strided__masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.178s) 2022-05-18T05:12:30.9421590Z test_mask_layout_strided__masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.181s) 2022-05-18T05:12:31.1666190Z test_mask_layout_strided__masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.224s) 2022-05-18T05:12:31.3919687Z test_mask_layout_strided__masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.225s) 2022-05-18T05:12:31.6117072Z test_mask_layout_strided__masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.220s) 2022-05-18T05:12:31.7617252Z test_mask_layout_strided__masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-05-18T05:12:31.9117300Z test_mask_layout_strided__masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-05-18T05:12:32.0566788Z test_mask_layout_strided__masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.145s) 2022-05-18T05:12:32.2062513Z test_mask_layout_strided__masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.149s) 2022-05-18T05:12:32.3559583Z test_mask_layout_strided__masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-05-18T05:12:32.4214290Z test_reference_masked__masked_log_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-05-18T05:12:32.4871193Z test_reference_masked__masked_log_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.066s) 2022-05-18T05:12:32.5524733Z test_reference_masked__masked_log_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-05-18T05:12:32.6177343Z test_reference_masked__masked_log_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-05-18T05:12:33.1736880Z test_reference_masked__masked_norm_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.556s) 2022-05-18T05:12:33.7324253Z test_reference_masked__masked_norm_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.559s) 2022-05-18T05:12:34.2880197Z test_reference_masked__masked_norm_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.555s) 2022-05-18T05:12:34.8402879Z test_reference_masked__masked_norm_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.552s) 2022-05-18T05:12:34.9348710Z test_reference_masked__masked_normalize_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-05-18T05:12:35.0288544Z test_reference_masked__masked_normalize_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-05-18T05:12:35.1230519Z test_reference_masked__masked_normalize_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-05-18T05:12:35.2169776Z test_reference_masked__masked_normalize_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-05-18T05:12:35.2825317Z test_reference_masked__masked_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-05-18T05:12:35.3476471Z test_reference_masked__masked_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-05-18T05:12:35.4129048Z test_reference_masked__masked_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-05-18T05:12:35.4781819Z test_reference_masked__masked_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-05-18T05:12:35.5496276Z test_reference_masked__masked_softmin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.071s) 2022-05-18T05:12:35.6207253Z test_reference_masked__masked_softmin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.071s) 2022-05-18T05:12:35.6918529Z test_reference_masked__masked_softmin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.071s) 2022-05-18T05:12:35.7628404Z test_reference_masked__masked_softmin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.071s) 2022-05-18T05:12:36.0597812Z test_reference_masked__masked_std_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.297s) 2022-05-18T05:12:36.3318694Z test_reference_masked__masked_std_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.272s) 2022-05-18T05:12:36.6058662Z test_reference_masked__masked_std_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.274s) 2022-05-18T05:12:36.8998122Z test_reference_masked__masked_std_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.294s) 2022-05-18T05:12:37.1990127Z test_reference_masked__masked_std_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.299s) 2022-05-18T05:12:37.4871207Z test_reference_masked__masked_std_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.288s) 2022-05-18T05:12:37.4994809Z test_reference_masked__masked_std_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:37.5112952Z test_reference_masked__masked_std_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:37.5229989Z test_reference_masked__masked_std_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:37.5346405Z test_reference_masked__masked_std_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:37.5463119Z test_reference_masked__masked_std_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:37.8370561Z test_reference_masked__masked_var_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.290s) 2022-05-18T05:12:38.0962238Z test_reference_masked__masked_var_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.259s) 2022-05-18T05:12:38.3601398Z test_reference_masked__masked_var_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.264s) 2022-05-18T05:12:38.6503605Z test_reference_masked__masked_var_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.290s) 2022-05-18T05:12:38.9432592Z test_reference_masked__masked_var_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.293s) 2022-05-18T05:12:39.2289628Z test_reference_masked__masked_var_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.286s) 2022-05-18T05:12:39.2411809Z test_reference_masked__masked_var_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:39.2531680Z test_reference_masked__masked_var_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:39.2649454Z test_reference_masked__masked_var_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:39.2767117Z test_reference_masked__masked_var_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:39.2884271Z test_reference_masked__masked_var_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-05-18T05:12:39.3131297Z test_where_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.024s) 2022-05-18T05:12:39.3160848Z test_where_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-05-18T05:12:39.3192957Z test_where_csr_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-05-18T05:12:39.3225449Z test_where_csr_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-05-18T05:12:39.3255339Z test_where_hybrid_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-05-18T05:12:39.3285904Z test_where_hybrid_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-05-18T05:12:39.3286753Z 2022-05-18T05:12:39.3287177Z ---------------------------------------------------------------------- 2022-05-18T05:12:39.3289583Z Ran 174 tests in 25.478s 2022-05-18T05:12:39.3289788Z 2022-05-18T05:12:39.3289914Z OK (skipped=62) 2022-05-18T05:12:39.3291150Z 2022-05-18T05:12:39.3291509Z Generating XML reports... 2022-05-18T05:12:39.3503018Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCUDA-20220518051213.xml 2022-05-18T05:12:39.6979752Z Running test_view_ops ... [2022-05-18 05:12:39.697379] 2022-05-18T05:12:39.6980440Z Executing ['/opt/conda/bin/python', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:12:39.697527] 2022-05-18T05:12:42.1855922Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-05-18T05:12:42.1922663Z 2022-05-18T05:12:42.1922924Z Running tests... 2022-05-18T05:12:42.1923365Z ---------------------------------------------------------------------- 2022-05-18T05:12:42.1953970Z test_T_cuda (__main__.TestOldViewOpsCUDA) ... /var/lib/jenkins/workspace/test/test_view_ops.py:1277: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matricesor `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:2994.) 2022-05-18T05:12:42.1954801Z t1 = a.T 2022-05-18T05:12:42.1980199Z ok (0.005s) 2022-05-18T05:12:42.6662751Z test_atleast_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.468s) 2022-05-18T05:12:43.1399404Z test_atleast_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.473s) 2022-05-18T05:12:43.5533043Z test_atleast_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.413s) 2022-05-18T05:12:43.9665375Z test_atleast_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.413s) 2022-05-18T05:12:44.3630235Z test_atleast_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.396s) 2022-05-18T05:12:44.5749229Z test_atleast_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.212s) 2022-05-18T05:12:44.7906219Z test_atleast_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.216s) 2022-05-18T05:12:44.9937165Z test_atleast_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.203s) 2022-05-18T05:12:45.2035447Z test_atleast_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.210s) 2022-05-18T05:12:45.4129823Z test_atleast_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.209s) 2022-05-18T05:12:45.5349188Z test_atleast_gradient_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.122s) 2022-05-18T05:12:45.5432923Z test_big_transpose_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.008s) 2022-05-18T05:12:45.5467571Z test_broadcast_shapes_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.004s) 2022-05-18T05:12:45.5485010Z test_broadcast_shapes_numpy_ref_cuda (__main__.TestOldViewOpsCUDA) ... skip: NumPy does not support broadcast_shapes before the 1.20 version (0.002s) 2022-05-18T05:12:45.5502063Z test_broadcast_tensors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:12:45.5533923Z test_broadcast_to_cuda_bool (__main__.TestOldViewOpsCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_comparison.py:600: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:178.) 2022-05-18T05:12:45.5535190Z return torch.as_tensor(tensor_like) 2022-05-18T05:12:45.5980727Z ok (0.048s) 2022-05-18T05:12:45.6527956Z test_broadcast_to_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.055s) 2022-05-18T05:12:45.7074952Z test_broadcast_to_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.055s) 2022-05-18T05:12:45.7588325Z test_broadcast_to_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.051s) 2022-05-18T05:12:45.8105286Z test_broadcast_to_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.051s) 2022-05-18T05:12:45.8620174Z test_broadcast_to_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.051s) 2022-05-18T05:12:45.9098341Z test_broadcast_to_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.048s) 2022-05-18T05:12:45.9582567Z test_broadcast_to_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.048s) 2022-05-18T05:12:46.0068963Z test_broadcast_to_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.048s) 2022-05-18T05:12:46.0555132Z test_broadcast_to_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.048s) 2022-05-18T05:12:46.1038466Z test_broadcast_to_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.048s) 2022-05-18T05:12:46.1056204Z test_chunk_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:12:46.1071971Z test_conj_neg_view_numpy_error_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:12:46.1090341Z test_contiguous_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1106946Z test_crow_col_indices_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:12:46.1151401Z test_empty_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:12:46.1274572Z test_expand_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.012s) 2022-05-18T05:12:46.1496734Z test_flatten_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.022s) 2022-05-18T05:12:46.1514111Z test_memory_format_resize__cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1532247Z test_memory_format_resize_as_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1555782Z test_narrow_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:12:46.1572125Z test_narrow_tensor_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:12:46.1601323Z test_python_types_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:12:46.1694929Z test_ravel_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-05-18T05:12:46.1757574Z test_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-05-18T05:12:46.1782584Z test_reshape_view_semantics_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1805494Z test_reshape_view_semantics_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1830311Z test_reshape_view_semantics_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1857609Z test_reshape_view_semantics_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:12:46.1883265Z test_reshape_view_semantics_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1913861Z test_reshape_view_semantics_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:12:46.1939190Z test_reshape_view_semantics_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1962115Z test_reshape_view_semantics_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.1985064Z test_reshape_view_semantics_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.2007989Z test_reshape_view_semantics_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.2031171Z test_reshape_view_semantics_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.2053726Z test_reshape_view_semantics_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:12:46.2086211Z test_resize_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:12:46.2129868Z test_resize_as_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:12:46.2145230Z test_resize_as_preserves_strides_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:12:46.2219942Z test_resize_overflow_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-05-18T05:12:46.2246145Z test_split_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:12:46.2265298Z test_t_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:12:46.2715376Z test_tensor_split_errors_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.045s) 2022-05-18T05:12:46.5371515Z test_tensor_split_indices_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.265s) 2022-05-18T05:12:46.8844690Z test_tensor_split_indices_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.347s) 2022-05-18T05:12:47.2447010Z test_tensor_split_indices_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.360s) 2022-05-18T05:12:47.5823650Z test_tensor_split_indices_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.338s) 2022-05-18T05:12:47.9173813Z test_tensor_split_indices_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.335s) 2022-05-18T05:12:48.2416795Z test_tensor_split_indices_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.324s) 2022-05-18T05:12:48.5050333Z test_tensor_split_indices_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.263s) 2022-05-18T05:12:48.7694073Z test_tensor_split_indices_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.264s) 2022-05-18T05:12:49.0292849Z test_tensor_split_indices_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.260s) 2022-05-18T05:12:49.2927602Z test_tensor_split_indices_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.263s) 2022-05-18T05:12:49.5591018Z test_tensor_split_indices_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.266s) 2022-05-18T05:12:50.5465648Z test_tensor_split_sections_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.987s) 2022-05-18T05:12:51.7622844Z test_tensor_split_sections_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (1.216s) 2022-05-18T05:12:53.0432150Z test_tensor_split_sections_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (1.281s) 2022-05-18T05:12:54.1976465Z test_tensor_split_sections_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (1.154s) 2022-05-18T05:12:55.3405337Z test_tensor_split_sections_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (1.143s) 2022-05-18T05:12:56.4556413Z test_tensor_split_sections_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (1.115s) 2022-05-18T05:12:57.3682336Z test_tensor_split_sections_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.913s) 2022-05-18T05:12:58.2795025Z test_tensor_split_sections_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.911s) 2022-05-18T05:12:59.1784208Z test_tensor_split_sections_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.899s) 2022-05-18T05:13:00.1175321Z test_tensor_split_sections_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.939s) 2022-05-18T05:13:01.0260554Z test_tensor_split_sections_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.908s) 2022-05-18T05:13:01.0672616Z test_transpose_invalid_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.041s) 2022-05-18T05:13:01.1080891Z test_transpose_invalid_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.041s) 2022-05-18T05:13:01.1479510Z test_transpose_invalid_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.040s) 2022-05-18T05:13:01.2002576Z test_transpose_vs_numpy_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.052s) 2022-05-18T05:13:01.2470616Z test_transpose_vs_numpy_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.047s) 2022-05-18T05:13:01.2778321Z test_transpose_vs_numpy_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.031s) 2022-05-18T05:13:01.2866597Z test_transposes_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-05-18T05:13:01.2918592Z test_transposes_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.3062048Z test_transposes_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.014s) 2022-05-18T05:13:01.3170303Z test_transposes_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.011s) 2022-05-18T05:13:01.3257468Z test_transposes_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-05-18T05:13:01.3344974Z test_transposes_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-05-18T05:13:01.3432458Z test_transposes_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-05-18T05:13:01.3485171Z test_transposes_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.3537991Z test_transposes_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.3587222Z test_transposes_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.3639592Z test_transposes_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.3692042Z test_transposes_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.3855506Z test_transposes_errors_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.4010917Z test_transposes_errors_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.015s) 2022-05-18T05:13:01.4181309Z test_transposes_errors_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-05-18T05:13:01.4346856Z test_transposes_errors_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.4507488Z test_transposes_errors_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.4668033Z test_transposes_errors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.4829063Z test_transposes_errors_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.4985419Z test_transposes_errors_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.5141733Z test_transposes_errors_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.5298127Z test_transposes_errors_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.5458767Z test_transposes_errors_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-05-18T05:13:01.5614601Z test_transposes_errors_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.015s) 2022-05-18T05:13:01.5631683Z test_unsqueeze_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-05-18T05:13:01.5660394Z test_view_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.6098195Z test_view_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.044s) 2022-05-18T05:13:01.6113503Z test_view_empty_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.6150660Z test_T_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.6169759Z test_advanced_indexing_assignment_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.6198339Z test_advanced_indexing_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.6772561Z test_as_strided_gradients_cuda (__main__.TestViewOpsCUDA) ... ok (0.057s) 2022-05-18T05:13:01.6793251Z test_as_strided_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.6812575Z test_as_strided_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.6832616Z test_basic_indexing_ellipses_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.6851936Z test_basic_indexing_newaxis_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.6871773Z test_basic_indexing_slice_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.6879495Z test_chunk_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-05-18T05:13:01.6908983Z test_conj_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.6937711Z test_conj_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.6955907Z test_conj_self_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.6969134Z test_conj_self_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.6982947Z test_conj_self_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.6996878Z test_conj_self_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.7010464Z test_conj_self_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.7024030Z test_conj_self_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.7037954Z test_conj_self_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.7051836Z test_conj_self_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.7071840Z test_conj_self_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7104289Z test_conj_view_with_shared_memory_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.7124797Z test_contiguous_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7137706Z test_contiguous_self_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-05-18T05:13:01.7165674Z test_diagonal_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.7186227Z test_expand_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7205709Z test_expand_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7238594Z test_flatten_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.7297066Z test_flatten_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-05-18T05:13:01.7336368Z test_imag_noncomplex_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7375576Z test_imag_noncomplex_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7414933Z test_imag_noncomplex_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7454206Z test_imag_noncomplex_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7493363Z test_imag_noncomplex_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7532328Z test_imag_noncomplex_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7571258Z test_imag_noncomplex_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7614718Z test_imag_noncomplex_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7653790Z test_imag_noncomplex_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.7728742Z test_movedim_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.007s) 2022-05-18T05:13:01.7748643Z test_narrow_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7768271Z test_permute_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7818099Z test_real_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.7867110Z test_real_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.7887565Z test_reshape_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7913057Z test_reshape_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7932051Z test_reshape_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7951696Z test_select_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.7980981Z test_set_real_imag_cuda_complex128_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8010493Z test_set_real_imag_cuda_complex128_bool (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8039422Z test_set_real_imag_cuda_complex128_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8068613Z test_set_real_imag_cuda_complex128_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8097349Z test_set_real_imag_cuda_complex128_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8130516Z test_set_real_imag_cuda_complex128_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8158670Z test_set_real_imag_cuda_complex128_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8188378Z test_set_real_imag_cuda_complex128_int16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8218063Z test_set_real_imag_cuda_complex128_int32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8246723Z test_set_real_imag_cuda_complex128_int64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8276159Z test_set_real_imag_cuda_complex128_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8305361Z test_set_real_imag_cuda_complex128_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8334477Z test_set_real_imag_cuda_complex64_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8369223Z test_set_real_imag_cuda_complex64_bool (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8398028Z test_set_real_imag_cuda_complex64_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8426921Z test_set_real_imag_cuda_complex64_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8456113Z test_set_real_imag_cuda_complex64_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8484782Z test_set_real_imag_cuda_complex64_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8513399Z test_set_real_imag_cuda_complex64_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8543762Z test_set_real_imag_cuda_complex64_int16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8573807Z test_set_real_imag_cuda_complex64_int32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8608589Z test_set_real_imag_cuda_complex64_int64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8638604Z test_set_real_imag_cuda_complex64_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8668124Z test_set_real_imag_cuda_complex64_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:01.8675566Z test_split_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-05-18T05:13:01.8695048Z test_squeeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.8714282Z test_squeeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.8734195Z test_t_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.8753437Z test_t_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.8790899Z test_transpose_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.8827256Z test_transpose_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.8917192Z test_unbind_cuda (__main__.TestViewOpsCUDA) ... ok (0.009s) 2022-05-18T05:13:01.8955860Z test_unbind_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-05-18T05:13:01.8975541Z test_unfold_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.8996060Z test_unsqueeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.9015494Z test_unsqueeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.9364542Z test_view_as_complex_cuda (__main__.TestViewOpsCUDA) ... ok (0.035s) 2022-05-18T05:13:01.9416625Z test_view_as_real_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.9465522Z test_view_as_real_cuda_complex32 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.9514025Z test_view_as_real_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-05-18T05:13:01.9533781Z test_view_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:01.9567520Z test_view_copy_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:02.1772932Z test_view_dtype_new_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.220s) 2022-05-18T05:13:02.4121998Z test_view_dtype_new_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.235s) 2022-05-18T05:13:02.6113549Z test_view_dtype_new_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.199s) 2022-05-18T05:13:02.8334177Z test_view_dtype_new_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.222s) 2022-05-18T05:13:03.0526949Z test_view_dtype_new_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.219s) 2022-05-18T05:13:03.2491080Z test_view_dtype_new_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.196s) 2022-05-18T05:13:03.4679035Z test_view_dtype_new_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.219s) 2022-05-18T05:13:03.6849543Z test_view_dtype_new_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.217s) 2022-05-18T05:13:03.8789387Z test_view_dtype_new_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.194s) 2022-05-18T05:13:04.0984719Z test_view_dtype_new_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.219s) 2022-05-18T05:13:04.3182757Z test_view_dtype_new_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.220s) 2022-05-18T05:13:04.4266295Z test_view_dtype_upsize_errors_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.108s) 2022-05-18T05:13:04.5828038Z test_view_dtype_upsize_errors_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.156s) 2022-05-18T05:13:04.5849443Z test_view_dtype_upsize_errors_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:04.6046512Z test_view_dtype_upsize_errors_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-05-18T05:13:04.7105097Z test_view_dtype_upsize_errors_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.106s) 2022-05-18T05:13:04.7818967Z test_view_dtype_upsize_errors_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.071s) 2022-05-18T05:13:04.8013693Z test_view_dtype_upsize_errors_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.019s) 2022-05-18T05:13:04.9060879Z test_view_dtype_upsize_errors_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.105s) 2022-05-18T05:13:04.9770683Z test_view_dtype_upsize_errors_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.071s) 2022-05-18T05:13:04.9963766Z test_view_dtype_upsize_errors_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.019s) 2022-05-18T05:13:05.1522194Z test_view_dtype_upsize_errors_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.156s) 2022-05-18T05:13:05.3079570Z test_view_dtype_upsize_errors_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.156s) 2022-05-18T05:13:05.3102885Z test_view_tensor_dsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3123421Z test_view_tensor_dsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3149251Z test_view_tensor_dsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3175517Z test_view_tensor_dsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:05.3204915Z test_view_tensor_dsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:05.3228521Z test_view_tensor_dsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3251101Z test_view_tensor_dsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3271805Z test_view_tensor_dsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3292448Z test_view_tensor_dsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3312822Z test_view_tensor_dsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3333274Z test_view_tensor_dsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3354108Z test_view_tensor_dsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3382649Z test_view_tensor_hsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:05.3402829Z test_view_tensor_hsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3427118Z test_view_tensor_hsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3451504Z test_view_tensor_hsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3475081Z test_view_tensor_hsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3498172Z test_view_tensor_hsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3520859Z test_view_tensor_hsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3541773Z test_view_tensor_hsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3567032Z test_view_tensor_hsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3587170Z test_view_tensor_hsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3607782Z test_view_tensor_hsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3628332Z test_view_tensor_hsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3647954Z test_view_tensor_split_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3666619Z test_view_tensor_split_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3686921Z test_view_tensor_split_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3708491Z test_view_tensor_split_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3732482Z test_view_tensor_split_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3752192Z test_view_tensor_split_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3771733Z test_view_tensor_split_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3790418Z test_view_tensor_split_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3808919Z test_view_tensor_split_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3827411Z test_view_tensor_split_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3845982Z test_view_tensor_split_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3865241Z test_view_tensor_split_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3893341Z test_view_tensor_vsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-05-18T05:13:05.3913955Z test_view_tensor_vsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3938607Z test_view_tensor_vsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3962801Z test_view_tensor_vsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.3986142Z test_view_tensor_vsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4009022Z test_view_tensor_vsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4032023Z test_view_tensor_vsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4052585Z test_view_tensor_vsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4078282Z test_view_tensor_vsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4098621Z test_view_tensor_vsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4119052Z test_view_tensor_vsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4139705Z test_view_tensor_vsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4158941Z test_view_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-05-18T05:13:05.4159421Z 2022-05-18T05:13:05.4159819Z ---------------------------------------------------------------------- 2022-05-18T05:13:05.4162615Z Ran 277 tests in 23.224s 2022-05-18T05:13:05.4162827Z 2022-05-18T05:13:05.4162952Z OK (skipped=13) 2022-05-18T05:13:05.4163128Z 2022-05-18T05:13:05.4163265Z Generating XML reports... 2022-05-18T05:13:05.4299462Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCUDA-20220518051242.xml 2022-05-18T05:13:05.4768547Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCUDA-20220518051242.xml 2022-05-18T05:13:05.7155460Z Running test_type_promotion ... [2022-05-18 05:13:05.715003] 2022-05-18T05:13:05.7156182Z Executing ['/opt/conda/bin/python', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:13:05.715110] 2022-05-18T05:13:08.2016484Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-05-18T05:13:08.2280483Z 2022-05-18T05:13:08.2281010Z Running tests... 2022-05-18T05:13:08.2281579Z ---------------------------------------------------------------------- 2022-05-18T05:13:08.2331918Z test_add_wrapped_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:08.2538750Z test_alpha_mismatch_cuda (__main__.TestTypePromotionCUDA) ... ok (0.021s) 2022-05-18T05:13:08.2687616Z test_alternate_result_cuda (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:08.2873607Z test_bfloat16_cuda (__main__.TestTypePromotionCUDA) ... ok (0.018s) 2022-05-18T05:13:08.2953798Z test_booleans_cuda (__main__.TestTypePromotionCUDA) ... /var/lib/jenkins/workspace/test/test_type_promotion.py:352: UserWarning: This overload of add is deprecated: 2022-05-18T05:13:08.2954345Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-05-18T05:13:08.2954737Z Consider using one of the following signatures instead: 2022-05-18T05:13:08.2955240Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1174.) 2022-05-18T05:13:08.2955789Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-05-18T05:13:08.3015303Z ok (0.014s) 2022-05-18T05:13:08.3029690Z test_can_cast_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-05-18T05:13:08.3642514Z test_cat_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (0.061s) 2022-05-18T05:13:10.8129669Z test_cat_out_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (2.448s) 2022-05-18T05:13:10.8181302Z test_clamp_type_promotion_cuda_bool_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:10.8244911Z test_clamp_type_promotion_cuda_bool_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:10.8308192Z test_clamp_type_promotion_cuda_bool_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:10.8366644Z test_clamp_type_promotion_cuda_bool_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:10.8461809Z test_clamp_type_promotion_cuda_bool_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.8557087Z test_clamp_type_promotion_cuda_bool_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.8651523Z test_clamp_type_promotion_cuda_bool_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.8742320Z test_clamp_type_promotion_cuda_bool_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.8836544Z test_clamp_type_promotion_cuda_bool_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.8929173Z test_clamp_type_promotion_cuda_bool_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.9023169Z test_clamp_type_promotion_cuda_bool_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.9115221Z test_clamp_type_promotion_cuda_bool_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:10.9189887Z test_clamp_type_promotion_cuda_bool_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-05-18T05:13:10.9269391Z test_clamp_type_promotion_cuda_bool_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-05-18T05:13:10.9347750Z test_clamp_type_promotion_cuda_bool_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-05-18T05:13:10.9424143Z test_clamp_type_promotion_cuda_bool_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-05-18T05:13:10.9562405Z test_clamp_type_promotion_cuda_float32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:10.9686739Z test_clamp_type_promotion_cuda_float32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:10.9810857Z test_clamp_type_promotion_cuda_float32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:10.9944010Z test_clamp_type_promotion_cuda_float32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:11.0067040Z test_clamp_type_promotion_cuda_float32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.0197204Z test_clamp_type_promotion_cuda_float32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:11.0332700Z test_clamp_type_promotion_cuda_float32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:11.0460367Z test_clamp_type_promotion_cuda_float32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:11.0582598Z test_clamp_type_promotion_cuda_float32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.0708284Z test_clamp_type_promotion_cuda_float32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.0833707Z test_clamp_type_promotion_cuda_float32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.0954052Z test_clamp_type_promotion_cuda_float32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.1075705Z test_clamp_type_promotion_cuda_float32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.1198697Z test_clamp_type_promotion_cuda_float32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.1319260Z test_clamp_type_promotion_cuda_float32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.1448861Z test_clamp_type_promotion_cuda_float32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:11.1571682Z test_clamp_type_promotion_cuda_float64_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.1686649Z test_clamp_type_promotion_cuda_float64_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-05-18T05:13:11.1801940Z test_clamp_type_promotion_cuda_float64_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-05-18T05:13:11.1920468Z test_clamp_type_promotion_cuda_float64_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.2041197Z test_clamp_type_promotion_cuda_float64_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.2163357Z test_clamp_type_promotion_cuda_float64_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.2290455Z test_clamp_type_promotion_cuda_float64_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:11.2405400Z test_clamp_type_promotion_cuda_float64_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-05-18T05:13:11.2524988Z test_clamp_type_promotion_cuda_float64_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.2651322Z test_clamp_type_promotion_cuda_float64_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:11.2772499Z test_clamp_type_promotion_cuda_float64_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.2890442Z test_clamp_type_promotion_cuda_float64_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.3006054Z test_clamp_type_promotion_cuda_float64_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-05-18T05:13:11.3121062Z test_clamp_type_promotion_cuda_float64_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-05-18T05:13:11.3236794Z test_clamp_type_promotion_cuda_float64_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-05-18T05:13:11.3361990Z test_clamp_type_promotion_cuda_float64_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:11.3456938Z test_clamp_type_promotion_cuda_int32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.3546488Z test_clamp_type_promotion_cuda_int32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.3635275Z test_clamp_type_promotion_cuda_int32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.3734107Z test_clamp_type_promotion_cuda_int32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-05-18T05:13:11.3822560Z test_clamp_type_promotion_cuda_int32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.3914675Z test_clamp_type_promotion_cuda_int32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4007421Z test_clamp_type_promotion_cuda_int32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4096111Z test_clamp_type_promotion_cuda_int32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4182130Z test_clamp_type_promotion_cuda_int32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4277564Z test_clamp_type_promotion_cuda_int32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4367925Z test_clamp_type_promotion_cuda_int32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4462510Z test_clamp_type_promotion_cuda_int32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4551333Z test_clamp_type_promotion_cuda_int32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4645256Z test_clamp_type_promotion_cuda_int32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4733993Z test_clamp_type_promotion_cuda_int32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:11.4827277Z test_clamp_type_promotion_cuda_int32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:12.2844360Z test_comparison_ops_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.801s) 2022-05-18T05:13:13.3949922Z test_complex_assertraises_cuda (__main__.TestTypePromotionCUDA) ... ok (1.110s) 2022-05-18T05:13:14.2791629Z test_complex_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.884s) 2022-05-18T05:13:14.2846001Z test_complex_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:14.2873978Z test_complex_scalar_mult_tensor_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-05-18T05:13:14.2930468Z test_computation_ignores_out_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:14.3001909Z test_create_bool_tensors_cuda (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-05-18T05:13:14.3059067Z test_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:14.3115755Z test_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:14.3172629Z test_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:14.3229700Z test_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:14.3290353Z test_div_promotion_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:14.3347519Z test_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:14.3550098Z test_div_promotion_inplace_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.3591392Z test_div_promotion_inplace_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-05-18T05:13:14.3631557Z test_div_promotion_inplace_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-05-18T05:13:14.3832420Z test_div_promotion_inplace_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.4033359Z test_div_promotion_inplace_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.4234063Z test_div_promotion_inplace_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.4438650Z test_div_promotion_inplace_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.4639166Z test_div_promotion_inplace_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.4840886Z test_div_promotion_out_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.4882627Z test_div_promotion_out_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-05-18T05:13:14.4924669Z test_div_promotion_out_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-05-18T05:13:14.5136180Z test_div_promotion_out_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.021s) 2022-05-18T05:13:14.5339315Z test_div_promotion_out_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.5541406Z test_div_promotion_out_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.5748023Z test_div_promotion_out_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.021s) 2022-05-18T05:13:14.5949372Z test_div_promotion_out_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-05-18T05:13:14.5988725Z test_float_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-05-18T05:13:14.6024723Z test_from_issue_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-05-18T05:13:14.6049277Z test_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-05-18T05:13:14.6093604Z test_indexing_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-05-18T05:13:14.6210992Z test_indexing_fail_cuda (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-05-18T05:13:14.6471236Z test_inplace_cuda (__main__.TestTypePromotionCUDA) ... ok (0.026s) 2022-05-18T05:13:14.6493610Z test_int_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-05-18T05:13:14.6512253Z test_int_to_float_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-05-18T05:13:14.6666871Z test_integer_addcdiv_deprecated_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:14.6821666Z test_integer_addcdiv_deprecated_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:14.6970772Z test_integer_addcdiv_deprecated_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:14.7119970Z test_integer_addcdiv_deprecated_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:14.7269311Z test_integer_addcdiv_deprecated_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:14.7361937Z test_lt_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-05-18T05:13:16.0083565Z test_many_promotions_cuda (__main__.TestTypePromotionCUDA) ... ok (1.272s) 2022-05-18T05:13:16.0467627Z test_mixed_type_backward_cuda (__main__.TestTypePromotionCUDA) ... ok (0.038s) 2022-05-18T05:13:16.0572763Z test_non_promoting_ops_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-05-18T05:13:16.0601563Z test_numpy_array_binary_ufunc_promotion_cuda_bool_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0629560Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0657994Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0685824Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0714516Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0743365Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0776633Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0804411Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0832599Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0860879Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0889020Z test_numpy_array_binary_ufunc_promotion_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0916548Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0944548Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.0972798Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1000371Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1028590Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1056547Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1084762Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1117106Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1145417Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1172868Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1200952Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1228899Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1256772Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1284661Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1312798Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1340921Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1368521Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1396728Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1424920Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1456925Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1484761Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1512879Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1540814Z test_numpy_array_binary_ufunc_promotion_cuda_float16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1568704Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1596722Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1625412Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1653120Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1681424Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1708995Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1737310Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1765191Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1797451Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1825379Z test_numpy_array_binary_ufunc_promotion_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1853017Z test_numpy_array_binary_ufunc_promotion_cuda_float32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1881083Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1908971Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1936726Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1964485Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.1992663Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2020688Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2048416Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2076559Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2104801Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2137521Z test_numpy_array_binary_ufunc_promotion_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2165369Z test_numpy_array_binary_ufunc_promotion_cuda_float64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2193340Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2221625Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2249556Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2277648Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2305766Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2333719Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2361791Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2390220Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2418115Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2445815Z test_numpy_array_binary_ufunc_promotion_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2478393Z test_numpy_array_binary_ufunc_promotion_cuda_int16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2510051Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2538096Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2565816Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2593919Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2622022Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2649704Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2677860Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2706127Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2733804Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2762409Z test_numpy_array_binary_ufunc_promotion_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2795066Z test_numpy_array_binary_ufunc_promotion_cuda_int32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2822845Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2850359Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2878256Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2906277Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2933560Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2961710Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.2989726Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3017916Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3045585Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3073820Z test_numpy_array_binary_ufunc_promotion_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3102190Z test_numpy_array_binary_ufunc_promotion_cuda_int64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3134621Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3162512Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3190528Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3218445Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3246143Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3274341Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3302410Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3330264Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3358426Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3386553Z test_numpy_array_binary_ufunc_promotion_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3414290Z test_numpy_array_binary_ufunc_promotion_cuda_int8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3442210Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3475413Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3503050Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3530909Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3559184Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3587114Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3614876Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3642875Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3670808Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3698578Z test_numpy_array_binary_ufunc_promotion_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3726242Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3754402Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3782829Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3815029Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3843276Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3871286Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3899358Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3927066Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3955368Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.3983450Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.4011221Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-05-18T05:13:16.4039484Z test_promote_self_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-05-18T05:13:16.4058865Z test_promote_types_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-05-18T05:13:16.4083894Z test_result_type_cuda_bfloat16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4169968Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.4195141Z test_result_type_cuda_bfloat16_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4253899Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.4279126Z test_result_type_cuda_bfloat16_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4364511Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.4389674Z test_result_type_cuda_bfloat16_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4475228Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.4500359Z test_result_type_cuda_bfloat16_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4577511Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.4602452Z test_result_type_cuda_bfloat16_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4678315Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.4703343Z test_result_type_cuda_bfloat16_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4779298Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.4804381Z test_result_type_cuda_bfloat16_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4863332Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.4888273Z test_result_type_cuda_bfloat16_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.4951922Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.4977265Z test_result_type_cuda_bfloat16_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5035778Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.5060954Z test_result_type_cuda_bfloat16_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5119231Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.5144353Z test_result_type_cuda_bfloat16_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5202992Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.5228159Z test_result_type_cuda_bool_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5286713Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.5312302Z test_result_type_cuda_bool_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5351296Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:16.5376439Z test_result_type_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5443190Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.5468785Z test_result_type_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5536431Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.5561867Z test_result_type_cuda_bool_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5627231Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.5652120Z test_result_type_cuda_bool_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5709944Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.5734564Z test_result_type_cuda_bool_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5791551Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.5816401Z test_result_type_cuda_bool_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5856245Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:16.5881411Z test_result_type_cuda_bool_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5920601Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:16.5945873Z test_result_type_cuda_bool_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.5985759Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:16.6010487Z test_result_type_cuda_bool_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6050003Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:16.6075395Z test_result_type_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6114841Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:16.6140113Z test_result_type_cuda_complex128_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6229467Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.6254494Z test_result_type_cuda_complex128_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6320766Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.6345811Z test_result_type_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6437514Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-05-18T05:13:16.6462773Z test_result_type_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6555672Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-05-18T05:13:16.6581096Z test_result_type_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6665586Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.6690310Z test_result_type_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6773791Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.6799208Z test_result_type_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6881846Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.6907307Z test_result_type_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.6973474Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.6998566Z test_result_type_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7069885Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.7094920Z test_result_type_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7161481Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.7186583Z test_result_type_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7252785Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.7278111Z test_result_type_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7344683Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.7369915Z test_result_type_cuda_complex64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7454906Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.7480199Z test_result_type_cuda_complex64_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7547728Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.7573224Z test_result_type_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7666164Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-05-18T05:13:16.7691600Z test_result_type_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7785428Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-05-18T05:13:16.7810182Z test_result_type_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.7900194Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.7925321Z test_result_type_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8009854Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.8035482Z test_result_type_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8118809Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.8144539Z test_result_type_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8212156Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.8237073Z test_result_type_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8304163Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.8329782Z test_result_type_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8397155Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.8422492Z test_result_type_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8489356Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.8514970Z test_result_type_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8593293Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.8607914Z test_result_type_cuda_float16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8689769Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.8715270Z test_result_type_cuda_float16_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8773615Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.8799054Z test_result_type_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8883752Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.8909360Z test_result_type_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.8994881Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:16.9020944Z test_result_type_cuda_float16_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9097277Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.9122623Z test_result_type_cuda_float16_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9198126Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.9223643Z test_result_type_cuda_float16_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9298918Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.9324116Z test_result_type_cuda_float16_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9383023Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.9407966Z test_result_type_cuda_float16_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9471471Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:16.9496859Z test_result_type_cuda_float16_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9555606Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.9581505Z test_result_type_cuda_float16_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9640173Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.9665984Z test_result_type_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9724638Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.9750005Z test_result_type_cuda_float32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9826060Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:16.9851014Z test_result_type_cuda_float32_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:16.9908415Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:16.9933530Z test_result_type_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0018539Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:17.0043614Z test_result_type_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0127715Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:17.0153181Z test_result_type_cuda_float32_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0233775Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:17.0259055Z test_result_type_cuda_float32_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0333220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:17.0358545Z test_result_type_cuda_float32_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0432093Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:17.0457625Z test_result_type_cuda_float32_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0514956Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.0540463Z test_result_type_cuda_float32_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0597898Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.0623539Z test_result_type_cuda_float32_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0680869Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.0706207Z test_result_type_cuda_float32_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0763664Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.0789286Z test_result_type_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0846566Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.0871899Z test_result_type_cuda_float64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.0951406Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:17.0976792Z test_result_type_cuda_float64_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1033362Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.1058931Z test_result_type_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1141196Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:17.1166700Z test_result_type_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1250159Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-05-18T05:13:17.1275822Z test_result_type_cuda_float64_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1350407Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:17.1376264Z test_result_type_cuda_float64_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1448957Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:17.1474844Z test_result_type_cuda_float64_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1547663Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:17.1572947Z test_result_type_cuda_float64_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1630190Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.1655368Z test_result_type_cuda_float64_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1716628Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.1741904Z test_result_type_cuda_float64_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1798435Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.1824013Z test_result_type_cuda_float64_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1881326Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.1906783Z test_result_type_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.1963462Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.1988982Z test_result_type_cuda_int16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2047225Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.2072821Z test_result_type_cuda_int16_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2112576Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.2138230Z test_result_type_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2205089Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.2231053Z test_result_type_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2298986Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.2324470Z test_result_type_cuda_int16_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2388209Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.2412966Z test_result_type_cuda_int16_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2471011Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.2496291Z test_result_type_cuda_int16_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2552967Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.2578449Z test_result_type_cuda_int16_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2617801Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.2642587Z test_result_type_cuda_int16_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2682732Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.2707804Z test_result_type_cuda_int16_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2747118Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.2772436Z test_result_type_cuda_int16_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2812299Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.2837669Z test_result_type_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2877854Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.2903661Z test_result_type_cuda_int32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.2967174Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.2992788Z test_result_type_cuda_int32_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3032071Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.3057293Z test_result_type_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3124354Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.3149772Z test_result_type_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3216905Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.3242167Z test_result_type_cuda_int32_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3301048Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.3326259Z test_result_type_cuda_int32_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3384253Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.3409541Z test_result_type_cuda_int32_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3467008Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.3492096Z test_result_type_cuda_int32_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3531881Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.3557557Z test_result_type_cuda_int32_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3601723Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T05:13:17.3627218Z test_result_type_cuda_int32_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3666355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.3691158Z test_result_type_cuda_int32_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3730591Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.3755889Z test_result_type_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3796200Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.3821611Z test_result_type_cuda_int64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3880114Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.3905676Z test_result_type_cuda_int64_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.3944884Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.3970470Z test_result_type_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4037110Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.4062574Z test_result_type_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4136245Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-05-18T05:13:17.4161407Z test_result_type_cuda_int64_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4220034Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.4245387Z test_result_type_cuda_int64_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4303061Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.4328252Z test_result_type_cuda_int64_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4385568Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.4410661Z test_result_type_cuda_int64_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4450348Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.4476089Z test_result_type_cuda_int64_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4515056Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.4540503Z test_result_type_cuda_int64_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4579780Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.4605072Z test_result_type_cuda_int64_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.4644407Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.4670077Z test_result_type_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5060927Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.041s) 2022-05-18T05:13:17.5085120Z test_result_type_cuda_int8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5147696Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.5172920Z test_result_type_cuda_int8_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5213681Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.5238953Z test_result_type_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5306533Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.5331701Z test_result_type_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5399299Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.5424768Z test_result_type_cuda_int8_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5483823Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.5509320Z test_result_type_cuda_int8_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5568875Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.5594183Z test_result_type_cuda_int8_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5651306Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.5676985Z test_result_type_cuda_int8_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5716746Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.5741910Z test_result_type_cuda_int8_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5781808Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.5806861Z test_result_type_cuda_int8_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5846336Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.5871699Z test_result_type_cuda_int8_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5913534Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T05:13:17.5938966Z test_result_type_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.5978476Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.6003847Z test_result_type_cuda_uint8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6063048Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.6087838Z test_result_type_cuda_uint8_bool (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6127436Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.6153195Z test_result_type_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6220133Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.6245227Z test_result_type_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6312671Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.6337950Z test_result_type_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6396938Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.6422272Z test_result_type_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6483355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T05:13:17.6508553Z test_result_type_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6565057Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T05:13:17.6590408Z test_result_type_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6630064Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.6654882Z test_result_type_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6694381Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.6719737Z test_result_type_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6758525Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.6784037Z test_result_type_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6823078Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.6848056Z test_result_type_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) 2022-05-18T05:13:17.6887639Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T05:13:17.6952706Z test_result_type_tensor_vs_scalar_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-05-18T05:13:21.0143477Z test_sparse_add_cuda (__main__.TestTypePromotionCUDA) ... ok (3.319s) 2022-05-18T05:13:21.2686991Z test_sparse_div_cuda (__main__.TestTypePromotionCUDA) ... ok (0.254s) 2022-05-18T05:13:21.2736140Z test_sparse_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:21.2785431Z test_sparse_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:21.2834666Z test_sparse_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:21.2882923Z test_sparse_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:21.2930984Z test_sparse_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:26.1575961Z test_sparse_mul_cuda (__main__.TestTypePromotionCUDA) ... ok (4.864s) 2022-05-18T05:13:29.7447663Z test_sparse_sub_cuda (__main__.TestTypePromotionCUDA) ... ok (3.587s) 2022-05-18T05:13:29.7469933Z test_transpose_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-05-18T05:13:29.7599233Z test_unary_op_out_casting_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:29.7739239Z test_unary_op_out_casting_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.7878614Z test_unary_op_out_casting_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.8018129Z test_unary_op_out_casting_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.8157629Z test_unary_op_out_casting_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.8297149Z test_unary_op_out_casting_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.8431189Z test_unary_op_out_casting_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-05-18T05:13:29.8570324Z test_unary_op_out_casting_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.8709439Z test_unary_op_out_casting_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.8848451Z test_unary_op_out_casting_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-05-18T05:13:29.9001866Z test_unary_op_out_casting_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:29.9156528Z test_unary_op_out_casting_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:29.9207260Z test_unary_op_out_casting_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:29.9360923Z test_unary_op_out_casting_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:29.9519029Z test_unary_op_out_casting_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-05-18T05:13:29.9672423Z test_unary_op_out_casting_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:29.9825411Z test_unary_op_out_casting_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:29.9978611Z test_unary_op_out_casting_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:30.0027106Z test_unary_op_out_casting_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-05-18T05:13:30.0182631Z test_unary_op_out_casting_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:30.0335795Z test_unary_op_out_casting_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:30.0491342Z test_unary_op_out_casting_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:30.0649361Z test_unary_op_out_casting_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-05-18T05:13:30.0804670Z test_unary_op_out_casting_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-05-18T05:13:30.0909564Z test_unary_op_out_casting_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-05-18T05:13:30.0926417Z test_unsigned_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-05-18T05:13:30.0926971Z 2022-05-18T05:13:30.0927435Z ---------------------------------------------------------------------- 2022-05-18T05:13:30.0930269Z Ran 422 tests in 21.865s 2022-05-18T05:13:30.0930607Z 2022-05-18T05:13:30.0930760Z OK (skipped=121) 2022-05-18T05:13:30.0930926Z 2022-05-18T05:13:30.0932769Z Generating XML reports... 2022-05-18T05:13:30.1381097Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCUDA-20220518051308.xml 2022-05-18T05:13:30.3891542Z Running test_tensorexpr ... [2022-05-18 05:13:30.388554] 2022-05-18T05:13:30.3892248Z Executing ['/opt/conda/bin/python', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:13:30.388674] 2022-05-18T05:13:32.8579668Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-05-18T05:13:32.8609440Z 2022-05-18T05:13:32.8609786Z Running tests... 2022-05-18T05:13:32.8610224Z ---------------------------------------------------------------------- 2022-05-18T05:13:32.9305386Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.069s) 2022-05-18T05:13:32.9780832Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-05-18T05:13:33.0488397Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-05-18T05:13:33.0596440Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-05-18T05:13:33.2261815Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.166s) 2022-05-18T05:13:33.2768798Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.051s) 2022-05-18T05:13:33.3086474Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-05-18T05:13:38.4436731Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (5.135s) 2022-05-18T05:13:40.1664336Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (1.723s) 2022-05-18T05:13:40.2200406Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.053s) 2022-05-18T05:13:41.0449963Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.825s) 2022-05-18T05:13:41.0917022Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-05-18T05:13:41.1552039Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.063s) 2022-05-18T05:13:41.5926507Z test_cat (__main__.TestTensorExprFuser) ... ok (0.437s) 2022-05-18T05:13:42.4040120Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.811s) 2022-05-18T05:13:42.8306260Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.427s) 2022-05-18T05:13:42.8317478Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-05-18T05:13:43.3749733Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.543s) 2022-05-18T05:13:43.7479589Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.373s) 2022-05-18T05:13:43.7855656Z test_char (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-05-18T05:13:43.9007613Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.115s) 2022-05-18T05:13:44.2542953Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.353s) 2022-05-18T05:13:44.2915695Z test_constant (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-05-18T05:13:44.3267012Z test_double (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-05-18T05:13:44.6894678Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.362s) 2022-05-18T05:13:44.6913357Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-05-18T05:13:44.7411656Z test_easy (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-05-18T05:13:44.8270468Z test_eq (__main__.TestTensorExprFuser) ... ok (0.086s) 2022-05-18T05:13:45.4580481Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.631s) 2022-05-18T05:13:45.8104850Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.352s) 2022-05-18T05:13:45.8990197Z test_ge (__main__.TestTensorExprFuser) ... ok (0.088s) 2022-05-18T05:13:45.9854825Z test_gt (__main__.TestTensorExprFuser) ... ok (0.086s) 2022-05-18T05:13:46.2774575Z test_guard_fails (__main__.TestTensorExprFuser) ... ok (0.292s) 2022-05-18T05:13:46.2885798Z test_half_bn_relu (__main__.TestTensorExprFuser) ... graph(%a : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0), 2022-05-18T05:13:46.2886270Z %b : Half(16, strides=[1], requires_grad=0, device=cuda:0), 2022-05-18T05:13:46.2886619Z %c : Half(16, strides=[1], requires_grad=0, device=cuda:0)): 2022-05-18T05:13:46.2886979Z %3 : NoneType = prim::Constant() 2022-05-18T05:13:46.2887276Z %4 : NoneType = prim::Constant() 2022-05-18T05:13:46.2887907Z %5 : bool = prim::Constant[value=0]() # /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2387:0 2022-05-18T05:13:46.2888558Z %6 : float = prim::Constant[value=0.10000000000000001]() # /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2387:0 2022-05-18T05:13:46.2889226Z %7 : float = prim::Constant[value=1.0000000000000001e-05]() # /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2387:0 2022-05-18T05:13:46.2889851Z %8 : bool = prim::Constant[value=1]() # /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2387:0 2022-05-18T05:13:46.2890609Z %y : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0) = aten::batch_norm(%a, %3, %4, %b, %c, %5, %6, %7, %8) # /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2387:0 2022-05-18T05:13:46.2891193Z %10 : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0) = aten::relu(%y) # /var/lib/jenkins/workspace/test/test_tensorexpr.py:1229:0 2022-05-18T05:13:46.2891582Z return (%10) 2022-05-18T05:13:46.2893408Z 2022-05-18T05:13:46.5877188Z ok (0.310s) 2022-05-18T05:13:46.9030563Z test_half_gelu (__main__.TestTensorExprFuser) ... /opt/conda/lib/python3.9/site-packages/torch/jit/_trace.py:819: TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error: 2022-05-18T05:13:46.9031383Z Tensor-likes are not close! 2022-05-18T05:13:46.9031583Z 2022-05-18T05:13:46.9031720Z Mismatched elements: 407 / 1024 (39.7%) 2022-05-18T05:13:46.9032184Z Greatest absolute difference: 0.001953125 at index (159,) (up to 1e-05 allowed) 2022-05-18T05:13:46.9032670Z Greatest relative difference: 0.001402524544179523 at index (170,) (up to 1e-05 allowed) 2022-05-18T05:13:46.9032906Z 2022-05-18T05:13:46.9033014Z _check_trace( 2022-05-18T05:13:47.1661516Z ok (0.578s) 2022-05-18T05:13:47.2042416Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-05-18T05:13:47.2397101Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-05-18T05:13:47.3267590Z test_le (__main__.TestTensorExprFuser) ... ok (0.087s) 2022-05-18T05:13:47.4268427Z test_loop (__main__.TestTensorExprFuser) ... ok (0.100s) 2022-05-18T05:13:48.0977544Z test_lt (__main__.TestTensorExprFuser) ... ok (0.671s) 2022-05-18T05:13:48.4216126Z test_mask (__main__.TestTensorExprFuser) ... ok (0.324s) 2022-05-18T05:13:48.4757964Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-05-18T05:13:48.5088683Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-05-18T05:13:48.5421838Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-05-18T05:13:48.5802018Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-05-18T05:13:48.6352539Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.055s) 2022-05-18T05:13:48.9695453Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.334s) 2022-05-18T05:13:49.0192618Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-05-18T05:13:49.7393665Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.720s) 2022-05-18T05:13:49.8127585Z test_nans (__main__.TestTensorExprFuser) ... ok (0.073s) 2022-05-18T05:13:49.9009683Z test_ne (__main__.TestTensorExprFuser) ... ok (0.088s) 2022-05-18T05:13:49.9450703Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-05-18T05:13:50.2509634Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.306s) 2022-05-18T05:13:50.3101693Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.059s) 2022-05-18T05:13:50.6600776Z test_relu (__main__.TestTensorExprFuser) ... ok (0.350s) 2022-05-18T05:13:50.9233299Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.263s) 2022-05-18T05:13:50.9799983Z test_reps (__main__.TestTensorExprFuser) ... ok (0.057s) 2022-05-18T05:13:51.0485877Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.068s) 2022-05-18T05:13:51.0854226Z test_short (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-05-18T05:13:51.1023646Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-05-18T05:13:51.1729529Z test_slice (__main__.TestTensorExprFuser) ... ok (0.070s) 2022-05-18T05:13:51.2991302Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.126s) 2022-05-18T05:13:51.7326545Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.433s) 2022-05-18T05:13:51.7331183Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: global allocs are not supported yet. (0.001s) 2022-05-18T05:13:51.8671429Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.134s) 2022-05-18T05:13:51.9145716Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-05-18T05:13:52.2628806Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.348s) 2022-05-18T05:13:52.4677264Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.205s) 2022-05-18T05:14:03.5622589Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (11.094s) 2022-05-18T05:14:03.6434379Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.081s) 2022-05-18T05:14:03.8202928Z test_where (__main__.TestTensorExprFuser) ... ok (0.177s) 2022-05-18T05:14:03.8203190Z 2022-05-18T05:14:03.8204055Z ---------------------------------------------------------------------- 2022-05-18T05:14:03.8204549Z Ran 71 tests in 30.959s 2022-05-18T05:14:03.8204735Z 2022-05-18T05:14:03.8204834Z OK (skipped=3) 2022-05-18T05:14:03.8204994Z 2022-05-18T05:14:03.8205136Z Generating XML reports... 2022-05-18T05:14:03.8303809Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220518051332.xml 2022-05-18T05:14:04.3048415Z Running test_cpp_api_parity ... [2022-05-18 05:14:04.304293] 2022-05-18T05:14:04.3049091Z Executing ['/opt/conda/bin/python', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:14:04.304410] 2022-05-18T05:15:24.3245548Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-05-18T05:15:24.3320901Z 2022-05-18T05:15:24.3321096Z Running tests... 2022-05-18T05:15:24.3324255Z ---------------------------------------------------------------------- 2022-05-18T05:15:24.3758036Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T05:15:24.3915874Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:24.4041903Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:24.4182521Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.4304645Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:24.4443377Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.4569149Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:24.4720985Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:24.4848499Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:24.4968532Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:24.5106609Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.5256752Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:24.5383419Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:24.5538206Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:24.5669008Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:24.5831097Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:24.5953253Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:24.6098807Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.6233590Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:24.6421938Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:24.6570667Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:24.6816323Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:24.7000770Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:24.7349239Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-05-18T05:15:24.7569697Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:24.8065265Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-05-18T05:15:24.8203894Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.8365612Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:24.8505266Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.8656030Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:24.8784794Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:24.8957764Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:24.9097696Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.9284271Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:24.9420804Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:24.9601085Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:24.9736629Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:24.9978182Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:25.0130111Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:25.0380540Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:25.0551141Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.0913091Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:25.1081358Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.1443282Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:25.1659660Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:25.2258885Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-05-18T05:15:25.2474270Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:25.3073342Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-05-18T05:15:25.3337381Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T05:15:25.4172971Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.083s) 2022-05-18T05:15:25.4299312Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.4446273Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:25.4568573Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:25.4707891Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:25.4832663Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:25.4979028Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:25.5104729Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:25.5253072Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:25.5385741Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.5556357Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.5688031Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.5859983Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.5990496Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.6161358Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.6301429Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:25.6491074Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:25.6616024Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.6768545Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:25.6900600Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.7069626Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.7205077Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.7395248Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:25.7526771Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.7702163Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.7834230Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.8007697Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.8140213Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:25.8277615Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:25.8452577Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.8627946Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:25.8779083Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:25.9027913Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:25.9168091Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:25.9364735Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:25.9528856Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:25.9813252Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:25.9963068Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:26.0214814Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:26.0341463Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:26.0493316Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:26.0624993Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:26.0769940Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:26.0956440Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:26.1144065Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:26.1306183Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:26.1561597Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:26.1714310Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:26.1923703Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:26.2102712Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:26.2413848Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:26.2576206Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:26.2831641Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:26.2964902Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:26.3104128Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:26.3235987Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:26.3373516Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.014s) 2022-05-18T05:15:26.3503128Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:26.3648010Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.014s) 2022-05-18T05:15:26.3762047Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-05-18T05:15:26.3884861Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:26.4002143Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:26.4128312Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:26.4245788Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:26.4380575Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:26.4514727Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:26.4652914Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:26.4778249Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:26.4912854Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:26.5041902Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:26.5172259Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:26.5290171Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:26.5415979Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:26.5532668Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:26.5660829Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:26.5778473Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:26.5908926Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:26.6089683Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:27.1899917Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... ok (0.581s) 2022-05-18T05:15:27.2060386Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:27.2242919Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:27.2420110Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:27.2640964Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:27.2815368Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:27.3033442Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:27.3186813Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:27.3348420Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:27.3519619Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:27.3731315Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:27.3849268Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:27.3974764Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:27.4171886Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:27.4370055Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:27.4679900Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:27.4989882Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:27.5204927Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:27.5531883Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-05-18T05:15:27.5727310Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:27.6003040Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:27.6213741Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:27.6528909Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:27.6658187Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:27.6791196Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:27.7034904Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:27.7285018Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:27.7708455Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-05-18T05:15:27.8141364Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T05:15:27.8357099Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:27.8786467Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T05:15:27.8985517Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:27.9371808Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-05-18T05:15:27.9582465Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:28.0007333Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-05-18T05:15:28.0123462Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:28.0250627Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:28.0373436Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:28.0523900Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:28.0633022Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:28.0755250Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:28.0885377Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:28.1050438Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:28.1194194Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:28.1372441Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:28.1515995Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:28.1694796Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:28.1834588Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:28.1971394Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:28.2130505Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:28.2277692Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:28.2503455Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:28.2675976Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:28.2879858Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:28.3100969Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:28.3573732Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-05-18T05:15:28.3971064Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T05:15:28.4136488Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:28.4416906Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:28.4891025Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.047s) 2022-05-18T05:15:28.5485405Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.059s) 2022-05-18T05:15:28.7406205Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.192s) 2022-05-18T05:15:28.9170167Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... ok (0.176s) 2022-05-18T05:15:28.9478899Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:29.0434556Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.095s) 2022-05-18T05:15:29.0619639Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:29.0789398Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.1021092Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:29.1301841Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:29.1484391Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:29.1758720Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:29.1936846Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:29.2193028Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:29.2378633Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:29.2670248Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T05:15:29.2839152Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.3063602Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:29.3252194Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:29.3559888Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:29.3727074Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.3950852Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:29.4135548Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:29.4156636Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/conv.py:298: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:883.) 2022-05-18T05:15:29.4158330Z return F.conv1d(input, weight, bias, self.stride, 2022-05-18T05:15:29.4316113Z ok (0.018s) 2022-05-18T05:15:29.4599481Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:29.4874628Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:29.5047095Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.5328459Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:29.5497896Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.5769968Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:29.5921946Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:29.6127980Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:29.6281093Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:29.6488738Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:29.6653576Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:29.6903463Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:29.7038307Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:29.7207715Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.7358268Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:29.7563223Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:29.7750825Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:29.7917813Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.8176074Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T05:15:29.8521393Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-05-18T05:15:29.8697698Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:29.8981813Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:29.9151297Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:29.9395967Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:29.9597346Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:29.9973104Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-05-18T05:15:30.0156040Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:30.0411667Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:30.0637406Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:30.1055965Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-05-18T05:15:30.1231339Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:30.1479151Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:30.1674438Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:30.2040699Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:30.2240988Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:30.2604380Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:30.2776875Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:30.3077267Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-05-18T05:15:30.3299620Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:30.3698589Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T05:15:30.3894665Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:30.4270787Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-05-18T05:15:30.4446068Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:30.4743092Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-05-18T05:15:30.4933210Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:30.5249171Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:30.5417453Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:30.5664664Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:30.5827548Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:30.6072889Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:30.6246633Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:30.6529308Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:30.6668330Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:30.6849073Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:30.7009504Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:30.7252609Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:30.7432573Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:30.7595995Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:30.7876448Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:30.8088957Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:30.8500168Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T05:15:30.8808195Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:30.9014169Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:30.9426126Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T05:15:30.9607078Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:30.9929514Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-05-18T05:15:31.0104950Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:31.0398529Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T05:15:31.0564350Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:31.0833961Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:31.1191593Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:31.2188735Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.099s) 2022-05-18T05:15:31.2565545Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.038s) 2022-05-18T05:15:31.3555291Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.099s) 2022-05-18T05:15:31.3780174Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:31.4281425Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-05-18T05:15:31.4483030Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:31.4867255Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-05-18T05:15:31.5047299Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:31.5367205Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-05-18T05:15:31.5568435Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:31.5987279Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-05-18T05:15:31.6140001Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:31.6357840Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:31.6556876Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:31.6940440Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-05-18T05:15:31.7100652Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:31.7342474Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:31.7499437Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:31.7731803Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:31.7917658Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:31.8232761Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:31.8383324Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:31.8598439Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:31.8910538Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:31.9639533Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-05-18T05:15:31.9820222Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:32.0136138Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:32.0304799Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:32.0580935Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:32.0864106Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:32.1530254Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-05-18T05:15:32.1773296Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:32.2312962Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-05-18T05:15:32.2620986Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:32.3442327Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-05-18T05:15:32.3578497Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:32.3733309Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:32.3867467Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.4005967Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:32.4125254Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.4264510Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:32.4384344Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.4519432Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.4638491Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.4773787Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.4891374Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.5006418Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:32.5129397Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.5244999Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:32.5368174Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.5491408Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.5624473Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.5749693Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.5881500Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.6001872Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.6130124Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.6254841Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.6391240Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:32.6509088Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.6635421Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.6751046Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:32.6875505Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.6990712Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:32.7114257Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.7233433Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.7362932Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.7480237Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.7608480Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.7725205Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:32.7850915Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.7974820Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.8106594Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.8228908Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.8361419Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.8482009Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.8608979Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.8729451Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.8858925Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.8975704Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:32.9097449Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.9215030Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:32.9338432Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.9456545Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.9581413Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.9701242Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:32.9831168Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:32.9948873Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.0072472Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.0194761Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.0322193Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.0443412Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.0559252Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:33.0682034Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.0798481Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:33.0922023Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.1038528Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:33.1162604Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.1323896Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.1582832Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T05:15:33.1704803Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.1863777Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.1987754Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.2116434Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.2268250Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.2427620Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.2621044Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:33.2755886Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.2921147Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.3053683Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.3218540Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.3353115Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.3522303Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:33.3658157Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.3829541Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:33.3967159Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:33.4144233Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:33.4277856Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.4451809Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:33.4586147Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.4757434Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:33.4937529Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:33.5106552Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:33.5369174Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T05:15:33.5506282Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:33.5692428Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:33.5821132Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.6000848Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:33.6122518Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.6279153Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.6411637Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.6594018Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:33.6725628Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.6906671Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:33.7030998Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.7186279Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.7312447Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.7471055Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.7599689Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:33.7747670Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.7873006Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:33.8023372Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.8173746Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.8179165Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:33.8331266Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.8492988Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.8641658Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.8801789Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:33.8949452Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:33.8953471Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:33.9194622Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:33.9712156Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-05-18T05:15:33.9857868Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:34.0049010Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:34.0178989Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:34.0342405Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:34.0473012Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:34.0477993Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:34.0677284Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:34.1118408Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-05-18T05:15:34.1279261Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:34.1567594Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T05:15:34.1727350Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:34.1731496Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:34.1854361Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.2002296Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:34.2115348Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:34.2234063Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.2353812Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.2494608Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:34.2630310Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:34.2817771Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:34.2980845Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:34.3132063Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:34.3349581Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:34.3600149Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:34.3883093Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:34.4534078Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-05-18T05:15:34.4675178Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:34.4865505Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:34.4991393Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.5144177Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:34.5312676Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:34.5602596Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T05:15:34.5965366Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:34.6873636Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.091s) 2022-05-18T05:15:34.7021930Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:34.7223154Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:34.7373273Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:34.7578514Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:34.7859352Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:34.8404689Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-05-18T05:15:34.8541197Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:34.8706574Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:34.8823345Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.8957459Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:34.9091799Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:34.9241149Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:34.9349995Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:34.9469755Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.9586128Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.9712377Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.9831424Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:34.9957360Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.0073364Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-05-18T05:15:35.0200413Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:35.0318199Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:35.0443850Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:35.0558439Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-05-18T05:15:35.0684225Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:35.0799950Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:35.0925490Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:35.1038716Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:35.1161307Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:35.1305967Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:35.1523783Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:35.1653049Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.1807423Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:35.1960322Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:35.2184167Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:35.2318636Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.2482182Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:35.2648891Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:35.2910074Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T05:15:35.3062208Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:35.3270049Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:35.3446054Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:35.3718621Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:35.3876349Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:35.4092053Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:35.4295587Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:35.4685811Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-05-18T05:15:35.4855712Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:35.5116675Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T05:15:35.5327090Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:35.5726947Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T05:15:35.5925942Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:35.6328417Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T05:15:35.6338429Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /opt/conda/lib/python3.9/site-packages/torch/nn/functional.py:2853: 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-05-18T05:15:35.6339351Z warnings.warn( 2022-05-18T05:15:35.6447091Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: 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. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h:58.) 2022-05-18T05:15:35.6448040Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-05-18T05:15:35.6456479Z ok (0.013s) 2022-05-18T05:15:35.6578454Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:35.6705528Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.6839951Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.6967085Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.7102750Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.7229000Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.7363212Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.7491000Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.7626686Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.7751046Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:35.7886918Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:35.8025961Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:35.8181481Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:35.8319374Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:35.8461828Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:35.8600553Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:35.8759238Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:35.8900825Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:35.9069515Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:35.9211303Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:35.9381092Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:35.9552090Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:35.9808018Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:35.9948805Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:36.0109909Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:36.0243412Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:36.0446036Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:36.0621135Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:36.0893450Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:36.1542253Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.065s) 2022-05-18T05:15:36.2722981Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.118s) 2022-05-18T05:15:36.2862060Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:36.3055365Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:36.3176945Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:36.3338762Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:36.3473812Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:36.3635670Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:36.3747751Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:36.3879167Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:36.4018373Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:36.4192527Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:36.4348491Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:36.5865274Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... ok (0.151s) 2022-05-18T05:15:36.6035039Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:36.6256181Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:36.6429195Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:36.6670248Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:36.6828565Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:36.7003088Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:36.7171686Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:36.7436191Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T05:15:36.7828579Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.039s) 2022-05-18T05:15:36.8831346Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... ok (0.100s) 2022-05-18T05:15:36.8975149Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:36.9134668Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:36.9260967Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:36.9392580Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:36.9546637Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:36.9778669Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:36.9980506Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:37.0380561Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T05:15:37.0506660Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.0626800Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.0776420Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:37.0947721Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:37.1088914Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.1244836Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:37.1702012Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.046s) 2022-05-18T05:15:37.2191329Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-05-18T05:15:37.2321537Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.2443107Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.2572746Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.2702700Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.2830563Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.2955917Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.3081711Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.3206328Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.3332002Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.3471877Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.3597734Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.3735351Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.3875861Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.4045623Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:37.4184284Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.4355063Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:37.4495217Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.4668598Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:37.4808150Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.4982316Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:37.5125922Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.5313407Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:37.5457799Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.5643242Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:37.5803972Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:37.6059189Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:37.6220732Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:37.6473413Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:37.6597768Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.6729271Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.6853993Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.6978564Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.7112813Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.7248680Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.7372905Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.7506755Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.7630757Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.7763874Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.7888188Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.8022891Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.8156416Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.8296982Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.8429533Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.8569084Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.8701646Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.8842650Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.8976160Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.9116904Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.9253570Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:37.9398805Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:37.9524089Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.9650231Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:37.9709709Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:15:37.9710774Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:15:37.9771422Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:15:37.9772442Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-05-18T05:15:37.9786887Z ok (0.014s) 2022-05-18T05:15:37.9845007Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... /opt/conda/lib/python3.9/site-packages/torch/autograd/__init__.py:173: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:15:37.9846256Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:15:37.9902761Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:15:37.9903862Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-05-18T05:15:37.9921886Z ok (0.013s) 2022-05-18T05:15:38.0064825Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.0216745Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:38.0352605Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.0490827Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.0617778Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.0756755Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.0885035Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.1011624Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.1148310Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.1273938Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.1393789Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.1508656Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.1634100Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.1756596Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.1870860Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.1994665Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.2109321Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.2231507Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.2345894Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.2467739Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.2603534Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:38.2745098Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.014s) 2022-05-18T05:15:38.2882893Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.014s) 2022-05-18T05:15:38.3019633Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.014s) 2022-05-18T05:15:38.3150737Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-05-18T05:15:38.3287260Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.014s) 2022-05-18T05:15:38.3403328Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.3527922Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.3644922Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.3770521Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.3885314Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.4009831Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.4144399Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.4317971Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:38.4452544Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.4623307Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:38.4771333Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:38.4994522Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:38.5142217Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:38.5369820Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:38.5613095Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:38.6172603Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-05-18T05:15:38.6414644Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:38.6973005Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-05-18T05:15:38.7093432Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.7231742Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.7354109Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.7475419Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.7617232Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.7740078Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.7881839Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.8021104Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.8135633Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.8260978Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.8386339Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.8535654Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:38.8675960Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.8875583Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:38.9016110Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:38.9236429Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:38.9353313Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.9481577Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.9599440Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:38.9726236Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:38.9841845Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:38.9965897Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:39.0082209Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:39.0207236Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:39.0325756Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:39.0331004Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:39.0460882Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:39.0466612Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:39.0578101Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:39.0583425Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:39.0713564Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:39.0843500Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:39.1020773Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:39.1129929Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:39.1249453Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:39.1428738Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:39.1537948Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:39.1657456Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:39.1788009Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:39.1913605Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:39.2061924Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:39.2201666Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:39.2404859Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:39.2567605Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:39.2806143Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:39.3175467Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.037s) 2022-05-18T05:15:39.4224809Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.105s) 2022-05-18T05:15:39.4809931Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-05-18T05:15:39.4987306Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:39.5353268Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:39.5781802Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T05:15:39.6413889Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.063s) 2022-05-18T05:15:39.8239087Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.182s) 2022-05-18T05:15:39.9420615Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... ok (0.118s) 2022-05-18T05:15:39.9705641Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T05:15:40.0357165Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-05-18T05:15:40.0485469Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:40.0607867Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.0751549Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:40.0886194Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:40.1068961Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:40.1223487Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:40.1400551Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:40.1636238Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:40.2211292Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-05-18T05:15:40.2574853Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T05:15:40.2722681Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:40.2971280Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:40.3242325Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:40.3639998Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T05:15:40.4708600Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.107s) 2022-05-18T05:15:40.5380489Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-05-18T05:15:40.5584663Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:40.6064561Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-05-18T05:15:40.6185414Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.6333764Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:40.6443234Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:40.6571821Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:40.6774466Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:40.7048560Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:40.7223260Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.017s) 2022-05-18T05:15:40.7417016Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-05-18T05:15:40.7560086Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:40.7804382Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T05:15:40.7912369Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:40.8030751Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.8165429Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:40.8364353Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:40.8471582Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:40.8589747Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.8701776Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:40.8822856Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.8939449Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.9063500Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.9175544Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:40.9297829Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:40.9410243Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-05-18T05:15:40.9534618Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:40.9646385Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-05-18T05:15:40.9769035Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:40.9881676Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-05-18T05:15:41.0006298Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-05-18T05:15:41.0145479Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.0335508Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:41.0725800Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-05-18T05:15:41.0852114Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:41.1015043Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:41.1230806Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:41.1349303Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.1490290Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.1601009Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.1720068Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.1859038Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.2077124Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:41.2233366Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T05:15:41.2508439Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:41.2642744Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:41.2832798Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T05:15:41.2945299Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.3065845Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.3207449Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.3351011Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.3575227Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:41.3716232Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.3936013Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:41.4046717Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.4166877Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.4387781Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:41.4508868Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.4652128Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.4772728Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.4915436Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.5030308Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.5151188Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.5276028Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.5427779Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:41.5538853Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.5660047Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.5797984Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.5997600Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:41.6109669Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.6230063Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.6368599Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.6572817Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:41.6686583Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.6805747Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.6945928Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.7150693Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:41.7288080Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:41.7560599Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:41.7674383Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:41.7792135Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:41.8642418Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.085s) 2022-05-18T05:15:41.9813386Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... ok (0.117s) 2022-05-18T05:15:42.0659270Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.084s) 2022-05-18T05:15:42.1800367Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... ok (0.114s) 2022-05-18T05:15:42.2410197Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.061s) 2022-05-18T05:15:42.3229872Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-05-18T05:15:42.3849585Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.062s) 2022-05-18T05:15:42.4696509Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-05-18T05:15:42.7409922Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.271s) 2022-05-18T05:15:43.1380276Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... ok (0.397s) 2022-05-18T05:15:43.1508189Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:43.1637867Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:43.1754385Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:43.1893537Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.2033710Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.2187169Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:43.2316054Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:43.2482285Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:43.2633948Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:43.2840664Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:43.2991331Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:43.3200039Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T05:15:43.3344972Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.3515473Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:43.3808362Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T05:15:43.4037206Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:43.4156540Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:43.4300963Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.4431628Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:43.4612441Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:43.4691072Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.4833111Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.4885659Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.4944214Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.5026665Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.5173457Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:43.5227045Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.5286859Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.5295800Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /opt/conda/lib/python3.9/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-05-18T05:15:43.5296446Z warnings.warn(warning.format(ret)) 2022-05-18T05:15:43.5366939Z ok (0.008s) 2022-05-18T05:15:43.5510046Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.5589173Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.5735201Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.5789832Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.5851583Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.5913340Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.5991226Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.6053513Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.6131182Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.6194746Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.6281406Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:43.6351503Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.6451301Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:43.6526542Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.6647167Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:43.6701680Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.6762426Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.6815822Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.6875978Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.6948618Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.7066253Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:43.7139055Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.7260667Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:43.7332211Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.7396406Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.7484577Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:43.7573611Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:43.7626043Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.7685076Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.7765746Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.7908141Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:43.7960369Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.8018925Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.8071720Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.8130585Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.8184452Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:43.8246601Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.8309087Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.8382270Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.8441102Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.8514324Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.8590512Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.8668008Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.8745185Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.8823634Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.8881704Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.8954467Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.9012980Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.9087527Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.9149793Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.9223259Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.9281743Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.9355446Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.9414826Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:43.9489625Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:43.9570696Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.9671044Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:43.9750860Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:43.9844070Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:43.9927876Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.0029476Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:44.0153268Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:44.0399607Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:44.0517343Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:44.0738473Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:44.0862586Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:44.1110483Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:44.1179832Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.1258904Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.1320885Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.1397255Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.1460175Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.1541498Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.1604687Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.1697869Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.1761352Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.1839698Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.1935248Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.2202655Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T05:15:44.2281270Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.2391458Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.2483523Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.2571016Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.2640153Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.2763608Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:44.2837270Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.2923911Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.3031445Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.3348317Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-05-18T05:15:44.3484165Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:44.3872638Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-05-18T05:15:44.3960046Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.4100920Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:44.4162506Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.4265848Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:44.4339351Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.4474258Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:44.4551609Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.4639328Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.4704493Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.4805125Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:44.4858461Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:44.4928860Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.4995781Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.5082747Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.5159797Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.5247789Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.5348495Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:44.5564881Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:44.5629119Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.5687669Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.5817972Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:44.6143044Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-05-18T05:15:44.6219345Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.6371614Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:44.6454506Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.6524658Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.6633048Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.6742818Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.6821558Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.6888093Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.6983509Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.7094868Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.7204535Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.7421526Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T05:15:44.7485280Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.7543677Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.7672010Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:44.7981849Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:44.8071376Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.8205490Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:44.8274122Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.8356752Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.8465877Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.8574071Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.8652413Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.8719022Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.8814591Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.8924723Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:44.8998782Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.9062826Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.9144105Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.9239123Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:44.9291960Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:44.9358248Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.9423435Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.9486886Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.9586072Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:44.9670007Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.9740794Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:44.9818159Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:44.9879077Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:44.9974217Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:45.0027565Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:45.0092069Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.0189014Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:45.0392249Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T05:15:45.0575685Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:45.1137663Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-05-18T05:15:45.1207587Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.1264837Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.1417438Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:45.1832416Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T05:15:45.1895637Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.1953545Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.2014854Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.2099103Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:45.2231008Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T05:15:45.2539717Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T05:15:45.2708339Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:45.3120741Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T05:15:45.3193866Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.3276548Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:45.3379116Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:45.3631904Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T05:15:45.3810283Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:45.4223441Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T05:15:45.4391819Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:45.4805507Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T05:15:45.4868918Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.4926761Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.5079846Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:45.5257891Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T05:15:45.5692254Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T05:15:45.6127628Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T05:15:45.6247266Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:45.6360872Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T05:15:45.6595632Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:45.6830076Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T05:15:45.6921230Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:45.7057576Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T05:15:45.7133265Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.7285652Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T05:15:45.7387290Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:45.7557162Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:45.7619922Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.7680716Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.7750050Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.7875074Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:45.7965835Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T05:15:45.8086096Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:45.8138929Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:45.8198401Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-05-18T05:15:45.8270180Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.8345717Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.8408668Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.006s) 2022-05-18T05:15:45.8501725Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-05-18T05:15:45.8579981Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:45.8583869Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:45.8660184Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.8663694Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:45.8717114Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-05-18T05:15:45.8721845Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:45.8825803Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:45.8995657Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T05:15:45.9097442Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T05:15:45.9100752Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:45.9172419Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.9294460Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:45.9364504Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.007s) 2022-05-18T05:15:45.9369308Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T05:15:45.9454608Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T05:15:45.9573209Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T05:15:45.9574511Z 2022-05-18T05:15:45.9574951Z ---------------------------------------------------------------------- 2022-05-18T05:15:45.9578054Z Ran 1100 tests in 21.625s 2022-05-18T05:15:45.9578518Z 2022-05-18T05:15:45.9578911Z OK (skipped=12, expected failures=34) 2022-05-18T05:15:45.9579110Z 2022-05-18T05:15:45.9579242Z Generating XML reports... 2022-05-18T05:15:46.1035247Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220518051524.xml 2022-05-18T05:15:46.5149645Z Running test_testing ... [2022-05-18 05:15:46.514422] 2022-05-18T05:15:46.5150321Z Executing ['/opt/conda/bin/python', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:15:46.514531] 2022-05-18T05:15:49.5546438Z Test results will be stored in test-reports/python-unittest/test_testing 2022-05-18T05:15:49.5592987Z 2022-05-18T05:15:49.5593614Z Running tests... 2022-05-18T05:15:49.5594527Z ---------------------------------------------------------------------- 2022-05-18T05:15:49.5616505Z test_bool (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5643820Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5747183Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.010s) 2022-05-18T05:15:49.5756841Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T05:15:49.5779451Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5805076Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5847293Z test_matching_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-05-18T05:15:49.5871440Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5893411Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5907150Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T05:15:49.5924070Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5947884Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.5965280Z test_mismatching_layout (__main__.TestAssertClose) ... /var/lib/jenkins/workspace/test/test_testing.py:592: UserWarning: Sparse CSR tensor support is in beta state.If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T05:15:49.5966965Z sparse_csr = strided.to_sparse_csr() 2022-05-18T05:15:49.5985586Z ok (0.004s) 2022-05-18T05:15:49.6053492Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.007s) 2022-05-18T05:15:49.6071307Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6090068Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6116891Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T05:15:49.6137226Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6161880Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6177527Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T05:15:49.6198614Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6227382Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T05:15:49.6255608Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T05:15:49.6265232Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T05:15:49.6287645Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6313948Z test_numpy (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T05:15:49.6328057Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T05:15:49.6342050Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T05:15:49.6381885Z test_scalar (__main__.TestAssertClose) ... ok (0.004s) 2022-05-18T05:15:49.6403328Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6416148Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T05:15:49.6436112Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6457426Z test_unknown_type (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T05:15:49.6467438Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-05-18T05:15:49.6481257Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-05-18T05:15:49.6490498Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-05-18T05:15:49.6504016Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-05-18T05:15:49.6548763Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-05-18T05:15:49.6567110Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-05-18T05:15:49.6615745Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T05:15:49.6634815Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-05-18T05:15:49.6676182Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-05-18T05:15:49.6717598Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-05-18T05:15:49.6743772Z test_msg (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-05-18T05:15:49.6859603Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-05-18T05:15:49.6902687Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-05-18T05:15:49.6947057Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-05-18T05:15:49.6965584Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-05-18T05:15:49.7013206Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T05:15:49.7061535Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T05:15:49.7110575Z test_mismatching_device_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.005s) 2022-05-18T05:15:49.7168177Z test_mismatching_device_no_check_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.006s) 2022-05-18T05:15:49.7197088Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-05-18T05:15:49.7226845Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-05-18T05:15:49.7245136Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-05-18T05:15:49.7268148Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-05-18T05:15:49.7295201Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-05-18T05:15:49.7341606Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-05-18T05:15:49.7389899Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-05-18T05:15:49.7442522Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-05-18T05:15:49.7469954Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-05-18T05:15:49.7518231Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-05-18T05:15:49.7564631Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-05-18T05:15:49.7616746Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-05-18T05:15:49.7643499Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-05-18T05:15:49.7667903Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-05-18T05:15:49.7715705Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-05-18T05:15:49.7742212Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-05-18T05:15:49.7767275Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-05-18T05:15:49.7815509Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-05-18T05:15:49.7841769Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-05-18T05:15:49.7887785Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-05-18T05:15:49.7935528Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-05-18T05:15:49.7985722Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-05-18T05:15:49.8011893Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2022-05-18T05:15:49.8060063Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-05-18T05:15:49.8105870Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-05-18T05:15:49.8155743Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-05-18T05:16:00.5760445Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (10.760s) 2022-05-18T05:16:00.5803044Z test_default_names (__main__.TestTestParametrization) ... ok (0.004s) 2022-05-18T05:16:00.5815142Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5827155Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5851961Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-05-18T05:16:00.5863317Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5870075Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5878681Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T05:16:00.5885313Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5902375Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-05-18T05:16:00.5911697Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T05:16:00.5920700Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T05:16:00.5929885Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T05:16:00.5938379Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5946144Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5955125Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T05:16:00.5963138Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5971131Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T05:16:00.5980498Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T05:16:00.6012553Z test_default_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:16:00.6037672Z test_dtypes_composition_invalid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:16:00.6062384Z test_dtypes_composition_valid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:16:00.6086324Z test_multiple_handling_of_same_param_error_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:16:00.6120189Z test_name_fn_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:16:01.1317719Z test_ops_composition_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.519s) 2022-05-18T05:16:01.1331420Z test_subtest_expected_failure_x_1_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:16:01.1347673Z test_subtest_expected_failure_x_2_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.002s) 2022-05-18T05:16:01.2141198Z test_subtest_expected_failure_x_3_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.079s) 2022-05-18T05:16:01.2168254Z test_subtest_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:16:01.2182957Z test_two_things_subtest_expected_failure_x_1_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-05-18T05:16:01.2196796Z test_two_things_subtest_expected_failure_x_1_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-05-18T05:16:01.2211048Z test_two_things_subtest_expected_failure_x_1_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-05-18T05:16:01.2225936Z test_two_things_subtest_expected_failure_x_2_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:16:01.2241157Z test_two_things_subtest_expected_failure_x_2_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:16:01.2255172Z test_two_things_subtest_expected_failure_x_2_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-05-18T05:16:01.2269405Z test_two_things_subtest_expected_failure_x_3_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:16:01.2283786Z test_two_things_subtest_expected_failure_x_3_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-05-18T05:16:01.2297947Z test_two_things_subtest_expected_failure_x_3_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-05-18T05:16:01.2321838Z test_unparametrized_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:16:01.2381843Z test_assertEqual_numpy_cuda_bool (__main__.TestTestingCUDA) ... ok (0.006s) 2022-05-18T05:16:01.2444030Z test_assertEqual_numpy_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-05-18T05:16:01.2505410Z test_assertEqual_numpy_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-05-18T05:16:01.2563442Z test_assertEqual_numpy_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-05-18T05:16:01.2620935Z test_assertEqual_numpy_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-05-18T05:16:01.2676166Z test_assertEqual_numpy_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.2729106Z test_assertEqual_numpy_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.2779041Z test_assertEqual_numpy_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.2827138Z test_assertEqual_numpy_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.2877270Z test_assertEqual_numpy_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.2925817Z test_assertEqual_numpy_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.2938834Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:16:01.2951765Z test_cuda_assert_should_stop_common_device_type_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:16:01.2964439Z test_cuda_assert_should_stop_common_utils_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T05:16:01.3834802Z test_get_supported_dtypes_cuda (__main__.TestTestingCUDA) ... ok (0.087s) 2022-05-18T05:16:01.3938696Z test_isclose_atol_rtol_greater_than_zero_cuda_bool (__main__.TestTestingCUDA) ... ok (0.010s) 2022-05-18T05:16:01.4036745Z test_isclose_atol_rtol_greater_than_zero_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-05-18T05:16:01.4132731Z test_isclose_atol_rtol_greater_than_zero_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.4229245Z test_isclose_atol_rtol_greater_than_zero_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-05-18T05:16:01.4324777Z test_isclose_atol_rtol_greater_than_zero_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.4420744Z test_isclose_atol_rtol_greater_than_zero_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.4516716Z test_isclose_atol_rtol_greater_than_zero_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.4617889Z test_isclose_atol_rtol_greater_than_zero_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-05-18T05:16:01.4713282Z test_isclose_atol_rtol_greater_than_zero_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.4745237Z test_isclose_bool_cuda (__main__.TestTestingCUDA) ... ok (0.003s) 2022-05-18T05:16:01.4986922Z test_isclose_complex_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.024s) 2022-05-18T05:16:01.5213085Z test_isclose_complex_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.023s) 2022-05-18T05:16:01.5228231Z test_isclose_equality_shortcut_cuda (__main__.TestTestingCUDA) ... ok (0.001s) 2022-05-18T05:16:01.5318967Z test_isclose_float_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.5409180Z test_isclose_float_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.5503622Z test_isclose_float_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-05-18T05:16:01.5552690Z test_isclose_integer_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.5600464Z test_isclose_integer_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.5647874Z test_isclose_integer_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.5694892Z test_isclose_integer_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.5742354Z test_isclose_integer_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-05-18T05:16:01.5760961Z test_isclose_nan_equality_shortcut_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.002s) 2022-05-18T05:16:01.5779916Z test_isclose_nan_equality_shortcut_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.002s) 2022-05-18T05:16:01.5803315Z test_isclose_nan_equality_shortcut_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.002s) 2022-05-18T05:16:01.5821921Z test_isclose_nan_equality_shortcut_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.002s) 2022-05-18T05:16:01.5840487Z test_isclose_nan_equality_shortcut_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.002s) 2022-05-18T05:16:01.5859063Z test_make_tensor_complex32_cuda (__main__.TestTestingCUDA) ... ok (0.002s) 2022-05-18T05:16:01.5935003Z test_make_tensor_cuda_bool (__main__.TestTestingCUDA) ... ok (0.007s) 2022-05-18T05:16:01.6033755Z test_make_tensor_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-05-18T05:16:01.6140225Z test_make_tensor_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.011s) 2022-05-18T05:16:01.6239924Z test_make_tensor_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-05-18T05:16:01.6240306Z 2022-05-18T05:16:01.6240957Z ---------------------------------------------------------------------- 2022-05-18T05:16:01.6241419Z Ran 163 tests in 12.065s 2022-05-18T05:16:01.6243164Z 2022-05-18T05:16:01.6243665Z OK (skipped=3, expected failures=12) 2022-05-18T05:16:01.6244056Z 2022-05-18T05:16:01.6244190Z Generating XML reports... 2022-05-18T05:16:01.6307583Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220518051549.xml 2022-05-18T05:16:01.6312964Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220518051549.xml 2022-05-18T05:16:01.6330994Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220518051549.xml 2022-05-18T05:16:01.6335026Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseMultiDeviceCUDA-20220518051549.xml 2022-05-18T05:16:01.6340603Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220518051549.xml 2022-05-18T05:16:01.6346320Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220518051549.xml 2022-05-18T05:16:01.6352098Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220518051549.xml 2022-05-18T05:16:01.6359677Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220518051549.xml 2022-05-18T05:16:01.6366810Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220518051549.xml 2022-05-18T05:16:01.6372138Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220518051549.xml 2022-05-18T05:16:01.6375307Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220518051549.xml 2022-05-18T05:16:01.6395028Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220518051549.xml 2022-05-18T05:16:01.6415364Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCUDA-20220518051549.xml 2022-05-18T05:16:01.6457991Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCUDA-20220518051549.xml 2022-05-18T05:16:02.0145603Z Running test_utils ... [2022-05-18 05:16:02.013920] 2022-05-18T05:16:02.0146279Z Executing ['/opt/conda/bin/python', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:16:02.014031] 2022-05-18T05:16:03.3607457Z Test results will be stored in test-reports/python-unittest/test_utils 2022-05-18T05:16:03.3643778Z 2022-05-18T05:16:03.3644178Z Running tests... 2022-05-18T05:16:03.3644800Z ---------------------------------------------------------------------- 2022-05-18T05:16:04.8448679Z test_assert_scriptable (__main__.TestAssert) ... ok (1.480s) 2022-05-18T05:16:04.8460565Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-05-18T05:16:04.8468480Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: CPU-only test (0.001s) 2022-05-18T05:16:21.4175940Z test_bottleneck_cuda (__main__.TestBottleneck) ... ok (16.570s) 2022-05-18T05:16:21.4278337Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.010s) 2022-05-18T05:16:21.4356304Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.008s) 2022-05-18T05:16:21.4375286Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.9/site-packages/torch/utils/checkpoint.py:25: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-05-18T05:16:21.4376090Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-05-18T05:16:21.4382497Z ok (0.003s) 2022-05-18T05:16:21.4395929Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-05-18T05:16:21.4454736Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.006s) 2022-05-18T05:16:21.4474670Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... ok (0.002s) 2022-05-18T05:16:21.4496241Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-05-18T05:16:21.4616169Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.012s) 2022-05-18T05:16:21.4718532Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... ok (0.010s) 2022-05-18T05:16:21.4731171Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-05-18T05:16:21.4741476Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-05-18T05:16:21.4776833Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.003s) 2022-05-18T05:16:21.4802881Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.002s) 2022-05-18T05:16:21.4811949Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T05:16:21.5488623Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.067s) 2022-05-18T05:16:21.6076417Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.058s) 2022-05-18T05:16:21.6675924Z test_multi_drop (__main__.TestDataLoaderUtils) ... ok (0.060s) 2022-05-18T05:16:21.6685454Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-05-18T05:16:21.8447600Z test_random_seed (__main__.TestDataLoaderUtils) ... ok (0.176s) 2022-05-18T05:16:21.8462875Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-05-18T05:16:21.8472893Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-05-18T05:16:21.8506836Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.003s) 2022-05-18T05:16:21.8513509Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-05-18T05:16:21.8538365Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-05-18T05:16:21.8549174Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-05-18T05:16:38.9879366Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (17.133s) 2022-05-18T05:16:38.9880097Z 2022-05-18T05:16:38.9880509Z ---------------------------------------------------------------------- 2022-05-18T05:16:38.9884012Z Ran 30 tests in 35.624s 2022-05-18T05:16:38.9884250Z 2022-05-18T05:16:38.9884899Z OK (skipped=3) 2022-05-18T05:16:38.9885298Z 2022-05-18T05:16:38.9885581Z Generating XML reports... 2022-05-18T05:16:38.9925733Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20220518051603.xml 2022-05-18T05:16:38.9931079Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220518051603.xml 2022-05-18T05:16:38.9945725Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220518051603.xml 2022-05-18T05:16:38.9950298Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220518051603.xml 2022-05-18T05:16:38.9958385Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220518051603.xml 2022-05-18T05:16:38.9961463Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220518051603.xml 2022-05-18T05:16:38.9964737Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20220518051603.xml 2022-05-18T05:16:38.9969294Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220518051603.xml 2022-05-18T05:16:38.9972468Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220518051603.xml 2022-05-18T05:16:38.9976381Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220518051603.xml 2022-05-18T05:16:39.3295584Z Running test_profiler ... [2022-05-18 05:16:39.329003] 2022-05-18T05:16:39.3296265Z Executing ['/opt/conda/bin/python', 'test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:16:39.329113] 2022-05-18T05:16:41.7823695Z Test results will be stored in test-reports/python-unittest/test_profiler 2022-05-18T05:16:41.7842313Z 2022-05-18T05:16:41.7842784Z Running tests... 2022-05-18T05:16:41.7843241Z ---------------------------------------------------------------------- 2022-05-18T05:16:42.0667418Z test_export_stacks (__main__.TestProfiler) ... ok (0.282s) 2022-05-18T05:16:42.1480428Z test_flops (__main__.TestProfiler) ... ok (0.081s) 2022-05-18T05:16:42.1517706Z test_high_level_trace (__main__.TestProfiler) 2022-05-18T05:16:42.3164631Z Checks that python side high level events are recorded. ... ok (0.168s) 2022-05-18T05:16:43.6228241Z test_kineto (__main__.TestProfiler) ... ok (1.306s) 2022-05-18T05:16:43.6240615Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-05-18T05:16:46.3736709Z test_kineto_profiler_api (__main__.TestProfiler) ... ok (2.749s) 2022-05-18T05:16:46.3777973Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-05-18T05:16:46.4080101Z test_module_hierarchy (__main__.TestProfiler) ... ok (0.030s) 2022-05-18T05:16:46.4102062Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-05-18T05:16:46.4152635Z test_profiler_metadata (__main__.TestProfiler) ... ok (0.005s) 2022-05-18T05:16:47.7918657Z test_profiler_tracing (__main__.TestProfiler) ... ok (1.376s) 2022-05-18T05:16:47.7954782Z test_profiler_type (__main__.TestProfiler) ... ok (0.004s) 2022-05-18T05:16:47.7975158Z test_source (__main__.TestProfiler) 2022-05-18T05:16:47.8361135Z Checks that source code attribution works for eager, TS and autograd mode ... ok (0.040s) 2022-05-18T05:16:56.6347209Z test_tensorboard_trace_handler (__main__.TestProfiler) ... ok (8.798s) 2022-05-18T05:16:56.6367565Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... ok (0.002s) 2022-05-18T05:16:56.6382488Z test_mem_leak (__main__.TestProfilerCUDA) 2022-05-18T05:16:58.4782778Z Checks that there's no memory leak when using profiler with CUDA ... ok (1.841s) 2022-05-18T05:16:58.4880152Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.010s) 2022-05-18T05:16:58.5680432Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... ok (0.080s) 2022-05-18T05:16:58.6355745Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... ok (0.067s) 2022-05-18T05:16:58.6406645Z test_record_function (__main__.TestRecordFunction) ... ok (0.005s) 2022-05-18T05:16:58.6407344Z 2022-05-18T05:16:58.6408012Z ---------------------------------------------------------------------- 2022-05-18T05:16:58.6408399Z Ran 20 tests in 16.856s 2022-05-18T05:16:58.6408571Z 2022-05-18T05:16:58.6411079Z OK (skipped=3) 2022-05-18T05:16:58.6411357Z 2022-05-18T05:16:58.6411528Z Generating XML reports... 2022-05-18T05:16:58.6458167Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfiler-20220518051641.xml 2022-05-18T05:16:58.6461676Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfilerCUDA-20220518051641.xml 2022-05-18T05:16:58.6468515Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestRecordFunction-20220518051641.xml 2022-05-18T05:16:58.9445784Z Running test_ao_sparsity ... [2022-05-18 05:16:58.943953] 2022-05-18T05:16:58.9446690Z Executing ['/opt/conda/bin/python', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:16:58.944067] 2022-05-18T05:16:59.8390688Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-05-18T05:16:59.8413624Z 2022-05-18T05:16:59.8414016Z Running tests... 2022-05-18T05:16:59.8415262Z ---------------------------------------------------------------------- 2022-05-18T05:17:01.4258908Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... 2022-05-18 05:17:01,425 - numba.cuda.cudadrv.driver - INFO - init 2022-05-18T05:17:01.4464724Z ok (1.605s) 2022-05-18T05:17:02.0315835Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.585s) 2022-05-18T05:17:02.1824168Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.151s) 2022-05-18T05:17:02.2098113Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.027s) 2022-05-18T05:17:02.2180496Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.008s) 2022-05-18T05:17:02.2384171Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.020s) 2022-05-18T05:17:02.2531411Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.015s) 2022-05-18T05:17:02.2562478Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-05-18T05:17:02.2582786Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-05-18T05:17:02.2611056Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-05-18T05:17:02.2638994Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-05-18T05:17:02.2667634Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-05-18T05:17:02.2692141Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-05-18T05:17:02.2766094Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.007s) 2022-05-18T05:17:02.2783170Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-05-18T05:17:02.2818977Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/observer.py:176: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-05-18T05:17:02.2819658Z warnings.warn( 2022-05-18T05:17:02.2850792Z /opt/conda/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py:10: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T05:17:02.2852411Z rows = idx // shape[1] 2022-05-18T05:17:02.6440885Z ok (0.365s) 2022-05-18T05:17:03.0076159Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.363s) 2022-05-18T05:17:03.3712141Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.363s) 2022-05-18T05:17:03.3840819Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.013s) 2022-05-18T05:17:03.7494193Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.365s) 2022-05-18T05:17:04.1160735Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.366s) 2022-05-18T05:17:04.1321899Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.016s) 2022-05-18T05:17:04.2702178Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.138s) 2022-05-18T05:17:04.2727064Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-05-18T05:17:04.2810414Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.008s) 2022-05-18T05:17:04.2842138Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-05-18T05:17:04.2857373Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... [W TensorImpl.h:1393] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-05-18T05:17:04.3043708Z 2022-05-18 05:17:04,303 - root - INFO - static sparse qlinear is only available in fbgemm 2022-05-18T05:17:04.3120268Z 2022-05-18 05:17:04,311 - root - INFO - static sparse qlinear is only available in fbgemm 2022-05-18T05:17:04.3186054Z 2022-05-18 05:17:04,318 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-05-18T05:17:04.3198120Z 2022-05-18 05:17:04,319 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-05-18T05:17:04.3207994Z ok (0.036s) 2022-05-18T05:17:04.3243712Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T05:17:04.3244371Z warnings.warn( 2022-05-18T05:17:04.3475981Z /opt/conda/lib/python3.9/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T05:17:04.3476957Z warnings.warn( 2022-05-18T05:17:04.4109935Z ok (0.090s) 2022-05-18T05:17:04.5730850Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.162s) 2022-05-18T05:17:04.5751711Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-05-18T05:17:04.5769272Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:123: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-05-18T05:17:04.5770089Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-05-18T05:17:04.5770415Z ok (0.002s) 2022-05-18T05:17:04.5780966Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-05-18T05:17:04.5834762Z Checks if the warning is thrown if the scheduler step is called ... ok (0.006s) 2022-05-18T05:17:04.5855326Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.9/site-packages/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py:10: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T05:17:04.5857565Z rows = idx // shape[1] 2022-05-18T05:17:04.5883879Z ok (0.005s) 2022-05-18T05:17:04.5906686Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-05-18T05:17:04.5933919Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-05-18T05:17:04.5956655Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-05-18T05:17:04.7970502Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.201s) 2022-05-18T05:17:07.4578589Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (2.661s) 2022-05-18T05:17:07.4740499Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.016s) 2022-05-18T05:17:07.4741208Z 2022-05-18T05:17:07.4741942Z ---------------------------------------------------------------------- 2022-05-18T05:17:07.4742377Z Ran 39 tests in 7.633s 2022-05-18T05:17:07.4742546Z 2022-05-18T05:17:07.4742644Z OK 2022-05-18T05:17:07.4742798Z 2022-05-18T05:17:07.4742909Z Generating XML reports... 2022-05-18T05:17:07.4783523Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220518051659.xml 2022-05-18T05:17:07.4793116Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220518051659.xml 2022-05-18T05:17:07.4801939Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220518051659.xml 2022-05-18T05:17:07.4807481Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220518051659.xml 2022-05-18T05:17:07.4810784Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220518051659.xml 2022-05-18T05:17:07.4815364Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220518051659.xml 2022-05-18T05:17:07.4823339Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220518051659.xml 2022-05-18T05:17:07.4830541Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220518051659.xml 2022-05-18T05:17:07.7852059Z Running test_openmp ... [2022-05-18 05:17:07.784657] 2022-05-18T05:17:07.7852758Z Executing ['/opt/conda/bin/python', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:07.784765] 2022-05-18T05:17:08.6716425Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-05-18T05:17:08.6733295Z 2022-05-18T05:17:08.6733562Z Running tests... 2022-05-18T05:17:08.6734012Z ---------------------------------------------------------------------- 2022-05-18T05:17:08.6740763Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-05-18T05:17:10.9398682Z Make sure there is no memory leak with many threads ... ok (2.266s) 2022-05-18T05:17:10.9401753Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-05-18T05:17:13.9657937Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (3.026s) 2022-05-18T05:17:13.9658474Z 2022-05-18T05:17:13.9658853Z ---------------------------------------------------------------------- 2022-05-18T05:17:13.9659217Z Ran 2 tests in 5.292s 2022-05-18T05:17:13.9659384Z 2022-05-18T05:17:13.9659463Z OK 2022-05-18T05:17:13.9659602Z 2022-05-18T05:17:13.9659734Z Generating XML reports... 2022-05-18T05:17:13.9694521Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220518051708.xml 2022-05-18T05:17:14.1963105Z Running test_mobile_optimizer ... [2022-05-18 05:17:14.195756] 2022-05-18T05:17:14.1964089Z Executing ['/opt/conda/bin/python', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:14.195870] 2022-05-18T05:17:15.1685892Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-05-18T05:17:15.1701747Z 2022-05-18T05:17:15.1702316Z Running tests... 2022-05-18T05:17:15.1702945Z ---------------------------------------------------------------------- 2022-05-18T05:17:16.7399943Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.570s) 2022-05-18T05:17:16.7837291Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.044s) 2022-05-18T05:17:17.3236775Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.539s) 2022-05-18T05:17:18.8163008Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:426: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1393.) 2022-05-18T05:17:18.8167045Z return callable(*args, **kwargs) 2022-05-18T05:17:18.8379807Z ok (1.514s) 2022-05-18T05:17:19.0551675Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.217s) 2022-05-18T05:17:19.1140925Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.059s) 2022-05-18T05:17:19.2890011Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.175s) 2022-05-18T05:17:19.2890573Z 2022-05-18T05:17:19.2891007Z ---------------------------------------------------------------------- 2022-05-18T05:17:19.2891354Z Ran 7 tests in 4.119s 2022-05-18T05:17:19.2891524Z 2022-05-18T05:17:19.2891624Z OK 2022-05-18T05:17:19.2891761Z 2022-05-18T05:17:19.2891872Z Generating XML reports... 2022-05-18T05:17:19.2933124Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220518051715.xml 2022-05-18T05:17:19.6019063Z Running test_module_init ... [2022-05-18 05:17:19.601313] 2022-05-18T05:17:19.6019772Z Executing ['/opt/conda/bin/python', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:19.601459] 2022-05-18T05:17:22.1296469Z /opt/conda/lib/python3.9/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-05-18T05:17:22.1297260Z warnings.warn(msg, FutureWarning) 2022-05-18T05:17:22.1529598Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-05-18T05:17:22.1617600Z 2022-05-18T05:17:22.1617924Z Running tests... 2022-05-18T05:17:22.1618848Z ---------------------------------------------------------------------- 2022-05-18T05:17:22.1695626Z test_nn_AdaptiveAvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.1737752Z test_nn_AdaptiveAvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.1780544Z test_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.1820929Z test_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.1863158Z test_nn_AdaptiveAvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.1903927Z test_nn_AdaptiveAvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.1986378Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:22.2063258Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:22.2103981Z test_nn_AdaptiveMaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2146690Z test_nn_AdaptiveMaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2187800Z test_nn_AdaptiveMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2231021Z test_nn_AdaptiveMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2271656Z test_nn_AdaptiveMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2314444Z test_nn_AdaptiveMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2355208Z test_nn_AlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2398065Z test_nn_AlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2440059Z test_nn_AvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2489202Z test_nn_AvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.2530458Z test_nn_AvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.2921333Z test_nn_AvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.039s) 2022-05-18T05:17:22.2962717Z test_nn_AvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3003213Z test_nn_AvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3047393Z test_nn_BCELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3091989Z test_nn_BCELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3136298Z test_nn_BCEWithLogitsLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3179711Z test_nn_BCEWithLogitsLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3244903Z test_nn_BatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.3305935Z test_nn_BatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.3366124Z test_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.3427099Z test_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.3487641Z test_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.3548704Z test_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.3609875Z test_nn_Bilinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.3660971Z test_nn_Bilinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.3703824Z test_nn_CELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3743709Z test_nn_CELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3786303Z test_nn_CTCLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3826487Z test_nn_CTCLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3869540Z test_nn_ChannelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3909741Z test_nn_ChannelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3952449Z test_nn_ConstantPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.3992788Z test_nn_ConstantPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4035289Z test_nn_ConstantPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4075886Z test_nn_ConstantPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4118706Z test_nn_ConstantPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4159351Z test_nn_ConstantPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4213978Z test_nn_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4266447Z test_nn_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4322150Z test_nn_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4375238Z test_nn_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4428917Z test_nn_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4481153Z test_nn_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4535877Z test_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4598609Z test_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.4650526Z test_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4704972Z test_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4758548Z test_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4810944Z test_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.4854004Z test_nn_CosineEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4894353Z test_nn_CosineEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4937528Z test_nn_CosineSimilarity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.4978056Z test_nn_CosineSimilarity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5023418Z test_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5067398Z test_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5107888Z test_nn_CrossMapLRN2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5150264Z test_nn_CrossMapLRN2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5190428Z test_nn_Dropout2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5233046Z test_nn_Dropout2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5274028Z test_nn_Dropout3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5316491Z test_nn_Dropout3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5356809Z test_nn_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5399120Z test_nn_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5439892Z test_nn_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5483099Z test_nn_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5532872Z test_nn_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.5593699Z test_nn_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:22.5644601Z test_nn_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.5693874Z test_nn_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.5736897Z test_nn_FeatureAlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5777266Z test_nn_FeatureAlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5819928Z test_nn_Flatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5860367Z test_nn_Flatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5903355Z test_nn_Fold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5943805Z test_nn_Fold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.5989485Z test_nn_FractionalMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6033207Z test_nn_FractionalMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6078162Z test_nn_FractionalMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6122670Z test_nn_FractionalMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6163265Z test_nn_GELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6205878Z test_nn_GELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6246354Z test_nn_GLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6288894Z test_nn_GLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:22.6344154Z test_nn_GRUCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:22.6399319Z test_nn_GRUCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.1980304Z test_nn_GRU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.558s) 2022-05-18T05:17:23.2051758Z test_nn_GRU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-05-18T05:17:23.2092120Z test_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2134720Z test_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2186397Z test_nn_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.2240493Z test_nn_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.2281401Z test_nn_Hardshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2324391Z test_nn_Hardshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2365140Z test_nn_Hardsigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2407850Z test_nn_Hardsigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2447913Z test_nn_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2490721Z test_nn_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2531060Z test_nn_Hardtanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2573938Z test_nn_Hardtanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2615131Z test_nn_HingeEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2658284Z test_nn_HingeEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2698935Z test_nn_HuberLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2742058Z test_nn_HuberLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2782585Z test_nn_Identity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2824808Z test_nn_Identity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.2878754Z test_nn_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.2933092Z test_nn_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.2996528Z test_nn_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.3049185Z test_nn_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.3102964Z test_nn_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.3156891Z test_nn_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.3197345Z test_nn_KLDivLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3240120Z test_nn_KLDivLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3280986Z test_nn_L1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3323674Z test_nn_L1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3364336Z test_nn_LPPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3407222Z test_nn_LPPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3447482Z test_nn_LPPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3490718Z test_nn_LPPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.3544694Z test_nn_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.3601369Z test_nn_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.3660827Z test_nn_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.3718050Z test_nn_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.3772087Z test_nn_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.3825005Z test_nn_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.3881567Z test_nn_LazyBatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... /opt/conda/lib/python3.9/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-05-18T05:17:23.3882419Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T05:17:23.4349198Z ok (0.052s) 2022-05-18T05:17:23.4691299Z test_nn_LazyBatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.034s) 2022-05-18T05:17:23.5027273Z test_nn_LazyBatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.033s) 2022-05-18T05:17:23.5365690Z test_nn_LazyBatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.034s) 2022-05-18T05:17:23.5701609Z test_nn_LazyBatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.033s) 2022-05-18T05:17:23.6049935Z test_nn_LazyBatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.035s) 2022-05-18T05:17:23.6106675Z test_nn_LazyConv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.6162526Z test_nn_LazyConv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.6219852Z test_nn_LazyConv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.6275850Z test_nn_LazyConv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.6332524Z test_nn_LazyConv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.6388999Z test_nn_LazyConv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.6447073Z test_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.6515046Z test_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-05-18T05:17:23.6571467Z test_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.6627421Z test_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.6684628Z test_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:23.6740606Z test_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.7134450Z test_nn_LazyInstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.039s) 2022-05-18T05:17:23.7474539Z test_nn_LazyInstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.034s) 2022-05-18T05:17:23.7814129Z test_nn_LazyInstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.034s) 2022-05-18T05:17:23.8164851Z test_nn_LazyInstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.035s) 2022-05-18T05:17:23.8515198Z test_nn_LazyInstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.035s) 2022-05-18T05:17:23.8857801Z test_nn_LazyInstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.034s) 2022-05-18T05:17:23.8912652Z test_nn_LazyLinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.8966870Z test_nn_LazyLinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.9009465Z test_nn_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9049632Z test_nn_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9103807Z test_nn_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.9157450Z test_nn_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.9197721Z test_nn_LocalResponseNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9239940Z test_nn_LocalResponseNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9280433Z test_nn_LogSigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9322994Z test_nn_LogSigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9365184Z test_nn_LogSoftmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9405352Z test_nn_LogSoftmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9447778Z test_nn_MSELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9488076Z test_nn_MSELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9530406Z test_nn_MarginRankingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9570645Z test_nn_MarginRankingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9622181Z test_nn_MaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:23.9662101Z test_nn_MaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9705198Z test_nn_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9745068Z test_nn_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9787269Z test_nn_MaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9827020Z test_nn_MaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9869339Z test_nn_MaxUnpool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9909513Z test_nn_MaxUnpool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9951652Z test_nn_MaxUnpool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:23.9992058Z test_nn_MaxUnpool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0033772Z test_nn_MaxUnpool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0073940Z test_nn_MaxUnpool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0116253Z test_nn_Mish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0156309Z test_nn_Mish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0198066Z test_nn_ModuleDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0238187Z test_nn_ModuleDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0280376Z test_nn_ModuleList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0320654Z test_nn_ModuleList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0363226Z test_nn_MultiLabelMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0403726Z test_nn_MultiLabelMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0448547Z test_nn_MultiLabelSoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0491096Z test_nn_MultiLabelSoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0536833Z test_nn_MultiMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0589369Z test_nn_MultiMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.0652477Z test_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.0716235Z test_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.0761369Z test_nn_NLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0805904Z test_nn_NLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0853272Z test_nn_PReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.0903273Z test_nn_PReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.0944940Z test_nn_PairwiseDistance_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.0985898Z test_nn_PairwiseDistance_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1027900Z test_nn_ParameterDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1068127Z test_nn_ParameterDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1110607Z test_nn_ParameterList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1150561Z test_nn_ParameterList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1192750Z test_nn_PixelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1233213Z test_nn_PixelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1275457Z test_nn_PixelUnshuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1315801Z test_nn_PixelUnshuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1358368Z test_nn_PoissonNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1398366Z test_nn_PoissonNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1461116Z test_nn_RNNBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.1530817Z test_nn_RNNBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-05-18T05:17:24.1585261Z test_nn_RNNCellBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.1641646Z test_nn_RNNCellBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.1697597Z test_nn_RNNCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.1752635Z test_nn_RNNCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.1812991Z test_nn_RNN_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.1873491Z test_nn_RNN_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.1913770Z test_nn_RReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1955943Z test_nn_RReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.1996489Z test_nn_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2039020Z test_nn_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2079245Z test_nn_ReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2121176Z test_nn_ReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2161829Z test_nn_ReflectionPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2204229Z test_nn_ReflectionPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2244867Z test_nn_ReflectionPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2287018Z test_nn_ReflectionPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2327438Z test_nn_ReflectionPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2370372Z test_nn_ReflectionPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2410642Z test_nn_ReplicationPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2453204Z test_nn_ReplicationPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2493610Z test_nn_ReplicationPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2545738Z test_nn_ReplicationPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.2586159Z test_nn_ReplicationPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2628234Z test_nn_ReplicationPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2668471Z test_nn_SELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2711581Z test_nn_SELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2751856Z test_nn_Sequential_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2793971Z test_nn_Sequential_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2834084Z test_nn_SiLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2876517Z test_nn_SiLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2916650Z test_nn_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2958979Z test_nn_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.2999753Z test_nn_SmoothL1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3041860Z test_nn_SmoothL1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3082208Z test_nn_SoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3124589Z test_nn_SoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3165091Z test_nn_Softmax2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3207291Z test_nn_Softmax2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3247772Z test_nn_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3289799Z test_nn_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3331396Z test_nn_Softmin_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3373815Z test_nn_Softmin_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3414101Z test_nn_Softplus_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3457063Z test_nn_Softplus_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3497016Z test_nn_Softshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3548408Z test_nn_Softshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:24.3588171Z test_nn_Softsign_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3630289Z test_nn_Softsign_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3689818Z test_nn_SyncBatchNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.3749073Z test_nn_SyncBatchNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:24.3789468Z test_nn_Tanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3831478Z test_nn_Tanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3871533Z test_nn_Tanhshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3913660Z test_nn_Tanhshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3953714Z test_nn_Threshold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.3995770Z test_nn_Threshold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:24.4098388Z test_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-05-18T05:17:24.4199651Z test_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-05-18T05:17:24.4312585Z test_nn_TransformerDecoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-05-18T05:17:24.4433553Z test_nn_TransformerDecoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.012s) 2022-05-18T05:17:24.4518657Z test_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:24.4603204Z test_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:24.4693251Z test_nn_TransformerEncoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-05-18T05:17:24.4785465Z test_nn_TransformerEncoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-05-18T05:17:24.9461683Z test_nn_Transformer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.467s) 2022-05-18T05:17:25.4145196Z test_nn_Transformer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.468s) 2022-05-18T05:17:25.4187400Z test_nn_TripletMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4231200Z test_nn_TripletMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4272213Z test_nn_TripletMarginWithDistanceLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4315816Z test_nn_TripletMarginWithDistanceLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4357012Z test_nn_Unflatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4400222Z test_nn_Unflatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4441349Z test_nn_Unfold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4484700Z test_nn_Unfold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4525363Z test_nn_Upsample_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4568513Z test_nn_Upsample_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4609968Z test_nn_UpsamplingBilinear2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4653360Z test_nn_UpsamplingBilinear2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4694972Z test_nn_UpsamplingNearest2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4738547Z test_nn_UpsamplingNearest2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4780023Z test_nn_ZeroPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4822870Z test_nn_ZeroPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.4890110Z test_qat_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-05-18T05:17:25.4954761Z test_qat_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5019670Z test_qat_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5097136Z test_qat_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:25.5161744Z test_qat_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5225724Z test_qat_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5287274Z test_qat_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5349243Z test_qat_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5412826Z test_qat_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5476541Z test_qat_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5538161Z test_qat_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5599439Z test_qat_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5662775Z test_quantizable_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5724902Z test_quantizable_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.5792044Z test_quantizable_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-05-18T05:17:25.5875008Z test_quantizable_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:25.5954245Z test_quantizable_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:25.6032869Z test_quantizable_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-05-18T05:17:25.6095389Z test_quantized_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.6157778Z test_quantized_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.6222427Z test_quantized_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.6286697Z test_quantized_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.6332293Z test_quantized_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6376945Z test_quantized_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6419828Z test_quantized_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6464538Z test_quantized_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6507189Z test_quantized_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6552197Z test_quantized_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6600056Z test_quantized_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.6647754Z test_quantized_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.6693496Z test_quantized_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6740148Z test_quantized_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.6784359Z test_quantized_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6842767Z test_quantized_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.6882866Z test_quantized_DeQuantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6924839Z test_quantized_DeQuantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.6965139Z test_quantized_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7007037Z test_quantized_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7047218Z test_quantized_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7089700Z test_quantized_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7129997Z test_quantized_FXFloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7172101Z test_quantized_FXFloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7212157Z test_quantized_FloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7255046Z test_quantized_FloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7314140Z test_quantized_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.7372500Z test_quantized_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.7413223Z test_quantized_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7455974Z test_quantized_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.7509473Z test_quantized_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.7566462Z test_quantized_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.7622628Z test_quantized_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.7676411Z test_quantized_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.7731920Z test_quantized_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.7799396Z test_quantized_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-05-18T05:17:25.7858198Z test_quantized_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.7916656Z test_quantized_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-05-18T05:17:25.7969186Z test_quantized_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.8019950Z test_quantized_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.8065223Z test_quantized_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8107114Z test_quantized_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8150250Z test_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8190806Z test_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8233469Z test_quantized_QFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8273954Z test_quantized_QFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8324054Z test_quantized_Quantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.8371970Z test_quantized_Quantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-05-18T05:17:25.8415314Z test_quantized_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8456162Z test_quantized_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8498337Z test_quantized_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8538085Z test_quantized_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8580288Z test_quantized_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8619480Z test_quantized_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-05-18T05:17:25.8620392Z 2022-05-18T05:17:25.8620799Z ---------------------------------------------------------------------- 2022-05-18T05:17:25.8621155Z Ran 372 tests in 3.700s 2022-05-18T05:17:25.8621321Z 2022-05-18T05:17:25.8621416Z OK 2022-05-18T05:17:25.8621533Z 2022-05-18T05:17:25.8621670Z Generating XML reports... 2022-05-18T05:17:25.8986785Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCUDA-20220518051722.xml 2022-05-18T05:17:26.2166575Z Running test_scatter_gather_ops ... [2022-05-18 05:17:26.216123] 2022-05-18T05:17:26.2167267Z Executing ['/opt/conda/bin/python', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:26.216231] 2022-05-18T05:17:28.6798646Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-05-18T05:17:28.6822390Z 2022-05-18T05:17:28.6822769Z Running tests... 2022-05-18T05:17:28.6823450Z ---------------------------------------------------------------------- 2022-05-18T05:17:28.6870428Z test_gather_bool_cuda_bool (__main__.TestScatterGatherCUDA) ... ok (0.004s) 2022-05-18T05:17:28.7145829Z test_gather_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.027s) 2022-05-18T05:17:28.7417953Z test_gather_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.027s) 2022-05-18T05:17:28.7928626Z test_scatter__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.051s) 2022-05-18T05:17:28.8433428Z test_scatter__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.050s) 2022-05-18T05:17:28.8935753Z test_scatter__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.050s) 2022-05-18T05:17:29.5297196Z test_scatter__reductions_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.636s) 2022-05-18T05:17:30.1701315Z test_scatter__reductions_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.640s) 2022-05-18T05:17:30.2216849Z test_scatter__scalar_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.051s) 2022-05-18T05:17:30.2730580Z test_scatter__scalar_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.051s) 2022-05-18T05:17:30.3242128Z test_scatter__scalar_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.051s) 2022-05-18T05:17:30.3615817Z test_scatter_add__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.037s) 2022-05-18T05:17:30.3986122Z test_scatter_add__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.037s) 2022-05-18T05:17:30.4356359Z test_scatter_add__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.037s) 2022-05-18T05:17:30.4386767Z test_scatter_add_mult_index_base_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.003s) 2022-05-18T05:17:30.4653443Z test_scatter_reduce_amax_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... /var/lib/jenkins/workspace/test/test_scatter_gather_ops.py:95: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1550.) 2022-05-18T05:17:30.4654671Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-05-18T05:17:30.5574092Z ok (0.118s) 2022-05-18T05:17:30.6596358Z test_scatter_reduce_amax_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.102s) 2022-05-18T05:17:30.7614550Z test_scatter_reduce_amax_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.102s) 2022-05-18T05:17:30.8628584Z test_scatter_reduce_amax_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.101s) 2022-05-18T05:17:30.9646430Z test_scatter_reduce_amin_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.102s) 2022-05-18T05:17:31.0657466Z test_scatter_reduce_amin_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.101s) 2022-05-18T05:17:31.1671661Z test_scatter_reduce_amin_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.101s) 2022-05-18T05:17:31.2675445Z test_scatter_reduce_amin_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.100s) 2022-05-18T05:17:31.3549659Z test_scatter_reduce_mean_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.087s) 2022-05-18T05:17:31.4418102Z test_scatter_reduce_mean_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.087s) 2022-05-18T05:17:31.5287547Z test_scatter_reduce_mean_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.087s) 2022-05-18T05:17:31.6149847Z test_scatter_reduce_mean_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:31.7018335Z test_scatter_reduce_prod_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.087s) 2022-05-18T05:17:31.7886337Z test_scatter_reduce_prod_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.087s) 2022-05-18T05:17:31.8760006Z test_scatter_reduce_prod_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.087s) 2022-05-18T05:17:31.9622608Z test_scatter_reduce_prod_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.0487230Z test_scatter_reduce_sum_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.1366952Z test_scatter_reduce_sum_cuda_complex128 (__main__.TestScatterGatherCUDA) ... ok (0.088s) 2022-05-18T05:17:32.2245030Z test_scatter_reduce_sum_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.088s) 2022-05-18T05:17:32.3107103Z test_scatter_reduce_sum_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.3976491Z test_scatter_reduce_sum_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.087s) 2022-05-18T05:17:32.4843105Z test_scatter_reduce_sum_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.5706721Z test_scatter_reduce_sum_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.6569302Z test_scatter_reduce_sum_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.7435425Z test_scatter_reduce_sum_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.8297747Z test_scatter_reduce_sum_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.9159320Z test_scatter_reduce_sum_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.086s) 2022-05-18T05:17:32.9159678Z 2022-05-18T05:17:32.9160080Z ---------------------------------------------------------------------- 2022-05-18T05:17:32.9160428Z Ran 42 tests in 4.234s 2022-05-18T05:17:32.9160575Z 2022-05-18T05:17:32.9160672Z OK 2022-05-18T05:17:32.9160810Z 2022-05-18T05:17:32.9160964Z Generating XML reports... 2022-05-18T05:17:32.9234881Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCUDA-20220518051728.xml 2022-05-18T05:17:33.1770126Z Running test_import_stats ... [2022-05-18 05:17:33.176465] 2022-05-18T05:17:33.1770799Z Executing ['/opt/conda/bin/python', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:33.176572] 2022-05-18T05:17:35.2293181Z Failed to register RDS schema: You must specify a region. 2022-05-18T05:17:35.2321948Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-05-18T05:17:35.2340413Z 2022-05-18T05:17:35.2340988Z Running tests... 2022-05-18T05:17:35.2341875Z ---------------------------------------------------------------------- 2022-05-18T05:17:36.8060294Z test_peak_memory (__main__.TestImportTime) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76781 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (1.571s) 2022-05-18T05:17:37.7276324Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (0.922s) 2022-05-18T05:17:38.6361318Z test_time_import_torch (__main__.TestImportTime) ... ok (0.908s) 2022-05-18T05:17:38.6362742Z 2022-05-18T05:17:38.6364114Z ---------------------------------------------------------------------- 2022-05-18T05:17:38.6364828Z Ran 3 tests in 3.402s 2022-05-18T05:17:38.6365007Z 2022-05-18T05:17:38.6365132Z OK (skipped=1) 2022-05-18T05:17:38.6365290Z 2022-05-18T05:17:38.6365400Z Generating XML reports... 2022-05-18T05:17:38.6412721Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220518051735.xml 2022-05-18T05:17:38.9510352Z Running test_logging ... [2022-05-18 05:17:38.950452] 2022-05-18T05:17:38.9511334Z Executing ['/opt/conda/bin/python', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:38.950557] 2022-05-18T05:17:39.8222731Z Test results will be stored in test-reports/python-unittest/test_logging 2022-05-18T05:17:39.8238067Z 2022-05-18T05:17:39.8238451Z Running tests... 2022-05-18T05:17:39.8238908Z ---------------------------------------------------------------------- 2022-05-18T05:17:39.8247015Z testApiUsage (__main__.LoggingTest) 2022-05-18T05:17:42.6976119Z This test verifies that api usage logging is not triggered via static ... ok (2.873s) 2022-05-18T05:17:42.6977129Z 2022-05-18T05:17:42.6977805Z ---------------------------------------------------------------------- 2022-05-18T05:17:42.6978271Z Ran 1 test in 2.874s 2022-05-18T05:17:42.6978447Z 2022-05-18T05:17:42.6978546Z OK 2022-05-18T05:17:42.6978682Z 2022-05-18T05:17:42.6978814Z Generating XML reports... 2022-05-18T05:17:42.7022750Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220518051739.xml 2022-05-18T05:17:42.9773620Z Running benchmark_utils/test_benchmark_utils ... [2022-05-18 05:17:42.976775] 2022-05-18T05:17:42.9774648Z Executing ['/opt/conda/bin/python', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:42.976884] 2022-05-18T05:17:44.2980698Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-05-18T05:17:44.2996647Z 2022-05-18T05:17:44.2996814Z Running tests... 2022-05-18T05:17:44.2997675Z ---------------------------------------------------------------------- 2022-05-18T05:17:45.8157548Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (1.516s) 2022-05-18T05:17:45.8181622Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T05:17:45.8195080Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-05-18T05:17:45.9668325Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.147s) 2022-05-18T05:17:45.9675052Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-05-18T05:17:45.9704810Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-05-18T05:17:46.0217891Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.051s) 2022-05-18T05:17:47.3143973Z test_timer (__main__.TestBenchmarkUtils) ... ok (1.292s) 2022-05-18T05:17:47.3151133Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-05-18T05:17:47.3152026Z 2022-05-18T05:17:47.3153128Z ---------------------------------------------------------------------- 2022-05-18T05:17:47.3153735Z Ran 9 tests in 3.015s 2022-05-18T05:17:47.3154041Z 2022-05-18T05:17:47.3155976Z OK (skipped=4) 2022-05-18T05:17:47.3156525Z 2022-05-18T05:17:47.3157054Z Generating XML reports... 2022-05-18T05:17:47.3195957Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220518051744.xml 2022-05-18T05:17:47.6048702Z Running test_vmap ... [2022-05-18 05:17:47.604319] 2022-05-18T05:17:47.6049390Z Executing ['/opt/conda/bin/python', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:47.604432] 2022-05-18T05:17:50.0809177Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-05-18T05:17:50.0842281Z 2022-05-18T05:17:50.0842638Z Running tests... 2022-05-18T05:17:50.0843091Z ---------------------------------------------------------------------- 2022-05-18T05:17:50.0877297Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0878160Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-05-18T05:17:50.0887644Z /var/lib/jenkins/workspace/test/test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0888504Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-05-18T05:17:50.0891518Z /var/lib/jenkins/workspace/test/test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0892218Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-05-18T05:17:50.0894987Z /var/lib/jenkins/workspace/test/test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0895687Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-05-18T05:17:50.0898227Z /var/lib/jenkins/workspace/test/test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0898915Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-05-18T05:17:50.0901811Z /var/lib/jenkins/workspace/test/test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0902500Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-05-18T05:17:50.0904831Z /var/lib/jenkins/workspace/test/test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0905566Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-05-18T05:17:50.0908302Z /var/lib/jenkins/workspace/test/test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0909075Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-05-18T05:17:50.0911684Z /var/lib/jenkins/workspace/test/test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0912490Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-05-18T05:17:50.0915056Z /var/lib/jenkins/workspace/test/test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0915815Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-05-18T05:17:50.0919087Z ok (0.008s) 2022-05-18T05:17:50.0934418Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0935321Z vmap(backward_on_vmapped_tensor)(x) 2022-05-18T05:17:50.0951776Z /var/lib/jenkins/workspace/test/test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0952442Z vmap(backward_with_vmapped_grad)(x, grad) 2022-05-18T05:17:50.0965176Z /var/lib/jenkins/workspace/test/test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0965851Z vmap(completely_unrelated_backward)(y) 2022-05-18T05:17:50.0979063Z ok (0.006s) 2022-05-18T05:17:50.0989686Z test_batched_gradient_basic (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.0990409Z jacobian = vmap(vjp_mul)(batched_v) 2022-05-18T05:17:50.0996603Z ok (0.002s) 2022-05-18T05:17:50.1004217Z test_constant_function (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1004979Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-05-18T05:17:50.1008101Z ok (0.001s) 2022-05-18T05:17:50.1022831Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1023706Z vmap(torch.mul)(x, y) 2022-05-18T05:17:50.1024835Z /var/lib/jenkins/workspace/test/test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1025516Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-05-18T05:17:50.1026444Z /var/lib/jenkins/workspace/test/test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1027223Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-05-18T05:17:50.1027510Z ok (0.002s) 2022-05-18T05:17:50.1048886Z test_fallback_atan2 (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1049707Z result = vmap(op, (2, 0))(x, y) 2022-05-18T05:17:50.1054060Z /var/lib/jenkins/workspace/test/test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1055001Z result = vmap(vmap(op), (2, 0))(x, y) 2022-05-18T05:17:50.1067593Z /var/lib/jenkins/workspace/test/test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1068261Z result = vmap(vmap(vmap(op)))(x, y) 2022-05-18T05:17:50.1900106Z ok (0.087s) 2022-05-18T05:17:50.1913682Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-05-18T05:17:50.1934054Z test_fallback_masked_fill (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.1936037Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-05-18T05:17:50.2198445Z /var/lib/jenkins/workspace/test/test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.2199920Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-05-18T05:17:50.2438426Z ok (0.052s) 2022-05-18T05:17:50.2460951Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.2462461Z result = vmap(torch.var_mean)(tensor) 2022-05-18T05:17:50.2469154Z /var/lib/jenkins/workspace/test/test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.2470620Z result = vmap(vmap(torch.var_mean))(tensor) 2022-05-18T05:17:50.2484378Z /var/lib/jenkins/workspace/test/test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.2485837Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-05-18T05:17:50.3146404Z ok (0.071s) 2022-05-18T05:17:50.3159731Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-05-18T05:17:50.3194802Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-05-18T05:17:50.3218867Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3219588Z vmap(op, (0, None))(x, y) 2022-05-18T05:17:50.3245860Z /var/lib/jenkins/workspace/test/test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3246548Z vmap(op, (None, 0))(y, x) 2022-05-18T05:17:50.3271835Z /var/lib/jenkins/workspace/test/test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3272647Z vmap(op)(x, x) 2022-05-18T05:17:50.3298273Z /var/lib/jenkins/workspace/test/test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3298902Z vmap(op, (0, None))(x, y) 2022-05-18T05:17:50.3325294Z /var/lib/jenkins/workspace/test/test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3325944Z vmap(op, (None, 0))(y, x) 2022-05-18T05:17:50.3352048Z /var/lib/jenkins/workspace/test/test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3352700Z vmap(op)(x, x) 2022-05-18T05:17:50.3377614Z ok (0.018s) 2022-05-18T05:17:50.3388885Z test_func_with_no_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3389851Z vmap(foo)() 2022-05-18T05:17:50.3390987Z /var/lib/jenkins/workspace/test/test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3391635Z vmap(bar)() 2022-05-18T05:17:50.3391890Z ok (0.001s) 2022-05-18T05:17:50.3398972Z test_functools_partial (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3400051Z result = vmap(functools.partial(torch.mul, x))(y) 2022-05-18T05:17:50.3403049Z ok (0.001s) 2022-05-18T05:17:50.3418813Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3419581Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-05-18T05:17:50.3435226Z /var/lib/jenkins/workspace/test/test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3435937Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-05-18T05:17:50.3449332Z ok (0.005s) 2022-05-18T05:17:50.3469391Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3470141Z vmap(foo)(torch.randn([])) 2022-05-18T05:17:50.3471036Z /var/lib/jenkins/workspace/test/test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3471802Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-05-18T05:17:50.3472738Z /var/lib/jenkins/workspace/test/test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3473430Z vmap(foo, in_dims=(-1,))(x) 2022-05-18T05:17:50.3474322Z /var/lib/jenkins/workspace/test/test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3474941Z vmap(foo, in_dims=(2,))(y) 2022-05-18T05:17:50.3475842Z /var/lib/jenkins/workspace/test/test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3476501Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-05-18T05:17:50.3477424Z /var/lib/jenkins/workspace/test/test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3478080Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-05-18T05:17:50.3478982Z /var/lib/jenkins/workspace/test/test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3479631Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-05-18T05:17:50.3479907Z ok (0.003s) 2022-05-18T05:17:50.3494755Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3496002Z vmap(torch.mul, [0, 0])(x, y) 2022-05-18T05:17:50.3497112Z /var/lib/jenkins/workspace/test/test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3497769Z vmap(torch.mul, set({0, 0}))(x, y) 2022-05-18T05:17:50.3498679Z /var/lib/jenkins/workspace/test/test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3499362Z vmap(torch.mul, 'lol')(x, y) 2022-05-18T05:17:50.3500379Z /var/lib/jenkins/workspace/test/test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3501128Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-05-18T05:17:50.3502125Z /var/lib/jenkins/workspace/test/test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3502905Z vmap(torch.mul, (0, 0))(x, y) 2022-05-18T05:17:50.3503154Z ok (0.002s) 2022-05-18T05:17:50.3529013Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3529761Z vmap(op, in_dims=(0, None))(x, y) 2022-05-18T05:17:50.3533360Z /var/lib/jenkins/workspace/test/test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3534039Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-05-18T05:17:50.3540666Z /var/lib/jenkins/workspace/test/test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3541310Z vmap(op, in_dims=(None, 0))(x, y) 2022-05-18T05:17:50.3571844Z /var/lib/jenkins/workspace/test/test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3572544Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-05-18T05:17:50.3601185Z /var/lib/jenkins/workspace/test/test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3601883Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-05-18T05:17:50.3631477Z /var/lib/jenkins/workspace/test/test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3632156Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-05-18T05:17:50.3661311Z ok (0.016s) 2022-05-18T05:17:50.3685433Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3686244Z vmap(op, (2, 0))(x, y) 2022-05-18T05:17:50.3690537Z /var/lib/jenkins/workspace/test/test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3691323Z vmap(vmap(op), (2, 0))(x, y) 2022-05-18T05:17:50.3705020Z /var/lib/jenkins/workspace/test/test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.3705917Z result = vmap(vmap(vmap(op)))(x, y) 2022-05-18T05:17:50.4421489Z ok (0.076s) 2022-05-18T05:17:50.4446706Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.4447460Z result = vmap(op)(x) 2022-05-18T05:17:50.4451496Z /var/lib/jenkins/workspace/test/test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.4452175Z result = vmap(op, out_dims=(1,))(x) 2022-05-18T05:17:50.4456225Z /var/lib/jenkins/workspace/test/test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.4456884Z result = vmap(vmap(op))(x) 2022-05-18T05:17:50.4484594Z /var/lib/jenkins/workspace/test/test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.4485274Z result = vmap(vmap(vmap(op)))(x) 2022-05-18T05:17:50.7104292Z ok (0.268s) 2022-05-18T05:17:50.7123235Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7124668Z vmap(torch.sum)(x, 0) 2022-05-18T05:17:50.7126447Z /var/lib/jenkins/workspace/test/test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7127711Z vmap(torch.sum, (0, 0))(x, 0) 2022-05-18T05:17:50.7129606Z /var/lib/jenkins/workspace/test/test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7130974Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-05-18T05:17:50.7132928Z /var/lib/jenkins/workspace/test/test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7134193Z vmap(torch.sum, (0, None))(x, 0) 2022-05-18T05:17:50.7135108Z ok (0.003s) 2022-05-18T05:17:50.7142709Z test_multiple_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7144166Z output = vmap(torch.mul)(x, y) 2022-05-18T05:17:50.7146154Z ok (0.002s) 2022-05-18T05:17:50.7163436Z test_multiple_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7165109Z result = vmap(foo, out_dims=(0, 1))(x) 2022-05-18T05:17:50.7170255Z /var/lib/jenkins/workspace/test/test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7171790Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-05-18T05:17:50.7180663Z ok (0.003s) 2022-05-18T05:17:50.7191986Z test_multiple_outputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7193457Z outputs = vmap(foo)(x) 2022-05-18T05:17:50.7198564Z ok (0.002s) 2022-05-18T05:17:50.7212076Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7213711Z vmap(returns_tuple_of_tensors)(x) 2022-05-18T05:17:50.7215960Z /var/lib/jenkins/workspace/test/test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7217282Z vmap(returns_list_of_two_tensors)(x) 2022-05-18T05:17:50.7219262Z /var/lib/jenkins/workspace/test/test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7220592Z vmap(returns_list_of_one_tensor)(x) 2022-05-18T05:17:50.7221109Z ok (0.002s) 2022-05-18T05:17:50.7231438Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7232976Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-05-18T05:17:50.7236370Z ok (0.002s) 2022-05-18T05:17:50.7259673Z test_nested_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7261248Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-05-18T05:17:50.7267774Z /var/lib/jenkins/workspace/test/test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7269266Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-05-18T05:17:50.7275436Z /var/lib/jenkins/workspace/test/test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7277312Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-05-18T05:17:50.7283980Z /var/lib/jenkins/workspace/test/test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7285689Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-05-18T05:17:50.7291154Z ok (0.005s) 2022-05-18T05:17:50.7308017Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7309558Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-05-18T05:17:50.7315671Z /var/lib/jenkins/workspace/test/test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7317147Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-05-18T05:17:50.7323489Z ok (0.003s) 2022-05-18T05:17:50.7335824Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7336823Z output = vmap(vmap(torch.mul))(x, y) 2022-05-18T05:17:50.7339495Z /var/lib/jenkins/workspace/test/test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7340190Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-05-18T05:17:50.7343546Z ok (0.002s) 2022-05-18T05:17:50.7354117Z test_nn_module (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7354813Z result = vmap(model)(tensor) 2022-05-18T05:17:50.7360459Z ok (0.002s) 2022-05-18T05:17:50.7379261Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7380066Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-05-18T05:17:50.7383317Z /var/lib/jenkins/workspace/test/test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7384034Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-05-18T05:17:50.7388493Z /var/lib/jenkins/workspace/test/test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7389554Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-05-18T05:17:50.7392313Z /var/lib/jenkins/workspace/test/test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7392997Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-05-18T05:17:50.7397178Z /var/lib/jenkins/workspace/test/test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7397825Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-05-18T05:17:50.7401059Z ok (0.004s) 2022-05-18T05:17:50.7411565Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7412316Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-05-18T05:17:50.7413737Z /var/lib/jenkins/workspace/test/test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7414627Z vmap(multiple_outputs)(torch.ones(3)) 2022-05-18T05:17:50.7414914Z ok (0.001s) 2022-05-18T05:17:50.7429080Z test_non_zero_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7429868Z output = vmap(lambda x: x, (1,))(tensor) 2022-05-18T05:17:50.7433456Z /var/lib/jenkins/workspace/test/test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7434125Z output = vmap(torch.mul, (0, 1))(x, y) 2022-05-18T05:17:50.7437022Z /var/lib/jenkins/workspace/test/test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7437697Z output = vmap(torch.mul, (1, 0))(x, y) 2022-05-18T05:17:50.7439925Z ok (0.002s) 2022-05-18T05:17:50.7451945Z test_none_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7452829Z output = vmap(torch.mul, (0, None))(x, y) 2022-05-18T05:17:50.7457221Z /var/lib/jenkins/workspace/test/test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7458048Z output = vmap(torch.mul, (0, None))(x, 2) 2022-05-18T05:17:50.7460290Z ok (0.002s) 2022-05-18T05:17:50.7488852Z test_nonzero_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7489571Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-05-18T05:17:50.7493212Z /var/lib/jenkins/workspace/test/test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7493901Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-05-18T05:17:50.7497376Z /var/lib/jenkins/workspace/test/test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7498143Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-05-18T05:17:50.7501775Z /var/lib/jenkins/workspace/test/test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7502462Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-05-18T05:17:50.7507374Z /var/lib/jenkins/workspace/test/test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7508069Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-05-18T05:17:50.7528211Z /var/lib/jenkins/workspace/test/test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7528877Z result = vmap(foo, out_dims=1)(x, y) 2022-05-18T05:17:50.7534202Z ok (0.007s) 2022-05-18T05:17:50.7544179Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7544931Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-05-18T05:17:50.7547422Z ok (0.001s) 2022-05-18T05:17:50.7564407Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7565618Z vmap(torch.mul, (0,))(x, y) 2022-05-18T05:17:50.7567882Z /var/lib/jenkins/workspace/test/test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7568725Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-05-18T05:17:50.7570277Z /var/lib/jenkins/workspace/test/test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7571070Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-05-18T05:17:50.7571988Z /var/lib/jenkins/workspace/test/test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7572664Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-05-18T05:17:50.7573584Z /var/lib/jenkins/workspace/test/test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7574487Z vmap(torch.mul, (0, 0))(x, y) 2022-05-18T05:17:50.7574747Z ok (0.002s) 2022-05-18T05:17:50.7579867Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7580593Z vmap(lambda x: x, out_dims=3)(x) 2022-05-18T05:17:50.7606138Z /var/lib/jenkins/workspace/test/test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7606856Z vmap(lambda x: x, out_dims=-4)(x) 2022-05-18T05:17:50.7630335Z ok (0.006s) 2022-05-18T05:17:50.7645355Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7646308Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-05-18T05:17:50.7647978Z /var/lib/jenkins/workspace/test/test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7648850Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-05-18T05:17:50.7650346Z /var/lib/jenkins/workspace/test/test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7651007Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-05-18T05:17:50.7651932Z /var/lib/jenkins/workspace/test/test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7652708Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-05-18T05:17:50.7653005Z ok (0.002s) 2022-05-18T05:17:50.7658310Z test_out_dims_edge_case (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7659291Z expected = vmap(foo, out_dims=1)(tensor) 2022-05-18T05:17:50.7660223Z /var/lib/jenkins/workspace/test/test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7660883Z result = vmap(foo, out_dims=(1,))(tensor) 2022-05-18T05:17:50.7661562Z ok (0.001s) 2022-05-18T05:17:50.7675329Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7676148Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-05-18T05:17:50.7677316Z /var/lib/jenkins/workspace/test/test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7678041Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-05-18T05:17:50.7678942Z /var/lib/jenkins/workspace/test/test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7679602Z vmap(lambda x: x, out_dims=None)(tensor) 2022-05-18T05:17:50.7680510Z /var/lib/jenkins/workspace/test/test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7681418Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-05-18T05:17:50.7681705Z ok (0.001s) 2022-05-18T05:17:50.7685100Z test_single_input (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7685793Z output = vmap(square)(x) 2022-05-18T05:17:50.7688339Z ok (0.001s) 2022-05-18T05:17:50.7703879Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7704594Z vmap(torch.ravel)(tensor) 2022-05-18T05:17:50.7729559Z /var/lib/jenkins/workspace/test/test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7730219Z vmap(out_op)(tensor, tensor) 2022-05-18T05:17:50.7756577Z /var/lib/jenkins/workspace/test/test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7757286Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-05-18T05:17:50.7782822Z /var/lib/jenkins/workspace/test/test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7783605Z vmap(torch.Tensor.item)(tensor) 2022-05-18T05:17:50.7813633Z ok (0.012s) 2022-05-18T05:17:50.7920722Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-05-18T05:17:50.7939421Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.7940194Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T05:17:50.7979339Z ok (0.006s) 2022-05-18T05:17:50.8021326Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-05-18T05:17:50.8170339Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.015s) 2022-05-18T05:17:50.8197882Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:50.8224660Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.8225427Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T05:17:50.8271143Z ok (0.007s) 2022-05-18T05:17:50.8316507Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-05-18T05:17:50.8358829Z test_inplace_on_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-05-18T05:17:50.8449344Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.009s) 2022-05-18T05:17:50.8492369Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-05-18T05:17:50.8536139Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-05-18T05:17:50.8586809Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-05-18T05:17:50.8600782Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:50.8601543Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T05:17:50.8617995Z ok (0.003s) 2022-05-18T05:17:50.8649530Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:50.8680344Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:50.8810049Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.013s) 2022-05-18T05:17:50.8839599Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:50.8865631Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:50.8917382Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-05-18T05:17:50.8960996Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-05-18T05:17:50.9014518Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-05-18T05:17:50.9046223Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:50.9136002Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.009s) 2022-05-18T05:17:51.4890708Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T05:17:51.4892245Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T05:17:51.4892706Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T05:17:51.4892999Z should be replaced with 2022-05-18T05:17:51.4893507Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T05:17:51.4893788Z and 2022-05-18T05:17:51.4894054Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T05:17:51.4894659Z should be replaced with 2022-05-18T05:17:51.4895290Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T05:17:51.4895785Z return torch.symeig(x, eigenvectors=True)[0] 2022-05-18T05:17:51.4896738Z /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:51.4897419Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T05:17:51.4962362Z ok (0.582s) 2022-05-18T05:17:51.4991426Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:51.5021117Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-05-18T05:17:51.5036776Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:51.5037509Z result = vmap(vjp)(gy) 2022-05-18T05:17:51.5045452Z ok (0.002s) 2022-05-18T05:17:51.5062978Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:51.5063738Z result = vmap(vjp)(gy) 2022-05-18T05:17:51.5070686Z ok (0.002s) 2022-05-18T05:17:51.5088804Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-05-18T05:17:51.5099541Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:51.5100309Z vmap(op_using_fallback)(torch.rand(3)) 2022-05-18T05:17:51.5102996Z ok (0.001s) 2022-05-18T05:17:51.5170763Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T05:17:51.5487672Z test_as_strided (__main__.TestVmapOperators) ... ok (0.032s) 2022-05-18T05:17:51.7304780Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.182s) 2022-05-18T05:17:51.7481198Z test_bmm (__main__.TestVmapOperators) ... ok (0.017s) 2022-05-18T05:17:51.7540085Z test_cat (__main__.TestVmapOperators) ... ok (0.006s) 2022-05-18T05:17:51.7753211Z test_chunk (__main__.TestVmapOperators) ... ok (0.021s) 2022-05-18T05:17:51.7971391Z test_clamp (__main__.TestVmapOperators) ... ok (0.022s) 2022-05-18T05:17:51.8166660Z test_clone (__main__.TestVmapOperators) ... ok (0.019s) 2022-05-18T05:17:51.8996213Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.083s) 2022-05-18T05:17:51.9094171Z test_conj (__main__.TestVmapOperators) ... ok (0.010s) 2022-05-18T05:17:51.9184374Z test_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-05-18T05:17:51.9238705Z test_diagonal (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T05:17:51.9402424Z test_dot (__main__.TestVmapOperators) ... ok (0.016s) 2022-05-18T05:17:51.9484274Z test_expand_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-05-18T05:17:51.9674982Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.019s) 2022-05-18T05:17:51.9780248Z test_imag (__main__.TestVmapOperators) ... ok (0.010s) 2022-05-18T05:17:51.9796428Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-05-18T05:17:51.9887881Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-05-18T05:17:51.9904006Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-05-18T05:17:52.0069888Z test_mm (__main__.TestVmapOperators) ... ok (0.016s) 2022-05-18T05:17:52.0170385Z test_movedim (__main__.TestVmapOperators) ... ok (0.010s) 2022-05-18T05:17:52.0337236Z test_mv (__main__.TestVmapOperators) ... ok (0.017s) 2022-05-18T05:17:52.0389712Z test_narrow (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T05:17:52.0409978Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-05-18T05:17:52.0544303Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-05-18T05:17:52.0571170Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-05-18T05:17:52.1744572Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.117s) 2022-05-18T05:17:52.1850505Z test_real (__main__.TestVmapOperators) ... ok (0.011s) 2022-05-18T05:17:52.1909729Z test_reshape (__main__.TestVmapOperators) ... ok (0.006s) 2022-05-18T05:17:52.1984943Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T05:17:52.2065952Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-05-18T05:17:52.2109584Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-05-18T05:17:52.2154050Z test_slice (__main__.TestVmapOperators) ... ok (0.004s) 2022-05-18T05:17:52.2593772Z test_split (__main__.TestVmapOperators) ... ok (0.044s) 2022-05-18T05:17:52.2640216Z test_squeeze (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T05:17:52.2701436Z test_stack (__main__.TestVmapOperators) ... ok (0.006s) 2022-05-18T05:17:52.2716090Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-05-18T05:17:52.2804833Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.009s) 2022-05-18T05:17:52.2849471Z test_t (__main__.TestVmapOperators) ... ok (0.004s) 2022-05-18T05:17:52.3945814Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.109s) 2022-05-18T05:17:52.4006631Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-05-18T05:17:52.4051127Z test_trace (__main__.TestVmapOperators) ... ok (0.004s) 2022-05-18T05:17:52.4115811Z test_transpose (__main__.TestVmapOperators) ... ok (0.006s) 2022-05-18T05:17:52.5378700Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.126s) 2022-05-18T05:17:52.7026915Z test_unbind (__main__.TestVmapOperators) ... ok (0.165s) 2022-05-18T05:17:52.7072269Z test_unfold (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T05:17:52.7196413Z test_view (__main__.TestVmapOperators) ... ok (0.012s) 2022-05-18T05:17:52.7345645Z test_view_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-05-18T05:17:52.8049293Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.070s) 2022-05-18T05:17:52.8156203Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.011s) 2022-05-18T05:17:52.8170536Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-05-18T05:17:52.8180399Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... /var/lib/jenkins/workspace/test/test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T05:17:52.8182208Z vmap(op_using_fallback)(torch.rand(3)) 2022-05-18T05:17:52.8182714Z ok (0.001s) 2022-05-18T05:17:52.8182992Z 2022-05-18T05:17:52.8183528Z ---------------------------------------------------------------------- 2022-05-18T05:17:52.8184127Z Ran 125 tests in 2.734s 2022-05-18T05:17:52.8184313Z 2022-05-18T05:17:52.8184393Z OK 2022-05-18T05:17:52.8184527Z 2022-05-18T05:17:52.8184659Z Generating XML reports... 2022-05-18T05:17:52.8281603Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220518051750.xml 2022-05-18T05:17:52.8314859Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCUDA-20220518051750.xml 2022-05-18T05:17:52.8364198Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220518051750.xml 2022-05-18T05:17:53.1068525Z Running test_python_dispatch ... [2022-05-18 05:17:53.106349] 2022-05-18T05:17:53.1069210Z Executing ['/opt/conda/bin/python', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:53.106458] 2022-05-18T05:17:53.9857888Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-05-18T05:17:53.9877265Z 2022-05-18T05:17:53.9877804Z Running tests... 2022-05-18T05:17:53.9878426Z ---------------------------------------------------------------------- 2022-05-18T05:17:55.5305552Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (1.542s) 2022-05-18T05:17:55.5399530Z test_basic (__main__.TestPythonDispatch) ... ok (0.009s) 2022-05-18T05:17:55.5407428Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5485912Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.008s) 2022-05-18T05:17:55.5506660Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5522104Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5540904Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5553912Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5571212Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5589887Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5606001Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5616528Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5625564Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5638096Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5649282Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5661404Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5674806Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5707112Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T05:17:55.5732813Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5742906Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5757205Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5780642Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5799253Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5814053Z test_invalid_ret (__main__.TestPythonDispatch) ... /var/lib/jenkins/workspace/test/test_python_dispatch.py:395: DeprecationWarning: Please use assertRaisesRegex instead. 2022-05-18T05:17:55.5815516Z self.assertRaisesRegexp( 2022-05-18T05:17:55.5816505Z ok (0.002s) 2022-05-18T05:17:55.5866265Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.005s) 2022-05-18T05:17:55.5890680Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5914507Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5941504Z test_like (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T05:17:55.5961418Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.5968207Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.5986955Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6064755Z test_metadata_change_not_allowed (__main__.TestPythonDispatch) ... ok (0.008s) 2022-05-18T05:17:55.6071603Z test_missing_inner_mode_ctor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6085602Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6094646Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6107762Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6119201Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6217766Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.010s) 2022-05-18T05:17:55.6233493Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6255597Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6264071Z test_push_mode_instance_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6271559Z test_push_mode_returns_unrelated (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6287913Z test_push_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6307191Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6327019Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6338453Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6410836Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.007s) 2022-05-18T05:17:55.6435600Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6476028Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-05-18T05:17:55.6490747Z test_torch_dispatch_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T05:17:55.6508454Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6533820Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T05:17:55.6560898Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.003s) 2022-05-18T05:17:55.6592019Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-05-18T05:17:55.6632236Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.9/site-packages/torch/library.py:64: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-05-18T05:17:55.6633200Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> (Tensor) 2022-05-18T05:17:55.6633814Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-05-18T05:17:55.6634187Z dispatch key: ZeroTensor 2022-05-18T05:17:55.6634607Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-05-18T05:17:55.6635270Z new kernel: registered at /dev/null:550 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:133.) 2022-05-18T05:17:55.6635729Z self.m.impl(name, dispatch_key, fn) 2022-05-18T05:17:55.6636015Z ok (0.004s) 2022-05-18T05:17:55.6650251Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-05-18T05:17:55.6691447Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:17:55.6691808Z 2022-05-18T05:17:55.6692342Z ---------------------------------------------------------------------- 2022-05-18T05:17:55.6692693Z Ran 57 tests in 1.681s 2022-05-18T05:17:55.6692862Z 2022-05-18T05:17:55.6692986Z OK (skipped=1) 2022-05-18T05:17:55.6693146Z 2022-05-18T05:17:55.6693255Z Generating XML reports... 2022-05-18T05:17:55.6770565Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220518051753.xml 2022-05-18T05:17:55.6777958Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220518051753.xml 2022-05-18T05:17:55.9150716Z Running test_datapipe ... [2022-05-18 05:17:55.914549] 2022-05-18T05:17:55.9151386Z Executing ['/opt/conda/bin/python', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:17:55.914659] 2022-05-18T05:17:56.7944403Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-05-18T05:17:56.7982133Z 2022-05-18T05:17:56.7982549Z Running tests... 2022-05-18T05:17:56.7983060Z ---------------------------------------------------------------------- 2022-05-18T05:17:56.7987732Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.000s) 2022-05-18T05:17:56.8010368Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.002s) 2022-05-18T05:17:58.3750155Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... ok (1.574s) 2022-05-18T05:17:58.3758484Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T05:17:58.3769283Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T05:17:58.3778822Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T05:17:58.3784465Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-05-18T05:17:58.3795576Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T05:17:58.3806379Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T05:17:58.3817029Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T05:17:58.3825237Z test_batch (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T05:17:58.3832378Z test_capture (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T05:17:58.3838776Z test_filter (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T05:17:58.3845876Z test_shuffle (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T05:17:58.3851986Z test_unbatch (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T05:17:58.3977733Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.012s) 2022-05-18T05:17:58.4079425Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-05-18T05:17:58.4256393Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.018s) 2022-05-18T05:17:58.4327160Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T05:17:58.4327811Z warnings.warn( 2022-05-18T05:17:58.4496169Z /opt/conda/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T05:17:58.4496850Z warnings.warn( 2022-05-18T05:17:58.4532355Z /opt/conda/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T05:17:58.4532849Z warnings.warn( 2022-05-18T05:17:58.4589172Z /opt/conda/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T05:17:58.4589682Z warnings.warn( 2022-05-18T05:17:58.4683556Z /opt/conda/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T05:17:58.4684056Z warnings.warn( 2022-05-18T05:17:58.4755281Z ok (0.050s) 2022-05-18T05:17:58.4908794Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.015s) 2022-05-18T05:17:58.5660355Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.075s) 2022-05-18T05:17:58.5744211Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.008s) 2022-05-18T05:17:58.6414846Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.067s) 2022-05-18T05:17:58.6546422Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T05:17:58.6547046Z warnings.warn( 2022-05-18T05:17:58.6642840Z ok (0.023s) 2022-05-18T05:17:58.7911066Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.127s) 2022-05-18T05:17:58.8018105Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.011s) 2022-05-18T05:17:58.8054836Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-05-18T05:17:59.3459472Z test_serializable (__main__.TestFunctionalIterDataPipe) ... ok (0.540s) 2022-05-18T05:17:59.3486276Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-05-18T05:17:59.3496845Z Only for DataPipes that take in a function as argument ... ok (0.004s) 2022-05-18T05:17:59.3513116Z test_shuffle_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74877 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T05:17:59.3555415Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-05-18T05:17:59.3765824Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.021s) 2022-05-18T05:17:59.3844461Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.008s) 2022-05-18T05:17:59.3884746Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-05-18T05:17:59.3910838Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-05-18T05:17:59.3959709Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-05-18T05:17:59.3986347Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-05-18T05:17:59.4104188Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.012s) 2022-05-18T05:17:59.4115238Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-05-18T05:17:59.4119820Z Only for DataPipes that take in a function as argument ... ok (0.002s) 2022-05-18T05:17:59.4140737Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-05-18T05:17:59.4162588Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-05-18T05:17:59.4168774Z test_simple_traverse (__main__.TestGraph) ... skip: no dill (0.001s) 2022-05-18T05:17:59.4180375Z test_traverse_forked (__main__.TestGraph) ... skip: no dill (0.001s) 2022-05-18T05:17:59.4192193Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-05-18T05:17:59.4202261Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-05-18T05:17:59.4215506Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T05:17:59.4287220Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.008s) 2022-05-18T05:17:59.4322432Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T05:17:59.4593932Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.031s) 2022-05-18T05:17:59.4600856Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T05:17:59.4775967Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.018s) 2022-05-18T05:17:59.4789081Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T05:17:59.4812979Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.004s) 2022-05-18T05:17:59.4826755Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T05:17:59.5058093Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.024s) 2022-05-18T05:17:59.5083744Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T05:17:59.5084372Z warnings.warn( 2022-05-18T05:17:59.5269511Z ok (0.021s) 2022-05-18T05:17:59.5417987Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.015s) 2022-05-18T05:17:59.5479823Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.006s) 2022-05-18T05:17:59.5539776Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.006s) 2022-05-18T05:17:59.5654653Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.011s) 2022-05-18T05:17:59.5732162Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-05-18T05:17:59.5791460Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.006s) 2022-05-18T05:17:59.5798729Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-05-18T05:17:59.5805856Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-05-18T05:17:59.6695588Z test_old_dataloader (__main__.TestSharding) ... ok (0.088s) 2022-05-18T05:17:59.6724559Z test_sharding_length (__main__.TestSharding) ... ok (0.003s) 2022-05-18T05:17:59.7212813Z test_simple_sharding (__main__.TestSharding) ... ok (0.049s) 2022-05-18T05:17:59.7228580Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-05-18T05:17:59.7236667Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-05-18T05:17:59.7251668Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-05-18T05:17:59.7264470Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-05-18T05:17:59.7307890Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-05-18T05:17:59.7320949Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-05-18T05:17:59.7330257Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-05-18T05:17:59.7351887Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-05-18T05:17:59.7362319Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-05-18T05:17:59.7375834Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-05-18T05:17:59.7391272Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-05-18T05:17:59.7413945Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-05-18T05:17:59.7416301Z 2022-05-18T05:17:59.7416943Z ---------------------------------------------------------------------- 2022-05-18T05:17:59.7417656Z Ran 74 tests in 2.943s 2022-05-18T05:17:59.7417978Z 2022-05-18T05:17:59.7418118Z OK (skipped=18) 2022-05-18T05:17:59.7418281Z 2022-05-18T05:17:59.7418410Z Generating XML reports... 2022-05-18T05:17:59.7457037Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220518051756.xml 2022-05-18T05:17:59.7465762Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220518051756.xml 2022-05-18T05:17:59.7495273Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220518051756.xml 2022-05-18T05:17:59.7506349Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220518051756.xml 2022-05-18T05:17:59.7512872Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220518051756.xml 2022-05-18T05:17:59.7520975Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220518051756.xml 2022-05-18T05:17:59.7530143Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220518051756.xml 2022-05-18T05:17:59.7536187Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220518051756.xml 2022-05-18T05:17:59.7542551Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220518051756.xml 2022-05-18T05:17:59.7553248Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220518051756.xml 2022-05-18T05:17:59.7557064Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220518051756.xml 2022-05-18T05:17:59.7566250Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220518051756.xml 2022-05-18T05:17:59.7571095Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220518051756.xml 2022-05-18T05:18:00.0207816Z Running test_function_schema ... [2022-05-18 05:18:00.020248] 2022-05-18T05:18:00.0208567Z Executing ['/opt/conda/bin/python', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:00.020356] 2022-05-18T05:18:00.9113527Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-05-18T05:18:00.9129798Z 2022-05-18T05:18:00.9130034Z Running tests... 2022-05-18T05:18:00.9130914Z ---------------------------------------------------------------------- 2022-05-18T05:18:02.5043497Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (1.591s) 2022-05-18T05:18:02.5051903Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T05:18:02.5062769Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T05:18:02.5076247Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T05:18:02.5086506Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T05:18:02.5099026Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T05:18:02.5122537Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-05-18T05:18:02.5132316Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T05:18:02.8308741Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.317s) 2022-05-18T05:18:02.8317475Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T05:18:02.8317911Z 2022-05-18T05:18:02.8318361Z ---------------------------------------------------------------------- 2022-05-18T05:18:02.8318996Z Ran 10 tests in 1.919s 2022-05-18T05:18:02.8319180Z 2022-05-18T05:18:02.8319285Z OK 2022-05-18T05:18:02.8319421Z 2022-05-18T05:18:02.8319557Z Generating XML reports... 2022-05-18T05:18:02.8361636Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220518051800.xml 2022-05-18T05:18:03.0742312Z Running test_jit_disabled ... [2022-05-18 05:18:03.073707] 2022-05-18T05:18:03.0743001Z Executing ['/opt/conda/bin/python', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:03.073816] 2022-05-18T05:18:03.9449686Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-05-18T05:18:03.9466572Z 2022-05-18T05:18:03.9467029Z Running tests... 2022-05-18T05:18:03.9467519Z ---------------------------------------------------------------------- 2022-05-18T05:18:05.6211540Z test_attribute (__main__.TestJitDisabled) ... ok (1.674s) 2022-05-18T05:18:05.7235830Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.102s) 2022-05-18T05:18:05.8266551Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.103s) 2022-05-18T05:18:05.8269007Z 2022-05-18T05:18:05.8269579Z ---------------------------------------------------------------------- 2022-05-18T05:18:05.8270159Z Ran 3 tests in 1.880s 2022-05-18T05:18:05.8270334Z 2022-05-18T05:18:05.8270413Z OK 2022-05-18T05:18:05.8270554Z 2022-05-18T05:18:05.8270687Z Generating XML reports... 2022-05-18T05:18:05.8313443Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220518051803.xml 2022-05-18T05:18:06.0945266Z Running lazy/test_reuse_ir ... [2022-05-18 05:18:06.094004] 2022-05-18T05:18:06.0945983Z Executing ['/opt/conda/bin/python', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:06.094118] 2022-05-18T05:18:06.9650784Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-05-18T05:18:06.9667334Z 2022-05-18T05:18:06.9667518Z Running tests... 2022-05-18T05:18:06.9668234Z ---------------------------------------------------------------------- 2022-05-18T05:18:08.5171706Z testAdd (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77722 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (1.550s) 2022-05-18T05:18:08.5187321Z testAddSub (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77721 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T05:18:08.5207151Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77723 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T05:18:08.5208022Z 2022-05-18T05:18:08.5208335Z ---------------------------------------------------------------------- 2022-05-18T05:18:08.5208702Z Ran 3 tests in 1.554s 2022-05-18T05:18:08.5209000Z 2022-05-18T05:18:08.5209184Z OK (skipped=3) 2022-05-18T05:18:08.5209334Z 2022-05-18T05:18:08.5209463Z Generating XML reports... 2022-05-18T05:18:08.5243025Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220518051806.xml 2022-05-18T05:18:08.7549037Z Running test_functional_optim ... [2022-05-18 05:18:08.754318] 2022-05-18T05:18:08.7549750Z Executing ['/opt/conda/bin/python', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:08.754425] 2022-05-18T05:18:09.8415392Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-05-18T05:18:09.8430966Z 2022-05-18T05:18:09.8431187Z Running tests... 2022-05-18T05:18:09.8431922Z ---------------------------------------------------------------------- 2022-05-18T05:18:11.4242515Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (1.581s) 2022-05-18T05:18:11.4591362Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.035s) 2022-05-18T05:18:11.4915316Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.032s) 2022-05-18T05:18:11.4915843Z 2022-05-18T05:18:11.4916251Z ---------------------------------------------------------------------- 2022-05-18T05:18:11.4916577Z Ran 3 tests in 1.648s 2022-05-18T05:18:11.4916743Z 2022-05-18T05:18:11.4916844Z OK 2022-05-18T05:18:11.4916982Z 2022-05-18T05:18:11.4917114Z Generating XML reports... 2022-05-18T05:18:11.4952379Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220518051809.xml 2022-05-18T05:18:11.7262008Z Running test_functionalization ... [2022-05-18 05:18:11.725657] 2022-05-18T05:18:11.7262736Z Executing ['/opt/conda/bin/python', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:11.725765] 2022-05-18T05:18:12.5847096Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-05-18T05:18:12.5865391Z 2022-05-18T05:18:12.5865794Z Running tests... 2022-05-18T05:18:12.5866231Z ---------------------------------------------------------------------- 2022-05-18T05:18:14.1339682Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (1.547s) 2022-05-18T05:18:14.1375454Z test_cat (__main__.TestFunctionalization) ... ok (0.004s) 2022-05-18T05:18:14.1397044Z test_copy_ (__main__.TestFunctionalization) ... /var/lib/jenkins/workspace/test/test_functionalization.py:416: UserWarning: Note: the functionalization pass encountered an operator (zero_) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:4811.) 2022-05-18T05:18:14.1398056Z tmp = torch.zeros(2, 2) 2022-05-18T05:18:14.1447651Z ok (0.007s) 2022-05-18T05:18:14.1476982Z test_diagonal (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T05:18:14.1491342Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.001s) 2022-05-18T05:18:14.1580282Z test_everything (__main__.TestFunctionalization) ... ok (0.009s) 2022-05-18T05:18:14.1602105Z test_fill_ (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T05:18:14.1627096Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T05:18:14.1659203Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T05:18:14.1674097Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.001s) 2022-05-18T05:18:14.1687104Z test_multi_out (__main__.TestFunctionalization) ... /var/lib/jenkins/workspace/test/test_functionalization.py:141: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:18:14.1688220Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-05-18T05:18:14.1697296Z ok (0.002s) 2022-05-18T05:18:14.1724459Z test_multiple_levels_of_wrapping (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T05:18:14.1739531Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.001s) 2022-05-18T05:18:14.1752009Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.001s) 2022-05-18T05:18:14.1765994Z test_optional_tensor_list (__main__.TestFunctionalization) ... /var/lib/jenkins/workspace/test/test_functionalization.py:278: UserWarning: Note: the functionalization pass encountered an operator (arange.start_out) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:1528.) 2022-05-18T05:18:14.1767021Z indices = torch.arange(4) 2022-05-18T05:18:14.1768372Z /var/lib/jenkins/workspace/test/test_functionalization.py:279: UserWarning: Note: the functionalization pass encountered an operator (arange.start_out) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:1528.) 2022-05-18T05:18:14.1769327Z values = torch.arange(4, dtype=y.dtype) 2022-05-18T05:18:14.1783300Z ok (0.003s) 2022-05-18T05:18:14.1812289Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T05:18:14.1839375Z test_scalars (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T05:18:14.1868777Z test_simple (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T05:18:14.1881624Z test_simple_out (__main__.TestFunctionalization) ... /var/lib/jenkins/workspace/test/test_functionalization.py:121: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T05:18:14.1882556Z torch.add(y, tmp, out=z) 2022-05-18T05:18:14.1898189Z ok (0.003s) 2022-05-18T05:18:14.1931857Z test_split (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T05:18:14.1950299Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T05:18:14.1962807Z test_tensor_list_composite (__main__.TestFunctionalization) ... /opt/conda/lib/python3.9/site-packages/torch/functional.py:1134: UserWarning: Note: the functionalization pass encountered an operator (zero_) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:4811.) 2022-05-18T05:18:14.1964028Z return torch._C._VariableFunctions.block_diag(tensors) # type: ignore[attr-defined] 2022-05-18T05:18:14.1985375Z ok (0.003s) 2022-05-18T05:18:14.2011102Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T05:18:14.2011665Z 2022-05-18T05:18:14.2012103Z ---------------------------------------------------------------------- 2022-05-18T05:18:14.2012451Z Ran 23 tests in 1.615s 2022-05-18T05:18:14.2012626Z 2022-05-18T05:18:14.2012727Z OK 2022-05-18T05:18:14.2012860Z 2022-05-18T05:18:14.2012990Z Generating XML reports... 2022-05-18T05:18:14.2068648Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220518051812.xml 2022-05-18T05:18:14.4441010Z Running test_pytree ... [2022-05-18 05:18:14.443521] 2022-05-18T05:18:14.4441928Z Executing ['/opt/conda/bin/python', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:14.443641] 2022-05-18T05:18:15.2987868Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-05-18T05:18:15.3004260Z 2022-05-18T05:18:15.3004687Z Running tests... 2022-05-18T05:18:15.3005201Z ---------------------------------------------------------------------- 2022-05-18T05:18:16.8489458Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (1.548s) 2022-05-18T05:18:16.8535410Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.005s) 2022-05-18T05:18:16.8559290Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-05-18T05:18:16.8583750Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-05-18T05:18:16.8606081Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-05-18T05:18:16.8618755Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-05-18T05:18:16.8640549Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-05-18T05:18:16.8659094Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-05-18T05:18:16.8685372Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.003s) 2022-05-18T05:18:16.8701087Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-05-18T05:18:16.8712639Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-05-18T05:18:16.8722405Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-05-18T05:18:16.8722829Z 2022-05-18T05:18:16.8723525Z ---------------------------------------------------------------------- 2022-05-18T05:18:16.8724170Z Ran 12 tests in 1.572s 2022-05-18T05:18:16.8724475Z 2022-05-18T05:18:16.8724630Z OK 2022-05-18T05:18:16.8724886Z 2022-05-18T05:18:16.8725102Z Generating XML reports... 2022-05-18T05:18:16.8768523Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220518051815.xml 2022-05-18T05:18:17.1057371Z Running test_per_overload_api ... [2022-05-18 05:18:17.105199] 2022-05-18T05:18:17.1058092Z Executing ['/opt/conda/bin/python', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:17.105310] 2022-05-18T05:18:17.9561924Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-05-18T05:18:17.9578560Z 2022-05-18T05:18:17.9578972Z Running tests... 2022-05-18T05:18:17.9579839Z ---------------------------------------------------------------------- 2022-05-18T05:18:19.5194615Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (1.561s) 2022-05-18T05:18:19.5214723Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-05-18T05:18:19.5214988Z 2022-05-18T05:18:19.5215797Z ---------------------------------------------------------------------- 2022-05-18T05:18:19.5216152Z Ran 2 tests in 1.564s 2022-05-18T05:18:19.5216321Z 2022-05-18T05:18:19.5216418Z OK 2022-05-18T05:18:19.5216554Z 2022-05-18T05:18:19.5217922Z Generating XML reports... 2022-05-18T05:18:19.5249876Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220518051817.xml 2022-05-18T05:18:19.7537407Z Running test_license ... [2022-05-18 05:18:19.753224] 2022-05-18T05:18:19.7538118Z Executing ['/opt/conda/bin/python', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:19.753333] 2022-05-18T05:18:20.6038289Z Test results will be stored in test-reports/python-unittest/test_license 2022-05-18T05:18:20.6053751Z 2022-05-18T05:18:20.6054215Z Running tests... 2022-05-18T05:18:20.6055141Z ---------------------------------------------------------------------- 2022-05-18T05:18:20.6063127Z test_distinfo_license (__main__.TestLicense) 2022-05-18T05:18:22.1672913Z If run when pytorch is installed via a wheel, the license will be in ... ok (1.562s) 2022-05-18T05:18:22.1678262Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-05-18T05:18:22.1679331Z 2022-05-18T05:18:22.1679747Z ---------------------------------------------------------------------- 2022-05-18T05:18:22.1680338Z Ran 2 tests in 1.563s 2022-05-18T05:18:22.1680509Z 2022-05-18T05:18:22.1680623Z OK (skipped=1) 2022-05-18T05:18:22.1680780Z 2022-05-18T05:18:22.1680911Z Generating XML reports... 2022-05-18T05:18:22.1713908Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20220518051820.xml 2022-05-18T05:18:22.3992305Z Running test_expanded_weights ... [2022-05-18 05:18:22.398688] 2022-05-18T05:18:22.3992981Z Executing ['/opt/conda/bin/python', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:22.398800] 2022-05-18T05:18:25.3968220Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-05-18T05:18:25.4007127Z 2022-05-18T05:18:25.4007430Z Running tests... 2022-05-18T05:18:25.4008129Z ---------------------------------------------------------------------- 2022-05-18T05:18:25.4047304Z test_expanded_weight_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-05-18T05:18:25.9782814Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.573s) 2022-05-18T05:18:25.9874464Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.009s) 2022-05-18T05:18:25.9935438Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:25.9995579Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.0053932Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.0309535Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.025s) 2022-05-18T05:18:26.0570340Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.026s) 2022-05-18T05:18:26.0724483Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-05-18T05:18:26.0878761Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-05-18T05:18:26.1027546Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-05-18T05:18:26.1119588Z test_expanded_weight_forward_nn_functional_embedding_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.009s) 2022-05-18T05:18:26.1208390Z test_expanded_weight_forward_nn_functional_embedding_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.009s) 2022-05-18T05:18:26.1300358Z test_expanded_weight_forward_nn_functional_embedding_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.009s) 2022-05-18T05:18:26.1387401Z test_expanded_weight_forward_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.009s) 2022-05-18T05:18:26.1451725Z test_expanded_weight_forward_nn_functional_group_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.1515127Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.1579649Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.1642833Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.1790401Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-05-18T05:18:26.1935172Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2022-05-18T05:18:26.2084476Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-05-18T05:18:26.2226213Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2022-05-18T05:18:26.2286127Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.2345921Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.2405458Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.2464455Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.4061409Z test_expanded_weight_forward_nn_functional_linear_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.159s) 2022-05-18T05:18:26.4221107Z test_expanded_weight_forward_nn_functional_linear_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-05-18T05:18:26.4329696Z test_expanded_weight_forward_nn_functional_linear_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-05-18T05:18:26.4439612Z test_expanded_weight_forward_nn_functional_linear_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-05-18T05:18:26.4546558Z test_expanded_weight_forward_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-05-18T05:18:26.4691497Z test_expanded_weight_per_sample_grad_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2022-05-18T05:18:26.5107747Z test_expanded_weight_per_sample_grad_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.041s) 2022-05-18T05:18:26.5165891Z test_expanded_weight_per_sample_grad_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-05-18T05:18:26.5301714Z test_expanded_weight_per_sample_grad_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.013s) 2022-05-18T05:18:26.5690676Z test_expanded_weight_per_sample_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.039s) 2022-05-18T05:18:26.5796229Z test_expanded_weight_per_sample_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-05-18T05:18:26.6107597Z test_expanded_weight_per_sample_grad_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.031s) 2022-05-18T05:18:26.6154598Z test_group_norm_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2022-05-18T05:18:26.6998238Z test_small_model_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.084s) 2022-05-18T05:18:26.7043494Z test_unsupported_expand_weights_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-05-18T05:18:26.7122753Z test_unsupported_expand_weights_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-05-18T05:18:26.7159108Z test_unsupported_expand_weights_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-05-18T05:18:26.7201564Z test_unsupported_expand_weights_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-05-18T05:18:26.7269289Z test_unsupported_expand_weights_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-05-18T05:18:26.7318377Z test_unsupported_expand_weights_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2022-05-18T05:18:26.7401226Z test_unsupported_expand_weights_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-05-18T05:18:26.7458665Z test_forward_helper_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.005s) 2022-05-18T05:18:26.7500253Z test_forward_helper_failure_args_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.004s) 2022-05-18T05:18:26.7518702Z test_set_grad_sample_if_exists_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-05-18T05:18:26.7535476Z test_set_grad_sample_if_exists_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-05-18T05:18:26.7566507Z test_sum_over_all_but_batch_and_last_n_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.003s) 2022-05-18T05:18:26.7590641Z test_unpack_expanded_weight_or_tensor_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-05-18T05:18:26.7606194Z test_unpack_expanded_weight_or_tensor_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2022-05-18T05:18:26.7622845Z test_unpack_expanded_weight_or_tensor_with_custom_function_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-05-18T05:18:26.7665041Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.7703607Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.7763149Z test_Conv1d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:26.8037685Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.027s) 2022-05-18T05:18:26.8086442Z test_Conv1d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.8147024Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:26.8180452Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8228667Z test_Conv1d_pad1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.8273812Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.8305149Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8349327Z test_Conv1d_pad1size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.8384808Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8417357Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8465636Z test_Conv1d_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.8509858Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.8538857Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8582609Z test_Conv1d_pad2size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.8618278Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8651774Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8703040Z test_Conv1d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.8754076Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.8796610Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.8848794Z test_Conv1d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.8898573Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.8931436Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.8980126Z test_Conv1d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.9037570Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:26.9049181Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:26.9060839Z test_Conv1d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:26.9070356Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:26.9103413Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.9152492Z test_Conv1d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.9203888Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.9244901Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.9295356Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.9363761Z test_Conv2d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-05-18T05:18:26.9422506Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:26.9471658Z test_Conv2d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.9505709Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.9553896Z test_Conv2d_dilated_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.9599547Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.9645147Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.9674968Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.9717046Z test_Conv2d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.9757931Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.9791375Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.9840125Z test_Conv2d_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:26.9885646Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:26.9919562Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:26.9970056Z test_Conv2d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.0036808Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:27.0077401Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.0129334Z test_Conv2d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.0194879Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:27.0228487Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.0276723Z test_Conv2d_strided_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.0321954Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.0332390Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.0343319Z test_Conv2d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.0352370Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.0385669Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.0434222Z test_Conv2d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.0482768Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.0520914Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.0553022Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.0592310Z test_Conv3d_1x1x1_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.0628456Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.0674207Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.0753061Z test_Conv3d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-05-18T05:18:27.0817259Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:27.0861686Z test_Conv3d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.0913242Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.0946274Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.0985990Z test_Conv3d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.1027343Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.1063804Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1114292Z test_Conv3d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1163171Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1197319Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1245938Z test_Conv3d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1297767Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1339549Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.1389178Z test_Conv3d_stride_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1434914Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.1444578Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.1454486Z test_Conv3d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.1463153Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.1496498Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1544500Z test_Conv3d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1585319Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.1607599Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.1639756Z test_Embedding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1673675Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1722164Z test_Embedding_discontiguous_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1755667Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1776825Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.1812772Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1846664Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.1900022Z test_GroupNorm_1d_affine_GN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.1938571Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.1993671Z test_GroupNorm_1d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.2632335Z test_GroupNorm_1d_affine_large_batch_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.064s) 2022-05-18T05:18:27.2670467Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.2696420Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.2738174Z test_GroupNorm_1d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.2763166Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.2788799Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.2827934Z test_GroupNorm_1d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.2852757Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.2887628Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.2943134Z test_GroupNorm_2d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.3000038Z test_GroupNorm_2d_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T05:18:27.3037709Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.3063550Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.3103930Z test_GroupNorm_2d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.3128673Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.3154005Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.3193674Z test_GroupNorm_2d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.3220093Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.3266344Z test_GroupNorm_2d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.3302083Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.3352740Z test_LayerNorm_1d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.3389617Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.3399360Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.3409567Z test_LayerNorm_1d_empty_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.3418580Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T05:18:27.3443887Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.3480102Z test_LayerNorm_1d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.3504977Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.3538498Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.3589006Z test_LayerNorm_3d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T05:18:27.3625159Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.3850122Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.022s) 2022-05-18T05:18:27.4094961Z test_LayerNorm_3d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.025s) 2022-05-18T05:18:27.4203142Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-05-18T05:18:27.4230940Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.4268519Z test_LayerNorm_3d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.4293104Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T05:18:27.4327555Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.4399271Z test_Linear_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-05-18T05:18:27.4434381Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.4446065Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-05-18T05:18:27.4456660Z test_Linear_no_batch_dim_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-05-18T05:18:27.4466394Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-05-18T05:18:27.4496328Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.4542534Z test_Linear_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.4572781Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T05:18:27.4613412Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T05:18:27.4615081Z 2022-05-18T05:18:27.4615665Z ---------------------------------------------------------------------- 2022-05-18T05:18:27.4616039Z Ran 204 tests in 2.061s 2022-05-18T05:18:27.4616219Z 2022-05-18T05:18:27.4616346Z OK (skipped=19) 2022-05-18T05:18:27.4616507Z 2022-05-18T05:18:27.4616641Z Generating XML reports... 2022-05-18T05:18:27.4695358Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCUDA-20220518051825.xml 2022-05-18T05:18:27.4705256Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCUDA-20220518051825.xml 2022-05-18T05:18:27.4845336Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220518051825.xml 2022-05-18T05:18:27.8459938Z Running test_jit_autocast ... [2022-05-18 05:18:27.845468] 2022-05-18T05:18:27.8460880Z Executing ['/opt/conda/bin/python', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:27.845573] 2022-05-18T05:18:31.1306956Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-05-18T05:18:31.2378200Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-05-18T05:18:31.2400425Z 2022-05-18T05:18:31.2400688Z Running tests... 2022-05-18T05:18:31.2401125Z ---------------------------------------------------------------------- 2022-05-18T05:18:31.5679898Z test_autocast_api (__main__.TestAutocast) ... ok (0.328s) 2022-05-18T05:18:31.5690332Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-05-18T05:18:31.9034452Z test_autocast_autodiff (__main__.TestAutocast) ... ok (0.334s) 2022-05-18T05:18:31.9041429Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-05-18T05:18:31.9089820Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... ok (0.005s) 2022-05-18T05:18:31.9547255Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... ok (0.046s) 2022-05-18T05:18:31.9743938Z test_callees (__main__.TestAutocast) ... ok (0.020s) 2022-05-18T05:18:31.9951697Z test_callees_with_autocast_off (__main__.TestAutocast) ... ok (0.021s) 2022-05-18T05:18:32.0157158Z test_callees_with_autocast_on (__main__.TestAutocast) ... ok (0.020s) 2022-05-18T05:18:32.0354108Z test_conditional_autocast (__main__.TestAutocast) ... ok (0.020s) 2022-05-18T05:18:32.0364896Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-05-18T05:18:32.0543730Z test_divergent_autocast (__main__.TestAutocast) ... ok (0.018s) 2022-05-18T05:18:32.0734737Z test_divergent_types (__main__.TestAutocast) ... ok (0.019s) 2022-05-18T05:18:32.0892465Z test_duplicate_inputs (__main__.TestAutocast) ... ok (0.016s) 2022-05-18T05:18:32.0958296Z test_eager_and_script (__main__.TestAutocast) ... ok (0.006s) 2022-05-18T05:18:32.1135257Z test_explicit_casts (__main__.TestAutocast) ... ok (0.018s) 2022-05-18T05:18:32.1283172Z test_fp32_policy (__main__.TestAutocast) ... ok (0.015s) 2022-05-18T05:18:32.1429428Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... ok (0.014s) 2022-05-18T05:18:32.1604942Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... ok (0.017s) 2022-05-18T05:18:32.1781147Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... ok (0.018s) 2022-05-18T05:18:32.1939593Z test_implicitly_nested_autocast (__main__.TestAutocast) ... ok (0.016s) 2022-05-18T05:18:32.2128876Z test_inplace (__main__.TestAutocast) ... ok (0.019s) 2022-05-18T05:18:32.2137605Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... skip: CPU-only test (0.001s) 2022-05-18T05:18:32.2993421Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... ok (0.085s) 2022-05-18T05:18:32.3508300Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... ok (0.051s) 2022-05-18T05:18:32.3720661Z test_jit_executor_under_autocast (__main__.TestAutocast) ... ok (0.021s) 2022-05-18T05:18:32.4044650Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... ok (0.032s) 2022-05-18T05:18:32.4298934Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... ok (0.025s) 2022-05-18T05:18:32.4307150Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-05-18T05:18:32.4465428Z test_minimal (__main__.TestAutocast) ... ok (0.016s) 2022-05-18T05:18:32.4619282Z test_minimal_cpu (__main__.TestAutocast) ... ok (0.015s) 2022-05-18T05:18:32.4766582Z test_minimal_off (__main__.TestAutocast) ... ok (0.015s) 2022-05-18T05:18:32.4948035Z test_nested_autocast (__main__.TestAutocast) ... ok (0.018s) 2022-05-18T05:18:32.5109665Z test_promote_policy (__main__.TestAutocast) ... ok (0.016s) 2022-05-18T05:18:32.5262850Z test_promote_policy_fp64 (__main__.TestAutocast) ... ok (0.015s) 2022-05-18T05:18:32.5437447Z test_reused_autocast (__main__.TestAutocast) ... ok (0.017s) 2022-05-18T05:18:32.5448132Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-05-18T05:18:32.5630042Z test_runtime_autocast_state (__main__.TestAutocast) ... ok (0.018s) 2022-05-18T05:18:32.5818598Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... ok (0.019s) 2022-05-18T05:18:32.6037534Z test_script_and_tracing (__main__.TestAutocast) ... ok (0.022s) 2022-05-18T05:18:32.6047255Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-05-18T05:18:32.6307211Z test_script_module (__main__.TestAutocast) ... ok (0.026s) 2022-05-18T05:18:32.6589044Z test_tracing_and_script (__main__.TestAutocast) ... ok (0.028s) 2022-05-18T05:18:32.6598176Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-05-18T05:18:32.6600623Z 2022-05-18T05:18:32.6601185Z ---------------------------------------------------------------------- 2022-05-18T05:18:32.6601541Z Ran 44 tests in 1.420s 2022-05-18T05:18:32.6601719Z 2022-05-18T05:18:32.6601836Z OK (skipped=8) 2022-05-18T05:18:32.6601998Z 2022-05-18T05:18:32.6602118Z Generating XML reports... 2022-05-18T05:18:32.6671524Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220518051831.xml 2022-05-18T05:18:33.0268469Z Running test_prims ... [2022-05-18 05:18:33.026318] 2022-05-18T05:18:33.0269103Z Executing ['/opt/conda/bin/python', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:18:33.026433] 2022-05-18T05:18:35.5056839Z Test results will be stored in test-reports/python-unittest/test_prims 2022-05-18T05:18:35.5074128Z 2022-05-18T05:18:35.5074452Z Running tests... 2022-05-18T05:18:35.5074918Z ---------------------------------------------------------------------- 2022-05-18T05:18:35.5089565Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.001s) 2022-05-18T05:18:35.5115617Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.002s) 2022-05-18T05:18:36.3541031Z test_broadcast_in_dim_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.842s) 2022-05-18T05:18:36.3541321Z 2022-05-18T05:18:36.3542554Z ---------------------------------------------------------------------- 2022-05-18T05:18:36.3542953Z Ran 3 tests in 0.847s 2022-05-18T05:18:36.3543126Z 2022-05-18T05:18:36.3543233Z OK 2022-05-18T05:18:36.3543372Z 2022-05-18T05:18:36.3543505Z Generating XML reports... 2022-05-18T05:18:36.3577656Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220518051835.xml 2022-05-18T05:18:36.3581143Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCUDA-20220518051835.xml 2022-05-18T05:18:36.5991381Z Running test_cpp_extensions_aot_ninja ... [2022-05-18 05:18:36.598634] 2022-05-18T05:18:38.3572830Z running install 2022-05-18T05:18:38.3573735Z /opt/conda/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-05-18T05:18:38.3574622Z warnings.warn( 2022-05-18T05:18:38.3703757Z running build 2022-05-18T05:18:38.3704057Z running build_py 2022-05-18T05:18:38.4506939Z creating build 2022-05-18T05:18:38.4507805Z creating build/lib.linux-x86_64-cpython-39 2022-05-18T05:18:38.4508300Z creating build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension 2022-05-18T05:18:38.4509086Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension 2022-05-18T05:18:38.4511111Z running build_ext 2022-05-18T05:18:38.5067063Z building 'torch_test_cpp_extension.cpp' extension 2022-05-18T05:18:38.5068429Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39 2022-05-18T05:18:38.5549398Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:18:38.5551363Z Compiling objects... 2022-05-18T05:18:38.5551698Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:19:06.7609330Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -I/opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-05-18T05:19:06.7736425Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/extension.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cpp.cpython-39-x86_64-linux-gnu.so 2022-05-18T05:19:07.1273177Z building 'torch_test_cpp_extension.ort' extension 2022-05-18T05:19:07.1754505Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:19:07.1766663Z Compiling objects... 2022-05-18T05:19:07.1768707Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:19:36.2312564Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -I/opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-05-18T05:19:36.2382038Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/ort_extension.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/ort.cpython-39-x86_64-linux-gnu.so 2022-05-18T05:19:36.5983026Z building 'torch_test_cpp_extension.rng' extension 2022-05-18T05:19:36.6488176Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:19:36.6489382Z Compiling objects... 2022-05-18T05:19:36.6489691Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:20:07.0888924Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -I/opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-05-18T05:20:07.0892666Z In file included from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-05-18T05:20:07.0893650Z from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/cpu/vec/vec.h:4, 2022-05-18T05:20:07.0895121Z from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/native/cpu/Loops.h:36, 2022-05-18T05:20:07.0911489Z from /opt/conda/lib/python3.9/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-05-18T05:20:07.0912460Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-05-18T05:20:07.0913751Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/cpu/vec/vec_base.h:974:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-05-18T05:20:07.0914202Z # pragma unroll 2022-05-18T05:20:07.0914444Z 2022-05-18T05:20:07.0973113Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/rng_extension.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/rng.cpython-39-x86_64-linux-gnu.so 2022-05-18T05:20:07.4450963Z building 'torch_test_cpp_extension.cuda' extension 2022-05-18T05:20:07.4936820Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:20:07.4941001Z Compiling objects... 2022-05-18T05:20:07.4941451Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:20:35.1779597Z [1/3] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cuda_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -I/opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cuda_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-05-18T05:20:35.5820849Z [2/3] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension_kernel2.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cuda_extension_kernel2.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-05-18T05:20:35.5823020Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:20:35.5823321Z 2022-05-18T05:20:35.5823716Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:20:35.5824033Z 2022-05-18T05:20:35.5824419Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:20:35.5824721Z 2022-05-18T05:20:35.7440298Z [3/3] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension_kernel.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cuda_extension_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-05-18T05:20:35.7442643Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:20:35.7442974Z 2022-05-18T05:20:35.7443369Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:20:35.7443677Z 2022-05-18T05:20:35.7444063Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:20:35.7444367Z 2022-05-18T05:20:35.7511217Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cuda_extension.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cuda_extension_kernel.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cuda_extension_kernel2.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cuda.cpython-39-x86_64-linux-gnu.so 2022-05-18T05:20:36.1423885Z building 'torch_test_cpp_extension.torch_library' extension 2022-05-18T05:20:36.1908187Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:20:36.1911797Z Compiling objects... 2022-05-18T05:20:36.1912378Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:22:12.9516137Z [1/1] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/torch_library.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/torch_library.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=torch_library -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-05-18T05:22:12.9518268Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:22:12.9518594Z 2022-05-18T05:22:12.9519344Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:22:12.9519908Z 2022-05-18T05:22:12.9520807Z /opt/conda/lib/python3.9/site-packages/torch/include/ATen/Context.h(25): warning: attribute "__visibility__" does not apply here 2022-05-18T05:22:12.9521351Z 2022-05-18T05:22:12.9587780Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/torch_library.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/torch_library.cpython-39-x86_64-linux-gnu.so 2022-05-18T05:22:13.2115630Z building 'torch_test_cpp_extension.cublas_extension' extension 2022-05-18T05:22:13.2604325Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:22:13.2605916Z Compiling objects... 2022-05-18T05:22:13.2606231Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:22:32.2538286Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cublas_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -I/opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cublas_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cublas_extension.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cublas_extension -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-05-18T05:22:32.2609556Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cublas_extension.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -L/usr/local/cuda/lib64 -lcublas -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cublas_extension.cpython-39-x86_64-linux-gnu.so 2022-05-18T05:22:32.5212538Z building 'torch_test_cpp_extension.cusolver_extension' extension 2022-05-18T05:22:32.5695606Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:22:32.5698211Z Compiling objects... 2022-05-18T05:22:32.5699044Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:22:51.7120388Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cusolver_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -I/opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cusolver_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cusolver_extension.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cusolver_extension -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-05-18T05:22:51.7192140Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-39/cusolver_extension.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -L/usr/local/cuda/lib64 -lcusolver -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cusolver_extension.cpython-39-x86_64-linux-gnu.so 2022-05-18T05:22:51.9828714Z running install_lib 2022-05-18T05:22:52.0648899Z creating install 2022-05-18T05:22:52.0649427Z creating install/opt 2022-05-18T05:22:52.0649934Z creating install/opt/conda 2022-05-18T05:22:52.0650406Z creating install/opt/conda/lib 2022-05-18T05:22:52.0650949Z creating install/opt/conda/lib/python3.9 2022-05-18T05:22:52.0651793Z creating install/opt/conda/lib/python3.9/site-packages 2022-05-18T05:22:52.0652626Z creating install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0653793Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0656061Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cpp.cpython-39-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0726031Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/ort.cpython-39-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0795788Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/rng.cpython-39-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0871856Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cuda.cpython-39-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0941116Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/torch_library.cpython-39-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0943574Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cublas_extension.cpython-39-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0945670Z copying build/lib.linux-x86_64-cpython-39/torch_test_cpp_extension/cusolver_extension.cpython-39-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension 2022-05-18T05:22:52.0956154Z byte-compiling ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-39.pyc 2022-05-18T05:22:52.0958860Z running install_egg_info 2022-05-18T05:22:52.2607773Z running egg_info 2022-05-18T05:22:52.2608448Z creating torch_test_cpp_extension.egg-info 2022-05-18T05:22:52.3402043Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-05-18T05:22:52.4160604Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-05-18T05:22:52.8633311Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-05-18T05:22:52.8633875Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:22:52.8689878Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:22:52.8697833Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:22:52.8698951Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.9/site-packages/torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-05-18T05:22:52.8705150Z running install_scripts 2022-05-18T05:22:54.7222049Z running install 2022-05-18T05:22:54.7223235Z /opt/conda/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-05-18T05:22:54.7223778Z warnings.warn( 2022-05-18T05:22:54.7353613Z running build 2022-05-18T05:22:54.7353864Z running build_ext 2022-05-18T05:22:54.7855006Z building 'no_python_abi_suffix_test' extension 2022-05-18T05:22:54.7855462Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-05-18T05:22:54.7856117Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-39 2022-05-18T05:22:54.8327228Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-39/build.ninja... 2022-05-18T05:22:54.8328735Z Compiling objects... 2022-05-18T05:22:54.8329063Z Using envvar MAX_JOBS (14) as the number of workers... 2022-05-18T05:22:54.9509805Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-39/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -I/opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.9/site-packages/torch/include -I/opt/conda/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.9/site-packages/torch/include/TH -I/opt/conda/lib/python3.9/site-packages/torch/include/THC -I/opt/conda/include/python3.9 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-39/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-05-18T05:22:54.9569836Z creating build/lib.linux-x86_64-cpython-39 2022-05-18T05:22:54.9573215Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-39/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-39/no_python_abi_suffix_test.so 2022-05-18T05:22:55.0267601Z running install_lib 2022-05-18T05:22:55.1080234Z creating install 2022-05-18T05:22:55.1080623Z creating install/opt 2022-05-18T05:22:55.1081149Z creating install/opt/conda 2022-05-18T05:22:55.1081428Z creating install/opt/conda/lib 2022-05-18T05:22:55.1081744Z creating install/opt/conda/lib/python3.9 2022-05-18T05:22:55.1082264Z creating install/opt/conda/lib/python3.9/site-packages 2022-05-18T05:22:55.1082853Z copying build/lib.linux-x86_64-cpython-39/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.9/site-packages 2022-05-18T05:22:55.1089842Z running install_egg_info 2022-05-18T05:22:55.2726312Z running egg_info 2022-05-18T05:22:55.2726951Z creating no_python_abi_suffix_test.egg-info 2022-05-18T05:22:55.3511454Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-05-18T05:22:55.4236346Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-05-18T05:22:55.8658416Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-05-18T05:22:55.8659255Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:22:55.8716484Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:22:55.8723548Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:22:55.8724475Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.9/site-packages/no_python_abi_suffix_test-0.0.0-py3.9.egg-info 2022-05-18T05:22:55.8730873Z running install_scripts 2022-05-18T05:22:56.1445808Z Executing ['/opt/conda/bin/python', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:22:56.144010] 2022-05-18T05:22:58.9467527Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-05-18T05:22:58.9487518Z 2022-05-18T05:22:58.9488043Z Running tests... 2022-05-18T05:22:58.9488830Z ---------------------------------------------------------------------- 2022-05-18T05:22:58.9662602Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.017s) 2022-05-18T05:22:59.1358224Z test_cublas_extension (__main__.TestCppExtensionAOT) ... ok (0.169s) 2022-05-18T05:22:59.1384404Z test_cuda_extension (__main__.TestCppExtensionAOT) ... ok (0.003s) 2022-05-18T05:22:59.3399825Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... ok (0.201s) 2022-05-18T05:22:59.3413504Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:22:59.3427815Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:22:59.3445335Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-05-18T05:22:59.3453791Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:22:59.3468743Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-05-18T05:22:59.3492074Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-05-18T05:22:59.3552132Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-05-18T05:22:59.3570139Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-05-18T05:22:59.3607419Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-05-18T05:22:59.4292965Z test_torch_library (__main__.TestTorchLibrary) ... ok (0.068s) 2022-05-18T05:22:59.4296615Z 2022-05-18T05:22:59.4297251Z ---------------------------------------------------------------------- 2022-05-18T05:22:59.4297585Z Ran 14 tests in 0.481s 2022-05-18T05:22:59.4297766Z 2022-05-18T05:22:59.4297860Z OK 2022-05-18T05:22:59.4301572Z 2022-05-18T05:22:59.4301991Z Generating XML reports... 2022-05-18T05:22:59.4347774Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220518052258.xml 2022-05-18T05:22:59.4354973Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220518052258.xml 2022-05-18T05:22:59.4358774Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220518052258.xml 2022-05-18T05:22:59.4362480Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220518052258.xml 2022-05-18T05:22:59.8083828Z Running test_nestedtensor ... [2022-05-18 05:22:59.807856] 2022-05-18T05:22:59.8084567Z Executing ['/opt/conda/bin/python', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:22:59.807959] 2022-05-18T05:23:02.2554209Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-05-18T05:23:02.2576645Z 2022-05-18T05:23:02.2576904Z Running tests... 2022-05-18T05:23:02.2577333Z ---------------------------------------------------------------------- 2022-05-18T05:23:02.2596268Z test_activations (__main__.TestNestedTensor) ... /var/lib/jenkins/workspace/test/test_nestedtensor.py:198: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:52.) 2022-05-18T05:23:02.2597041Z nt = nested_tensor([t]) 2022-05-18T05:23:02.2624673Z ok (0.005s) 2022-05-18T05:23:02.2645098Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-05-18T05:23:02.2659460Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T05:23:02.2686938Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.003s) 2022-05-18T05:23:02.2699139Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T05:23:02.2764819Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-05-18T05:23:02.2791124Z test_numel (__main__.TestNestedTensor) ... ok (0.003s) 2022-05-18T05:23:02.2826715Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-05-18T05:23:02.2853998Z test_size (__main__.TestNestedTensor) ... ok (0.003s) 2022-05-18T05:23:02.2881436Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-05-18T05:23:02.2892758Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T05:23:02.2908604Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T05:23:02.2923546Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T05:23:02.2939495Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T05:23:02.2954714Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T05:23:02.2992595Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.004s) 2022-05-18T05:23:02.3020496Z test_device_checks_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-05-18T05:23:02.3088194Z test_embedding_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-05-18T05:23:02.3291280Z test_layer_norm_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:23:02.3492580Z test_layer_norm_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-05-18T05:23:02.3531858Z test_nested_tensor_add_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3569634Z test_nested_tensor_add_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3607303Z test_nested_tensor_add_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3645533Z test_nested_tensor_add_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3685906Z test_nested_tensor_mul_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3723743Z test_nested_tensor_mul_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3761651Z test_nested_tensor_mul_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3799197Z test_nested_tensor_mul_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3831814Z test_to_padded_tensor_dim2_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:23:02.3863395Z test_to_padded_tensor_dim2_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:23:02.3899651Z test_to_padded_tensor_dim2_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.3931141Z test_to_padded_tensor_dim3_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:23:02.3963877Z test_to_padded_tensor_dim3_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:23:02.3995325Z test_to_padded_tensor_dim3_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-05-18T05:23:02.4031825Z test_to_padded_tensor_dim4_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.4069348Z test_to_padded_tensor_dim4_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.4105581Z test_to_padded_tensor_dim4_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.4150017Z test_to_padded_tensor_output_size_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.4196382Z test_to_padded_tensor_output_size_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-05-18T05:23:02.4236718Z test_to_padded_tensor_simple_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.4277681Z test_to_padded_tensor_simple_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.4317686Z test_to_then_from_padded_tensor_no_transform0213_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-05-18T05:23:02.4318295Z 2022-05-18T05:23:02.4318919Z ---------------------------------------------------------------------- 2022-05-18T05:23:02.4319736Z Ran 42 tests in 0.174s 2022-05-18T05:23:02.4320029Z 2022-05-18T05:23:02.4320180Z OK 2022-05-18T05:23:02.4320738Z 2022-05-18T05:23:02.4321112Z Generating XML reports... 2022-05-18T05:23:02.4369772Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220518052302.xml 2022-05-18T05:23:02.4398844Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCUDA-20220518052302.xml 2022-05-18T05:23:02.6861365Z Running lazy/test_ts_opinfo ... [2022-05-18 05:23:02.685586] 2022-05-18T05:23:02.6862074Z Executing ['/opt/conda/bin/python', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:23:02.685697] 2022-05-18T05:23:05.6602077Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-05-18T05:23:05.6620121Z 2022-05-18T05:23:05.6620738Z Running tests... 2022-05-18T05:23:05.6621232Z ---------------------------------------------------------------------- 2022-05-18T05:23:05.7551016Z testConvolutionBackward (__main__.TestLazyTensor) ... ok (0.093s) 2022-05-18T05:23:05.7551507Z 2022-05-18T05:23:05.7552062Z ---------------------------------------------------------------------- 2022-05-18T05:23:05.7552677Z Ran 1 test in 0.093s 2022-05-18T05:23:05.7552953Z 2022-05-18T05:23:05.7553116Z OK 2022-05-18T05:23:05.7553357Z 2022-05-18T05:23:05.7553580Z Generating XML reports... 2022-05-18T05:23:05.7587167Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220518052305.xml 2022-05-18T05:23:06.0720934Z Running test_complex ... [2022-05-18 05:23:06.071508] 2022-05-18T05:23:06.0721978Z Executing ['/opt/conda/bin/python', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:23:06.071617] 2022-05-18T05:23:08.5164545Z Test results will be stored in test-reports/python-unittest/test_complex 2022-05-18T05:23:08.5181890Z 2022-05-18T05:23:08.5182209Z Running tests... 2022-05-18T05:23:08.5182632Z ---------------------------------------------------------------------- 2022-05-18T05:23:08.5216058Z test_dtype_inference_cuda_float32 (__main__.TestComplexTensorCUDA) ... ok (0.003s) 2022-05-18T05:23:08.5235329Z test_dtype_inference_cuda_float64 (__main__.TestComplexTensorCUDA) ... ok (0.002s) 2022-05-18T05:23:08.5255838Z test_to_list_cuda_complex128 (__main__.TestComplexTensorCUDA) ... ok (0.002s) 2022-05-18T05:23:08.5275373Z test_to_list_cuda_complex64 (__main__.TestComplexTensorCUDA) ... ok (0.002s) 2022-05-18T05:23:08.5275640Z 2022-05-18T05:23:08.5275958Z ---------------------------------------------------------------------- 2022-05-18T05:23:08.5276571Z Ran 4 tests in 0.009s 2022-05-18T05:23:08.5276770Z 2022-05-18T05:23:08.5276868Z OK 2022-05-18T05:23:08.5277008Z 2022-05-18T05:23:08.5277118Z Generating XML reports... 2022-05-18T05:23:08.5312071Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCUDA-20220518052308.xml 2022-05-18T05:23:08.7645779Z Running test_cuda_primary_ctx ... [2022-05-18 05:23:08.763994] 2022-05-18T05:23:08.7646925Z Executing ['/opt/conda/bin/python', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:23:08.764119] 2022-05-18T05:23:09.6105224Z 2022-05-18T05:23:09.6106079Z , <__main__.TestCudaPrimaryCtx testMethod=test_pin_memory>, <__main__.TestCudaPrimaryCtx testMethod=test_str_repr>]> 2022-05-18T05:23:09.6107152Z test_copy (__main__.TestCudaPrimaryCtx) 2022-05-18T05:23:09.6107506Z test_pin_memory (__main__.TestCudaPrimaryCtx) 2022-05-18T05:23:09.6107851Z test_str_repr (__main__.TestCudaPrimaryCtx) 2022-05-18T05:23:10.4542582Z Test results will be stored in test-reports/python-unittest/test_cuda_primary_ctx 2022-05-18T05:23:10.4557165Z 2022-05-18T05:23:10.4557687Z Running tests... 2022-05-18T05:23:10.4558477Z ---------------------------------------------------------------------- 2022-05-18T05:23:10.4566418Z test_copy (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.001s) 2022-05-18T05:23:10.4566695Z 2022-05-18T05:23:10.4567005Z ---------------------------------------------------------------------- 2022-05-18T05:23:10.4567334Z Ran 1 test in 0.001s 2022-05-18T05:23:10.4567503Z 2022-05-18T05:23:10.4567619Z OK (skipped=1) 2022-05-18T05:23:10.4567781Z 2022-05-18T05:23:10.4567910Z Generating XML reports... 2022-05-18T05:23:10.4601553Z Generated XML report: test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220518052310.xml 2022-05-18T05:23:11.4241757Z Test results will be stored in test-reports/python-unittest/test_cuda_primary_ctx 2022-05-18T05:23:11.4256541Z 2022-05-18T05:23:11.4257051Z Running tests... 2022-05-18T05:23:11.4257579Z ---------------------------------------------------------------------- 2022-05-18T05:23:11.4276148Z test_pin_memory (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.002s) 2022-05-18T05:23:11.4277271Z 2022-05-18T05:23:11.4277777Z ---------------------------------------------------------------------- 2022-05-18T05:23:11.4278353Z Ran 1 test in 0.002s 2022-05-18T05:23:11.4278522Z 2022-05-18T05:23:11.4278642Z OK (skipped=1) 2022-05-18T05:23:11.4278799Z 2022-05-18T05:23:11.4278934Z Generating XML reports... 2022-05-18T05:23:11.4311751Z Generated XML report: test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220518052311.xml 2022-05-18T05:23:12.3871189Z Test results will be stored in test-reports/python-unittest/test_cuda_primary_ctx 2022-05-18T05:23:12.3885404Z 2022-05-18T05:23:12.3885816Z Running tests... 2022-05-18T05:23:12.3886327Z ---------------------------------------------------------------------- 2022-05-18T05:23:12.3893864Z test_str_repr (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.001s) 2022-05-18T05:23:12.3894556Z 2022-05-18T05:23:12.3894948Z ---------------------------------------------------------------------- 2022-05-18T05:23:12.3895480Z Ran 1 test in 0.001s 2022-05-18T05:23:12.3895749Z 2022-05-18T05:23:12.3895873Z OK (skipped=1) 2022-05-18T05:23:12.3896034Z 2022-05-18T05:23:12.3896166Z Generating XML reports... 2022-05-18T05:23:12.3929893Z Generated XML report: test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220518052312.xml 2022-05-18T05:23:12.6369411Z Running test_vulkan ... [2022-05-18 05:23:12.636386] 2022-05-18T05:23:12.6370082Z Executing ['/opt/conda/bin/python', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:23:12.636490] 2022-05-18T05:23:13.4891072Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-05-18T05:23:13.4906387Z 2022-05-18T05:23:13.4906613Z Running tests... 2022-05-18T05:23:13.4907059Z ---------------------------------------------------------------------- 2022-05-18T05:23:13.4948692Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.004s) 2022-05-18T05:23:13.4949021Z 2022-05-18T05:23:13.4949303Z ---------------------------------------------------------------------- 2022-05-18T05:23:13.4949647Z Ran 1 test in 0.004s 2022-05-18T05:23:13.4949820Z 2022-05-18T05:23:13.4949936Z OK (skipped=1) 2022-05-18T05:23:13.4950096Z 2022-05-18T05:23:13.4950209Z Generating XML reports... 2022-05-18T05:23:13.4985015Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220518052313.xml 2022-05-18T05:23:13.6090054Z Running distributions/test_constraints ... [2022-05-18 05:23:13.608432] 2022-05-18T05:23:13.6091142Z Executing ['/opt/conda/bin/python', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-05-18 05:23:13.608545] 2022-05-18T05:23:14.3984510Z ============================= test session starts ============================== 2022-05-18T05:23:14.3985091Z platform linux -- Python 3.9.12, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-05-18T05:23:14.4038770Z cachedir: .pytest_cache 2022-05-18T05:23:14.4039628Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-05-18T05:23:14.4040149Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-05-18T05:23:14.4040548Z plugins: hypothesis-4.53.2 2022-05-18T05:23:16.6067734Z collecting ...  2022-05-18T05:23:16.6090100Z collecting 132 items  2022-05-18T05:23:16.6090572Z collected 132 items  2022-05-18T05:23:16.6097637Z 2022-05-18T05:23:16.6126570Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-05-18T05:23:16.6144243Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-05-18T05:23:16.6161397Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-05-18T05:23:16.6179753Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-05-18T05:23:16.6199564Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-05-18T05:23:16.6223401Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-05-18T05:23:16.6239833Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-05-18T05:23:16.6257751Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-05-18T05:23:16.6277134Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-05-18T05:23:16.6293875Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-05-18T05:23:16.6312440Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-05-18T05:23:16.6332123Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-05-18T05:23:16.6349327Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-05-18T05:23:16.6367793Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-05-18T05:23:16.6387769Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-05-18T05:23:16.6404249Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-05-18T05:23:16.6422636Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-05-18T05:23:16.6442407Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-05-18T05:23:16.6464944Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] PASSED [ 14%] 2022-05-18T05:23:16.6485451Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] PASSED [ 15%] 2022-05-18T05:23:16.6506463Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] PASSED [ 15%] 2022-05-18T05:23:16.6526130Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] PASSED [ 16%] 2022-05-18T05:23:17.0125675Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] PASSED [ 17%] 2022-05-18T05:23:17.0148982Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] PASSED [ 18%] 2022-05-18T05:23:17.0169015Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] PASSED [ 18%] 2022-05-18T05:23:17.0192007Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] PASSED [ 19%] 2022-05-18T05:23:17.0213432Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] PASSED [ 20%] 2022-05-18T05:23:17.0234431Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] PASSED [ 21%] 2022-05-18T05:23:17.0257616Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] PASSED [ 21%] 2022-05-18T05:23:17.4386815Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] PASSED [ 22%] 2022-05-18T05:23:17.4407380Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] PASSED [ 23%] 2022-05-18T05:23:17.4431140Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] PASSED [ 24%] 2022-05-18T05:23:17.4459063Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] PASSED [ 25%] 2022-05-18T05:23:17.4478599Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] PASSED [ 25%] 2022-05-18T05:23:17.4501853Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] PASSED [ 26%] 2022-05-18T05:23:17.4529210Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] PASSED [ 27%] 2022-05-18T05:23:17.4548234Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-05-18T05:23:17.4566644Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-05-18T05:23:17.4587970Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-05-18T05:23:17.4606536Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-05-18T05:23:17.4624999Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-05-18T05:23:17.4643304Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-05-18T05:23:17.4661984Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-05-18T05:23:17.4680203Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-05-18T05:23:17.4698769Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-05-18T05:23:17.4716814Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-05-18T05:23:17.4735250Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-05-18T05:23:17.4754038Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-05-18T05:23:17.4772249Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-05-18T05:23:17.4791089Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-05-18T05:23:17.4811780Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-05-18T05:23:17.4831895Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-05-18T05:23:17.4851400Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-05-18T05:23:17.4871121Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-05-18T05:23:17.4890682Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-05-18T05:23:17.4910137Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-05-18T05:23:17.4929447Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-05-18T05:23:17.4958138Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-05-18T05:23:17.4993222Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-05-18T05:23:17.5012141Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-05-18T05:23:17.5030487Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] PASSED [ 46%] 2022-05-18T05:23:17.5049239Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] PASSED [ 46%] 2022-05-18T05:23:17.5069660Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] PASSED [ 47%] 2022-05-18T05:23:17.5089940Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] PASSED [ 48%] 2022-05-18T05:23:17.5110724Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] PASSED [ 49%] 2022-05-18T05:23:17.5130581Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] PASSED [ 50%] 2022-05-18T05:23:17.5150899Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] PASSED [ 50%] 2022-05-18T05:23:17.5170837Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] PASSED [ 51%] 2022-05-18T05:23:17.5191222Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] PASSED [ 52%] 2022-05-18T05:23:17.5211201Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] PASSED [ 53%] 2022-05-18T05:23:17.5232289Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] PASSED [ 53%] 2022-05-18T05:23:17.5252337Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] PASSED [ 54%] 2022-05-18T05:23:17.5272642Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] PASSED [ 55%] 2022-05-18T05:23:17.5292488Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] PASSED [ 56%] 2022-05-18T05:23:17.5313267Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] PASSED [ 56%] 2022-05-18T05:23:17.5336483Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] PASSED [ 57%] 2022-05-18T05:23:17.5358723Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] PASSED [ 58%] 2022-05-18T05:23:17.5380985Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] PASSED [ 59%] 2022-05-18T05:23:17.5403991Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] PASSED [ 59%] 2022-05-18T05:23:17.5426577Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] PASSED [ 60%] 2022-05-18T05:23:17.5448587Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] PASSED [ 61%] 2022-05-18T05:23:17.5475120Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] PASSED [ 62%] 2022-05-18T05:23:17.5517405Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] PASSED [ 62%] 2022-05-18T05:23:17.5533921Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-05-18T05:23:17.5549660Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-05-18T05:23:17.5565523Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-05-18T05:23:17.5583351Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-05-18T05:23:17.5600076Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-05-18T05:23:17.5616913Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-05-18T05:23:17.5633698Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-05-18T05:23:17.5650427Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-05-18T05:23:17.5667600Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-05-18T05:23:17.5684210Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-05-18T05:23:17.5701234Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-05-18T05:23:17.5717917Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-05-18T05:23:17.5734594Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-05-18T05:23:17.5751505Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-05-18T05:23:17.5768110Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-05-18T05:23:17.5784818Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-05-18T05:23:17.5802242Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-05-18T05:23:17.5820381Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-05-18T05:23:17.5837933Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-05-18T05:23:17.5854968Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-05-18T05:23:17.5872734Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-05-18T05:23:17.5890431Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-05-18T05:23:17.5912228Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-05-18T05:23:17.5943191Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-05-18T05:23:17.5965552Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-05-18T05:23:17.5985071Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] PASSED [ 82%] 2022-05-18T05:23:17.6003041Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] PASSED [ 83%] 2022-05-18T05:23:17.6022370Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] PASSED [ 84%] 2022-05-18T05:23:17.6041922Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] PASSED [ 84%] 2022-05-18T05:23:17.6061608Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] PASSED [ 85%] 2022-05-18T05:23:17.6080552Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] PASSED [ 86%] 2022-05-18T05:23:17.6100270Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] PASSED [ 87%] 2022-05-18T05:23:17.6119816Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] PASSED [ 87%] 2022-05-18T05:23:17.6139547Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] PASSED [ 88%] 2022-05-18T05:23:17.6158620Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] PASSED [ 89%] 2022-05-18T05:23:17.6178646Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] PASSED [ 90%] 2022-05-18T05:23:17.6197751Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] PASSED [ 90%] 2022-05-18T05:23:17.6217917Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] PASSED [ 91%] 2022-05-18T05:23:17.6237141Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] PASSED [ 92%] 2022-05-18T05:23:17.6256852Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] PASSED [ 93%] 2022-05-18T05:23:17.6278581Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] PASSED [ 93%] 2022-05-18T05:23:17.6299366Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] PASSED [ 94%] 2022-05-18T05:23:17.6320016Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] PASSED [ 95%] 2022-05-18T05:23:17.6341933Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] PASSED [ 96%] 2022-05-18T05:23:17.6362559Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] PASSED [ 96%] 2022-05-18T05:23:17.6383597Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] PASSED [ 97%] 2022-05-18T05:23:17.6404202Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] PASSED [ 98%] 2022-05-18T05:23:17.6439056Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] PASSED [ 99%] 2022-05-18T05:23:17.6468756Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] PASSED [100%] 2022-05-18T05:23:17.6469145Z 2022-05-18T05:23:17.6469598Z =============================== warnings summary =============================== 2022-05-18T05:23:17.6471334Z ../../../../../opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_cuda.py:19 2022-05-18T05:23:17.6472375Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_cuda.py:19: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-05-18T05:23:17.6472964Z CUDA11OrLater = torch.version.cuda and LooseVersion(torch.version.cuda) >= "11.0" 2022-05-18T05:23:17.6473229Z 2022-05-18T05:23:17.6473683Z ../../../../../opt/conda/lib/python3.9/site-packages/setuptools/_distutils/version.py:351 2022-05-18T05:23:17.6474440Z /opt/conda/lib/python3.9/site-packages/setuptools/_distutils/version.py:351: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-05-18T05:23:17.6474927Z other = LooseVersion(other) 2022-05-18T05:23:17.6475104Z 2022-05-18T05:23:17.6475398Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-05-18T05:23:17.6475913Z =========================== short test summary info ============================ 2022-05-18T05:23:17.6476313Z SKIPPED [2] distributions/test_constraints.py:83: `biject_to` not implemented. 2022-05-18T05:23:17.6477352Z ================== 130 passed, 2 skipped, 2 warnings in 3.25s ================== 2022-05-18T05:23:17.9876655Z Running lazy/test_extract_compiled_graph ... [2022-05-18 05:23:17.987109] 2022-05-18T05:23:17.9877402Z Executing ['/opt/conda/bin/python', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:23:17.987242] 2022-05-18T05:23:18.9118384Z Running test_deploy ... [2022-05-18 05:23:18.911312] 2022-05-18T05:23:18.9119287Z Executing ['/opt/conda/bin/python', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-05-18 05:23:18.911419] 2022-05-18T05:23:19.3904264Z ============================= test session starts ============================== 2022-05-18T05:23:19.3904825Z platform linux -- Python 3.9.12, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-05-18T05:23:19.3923308Z cachedir: .pytest_cache 2022-05-18T05:23:19.3924197Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-05-18T05:23:19.3924710Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-05-18T05:23:19.3925340Z plugins: hypothesis-4.53.2 2022-05-18T05:23:20.1781775Z collecting ...  2022-05-18T05:23:20.1789525Z collecting 0 items  2022-05-18T05:23:20.1789988Z collected 1 item  2022-05-18T05:23:20.1794842Z 2022-05-18T05:23:21.6019881Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-05-18T05:23:21.6020461Z 2022-05-18T05:23:21.6021325Z =============================== warnings summary =============================== 2022-05-18T05:23:21.6022082Z test/test_deploy.py::TestFreezer::test_compile_string 2022-05-18T05:23:21.6023429Z /opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_cuda.py:19: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-05-18T05:23:21.6024550Z CUDA11OrLater = torch.version.cuda and LooseVersion(torch.version.cuda) >= "11.0" 2022-05-18T05:23:21.6025039Z 2022-05-18T05:23:21.6025387Z test/test_deploy.py::TestFreezer::test_compile_string 2022-05-18T05:23:21.6027058Z /opt/conda/lib/python3.9/site-packages/setuptools/_distutils/version.py:351: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-05-18T05:23:21.6028145Z other = LooseVersion(other) 2022-05-18T05:23:21.6028530Z 2022-05-18T05:23:21.6029208Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-05-18T05:23:21.6030432Z ======================== 1 passed, 2 warnings in 2.21s ========================= 2022-05-18T05:23:21.8466723Z Running test_mps ... [2022-05-18 05:23:21.846133] 2022-05-18T05:23:21.8467371Z Executing ['/opt/conda/bin/python', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:23:21.846241] 2022-05-18T05:23:24.2962844Z MPS not available, skipping tests 2022-05-18T05:23:24.2988744Z Test results will be stored in test-reports/python-unittest/test_mps 2022-05-18T05:23:24.3004224Z 2022-05-18T05:23:24.3004417Z Running tests... 2022-05-18T05:23:24.3005228Z ---------------------------------------------------------------------- 2022-05-18T05:23:24.3005571Z 2022-05-18T05:23:24.3005859Z ---------------------------------------------------------------------- 2022-05-18T05:23:24.3006178Z Ran 0 tests in 0.000s 2022-05-18T05:23:24.3006346Z 2022-05-18T05:23:24.3006441Z OK 2022-05-18T05:23:24.3006578Z 2022-05-18T05:23:24.3006707Z Generating XML reports... 2022-05-18T05:23:25.0419879Z 2022-05-18T05:23:25.0420509Z real 76m9.527s 2022-05-18T05:23:25.0420975Z user 87m26.789s 2022-05-18T05:23:25.0421378Z sys 8m59.374s 2022-05-18T05:23:25.0421615Z + assert_git_not_dirty 2022-05-18T05:23:25.0422334Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:23:25.0422977Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *xla* ]] 2022-05-18T05:23:25.0423855Z ++ git status --porcelain 2022-05-18T05:23:26.1194549Z + git_status= 2022-05-18T05:23:26.1194978Z + [[ -n '' ]] 2022-05-18T05:23:26.1195328Z + test_aten 2022-05-18T05:23:26.1196023Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *asan* ]] 2022-05-18T05:23:26.1196545Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:23:26.1196979Z + echo 'Running ATen tests with pytorch lib' 2022-05-18T05:23:26.1197300Z Running ATen tests with pytorch lib 2022-05-18T05:23:26.1197608Z + [[ -n '' ]] 2022-05-18T05:23:26.1197939Z + echo 'Running test with the build folder' 2022-05-18T05:23:26.1198236Z Running test with the build folder 2022-05-18T05:23:26.1198531Z + TEST_BASE_DIR=build/bin 2022-05-18T05:23:26.1198957Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default == *ppc64le* ]] 2022-05-18T05:23:26.1199719Z + ln -sf /opt/conda/lib/python3.9/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.9/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.9/site-packages/torch/lib/libc10d_cuda_test.so build/bin 2022-05-18T05:23:26.1210195Z + ln -sf /opt/conda/lib/python3.9/site-packages/torch/lib/libcaffe2_nvrtc.so build/bin 2022-05-18T05:23:26.1221112Z + ln -sf '/opt/conda/lib/python3.9/site-packages/torch/lib/libmkldnn*' build/bin 2022-05-18T05:23:26.1231450Z + ln -sf '/opt/conda/lib/python3.9/site-packages/torch/lib/libnccl*' build/bin 2022-05-18T05:23:26.1243356Z + ln -sf /opt/conda/lib/python3.9/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.9/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.9/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.9/site-packages/torch/lib/libtorch_cuda_linalg.so /opt/conda/lib/python3.9/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.9/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.9/site-packages/torch/lib/libtorchbind_test.so build/bin 2022-05-18T05:23:26.1255123Z + ln -sf '/opt/conda/lib/python3.9/site-packages/torch/lib/libtbb*' build/bin 2022-05-18T05:23:26.1265018Z + ls build/bin 2022-05-18T05:23:26.1279222Z CppSignature_test cuda_integer_divider_test 2022-05-18T05:23:26.1279718Z Dict_test cuda_optional_test 2022-05-18T05:23:26.1280345Z Dimname_test cuda_packedtensoraccessor_test 2022-05-18T05:23:26.1280914Z FileStoreTest cuda_reportMemoryUsage_test 2022-05-18T05:23:26.1281520Z HashStoreTest cuda_stream_test 2022-05-18T05:23:26.1282132Z IListRef_test cuda_vectorized_test 2022-05-18T05:23:26.1282753Z KernelFunction_test dispatch_key_set_test 2022-05-18T05:23:26.1283268Z List_test dlconvertor_test 2022-05-18T05:23:26.1283861Z NamedTensor_test example_allreduce 2022-05-18T05:23:26.1284410Z ProcessGroupGlooAsyncTest extension_backend_test 2022-05-18T05:23:26.1284752Z ProcessGroupGlooTest half_test 2022-05-18T05:23:26.1285096Z ProcessGroupMPITest inline_container_test 2022-05-18T05:23:26.1285465Z ProcessGroupNCCLErrorsTest ivalue_test 2022-05-18T05:23:26.1285822Z ProcessGroupNCCLTest kernel_function_legacy_test 2022-05-18T05:23:26.1286177Z TCPStoreTest kernel_function_test 2022-05-18T05:23:26.1286817Z aot_model_compiler_test kernel_lambda_legacy_test 2022-05-18T05:23:26.1287824Z apply_utils_test kernel_lambda_test 2022-05-18T05:23:26.1288430Z atest kernel_stackbased_test 2022-05-18T05:23:26.1288808Z backend_fallback_test lazy_tensor_test 2022-05-18T05:23:26.1289101Z basic libc10.so 2022-05-18T05:23:26.1289362Z broadcast_test libc10_cuda.so 2022-05-18T05:23:26.1289667Z c10_Array_test libc10d_cuda_test.so 2022-05-18T05:23:26.1290099Z c10_Bitset_test libcaffe2_nvrtc.so 2022-05-18T05:23:26.1290485Z c10_C++17_test 'libmkldnn*' 2022-05-18T05:23:26.1290880Z c10_CompileTimeFunctionPointer_test 'libnccl*' 2022-05-18T05:23:26.1291266Z c10_ConstexprCrc_test 'libtbb*' 2022-05-18T05:23:26.1291590Z c10_DeadlockDetection_test libtorch.so 2022-05-18T05:23:26.1291901Z c10_DeviceGuard_test libtorch_cpu.so 2022-05-18T05:23:26.1292212Z c10_Device_test libtorch_cuda.so 2022-05-18T05:23:26.1292545Z c10_DispatchKeySet_test libtorch_cuda_linalg.so 2022-05-18T05:23:26.1292871Z c10_Half_test libtorch_global_deps.so 2022-05-18T05:23:26.1293212Z c10_InlineDeviceGuard_test libtorch_python.so 2022-05-18T05:23:26.1293572Z c10_InlineStreamGuard_test libtorchbind_test.so 2022-05-18T05:23:26.1293925Z c10_LeftRight_test make_boxed_from_unboxed_functor_test 2022-05-18T05:23:26.1294609Z c10_Metaprogramming_test math_kernel_test 2022-05-18T05:23:26.1294975Z c10_SizesAndStrides_test memory_format_test 2022-05-18T05:23:26.1295305Z c10_SmallVectorTest memory_overlapping_test 2022-05-18T05:23:26.1295648Z c10_StreamGuard_test mobile_memory_cleanup 2022-05-18T05:23:26.1295972Z c10_Synchronized_test native_test 2022-05-18T05:23:26.1296286Z c10_ThreadLocal_test nvfuser_bench 2022-05-18T05:23:26.1296587Z c10_TypeIndex_test op_allowlist_test 2022-05-18T05:23:26.1296913Z c10_TypeList_test op_registration_test 2022-05-18T05:23:26.1297234Z c10_TypeTraits_test operators_test 2022-05-18T05:23:26.1297548Z c10_accumulate_test parallel_benchmark 2022-05-18T05:23:26.1297851Z c10_bfloat16_test pow_test 2022-05-18T05:23:26.1298142Z c10_complex_math_test protoc 2022-05-18T05:23:26.1298509Z c10_complex_test protoc-3.13.0.0 2022-05-18T05:23:26.1298820Z c10_cuda_CUDATest quantized_test 2022-05-18T05:23:26.1299126Z c10_either_test reduce_ops_test 2022-05-18T05:23:26.1299440Z c10_exception_test reportMemoryUsage_test 2022-05-18T05:23:26.1299768Z c10_flags_test scalar_tensor_test 2022-05-18T05:23:26.1300087Z c10_intrusive_ptr_benchmark scalar_test 2022-05-18T05:23:26.1300409Z c10_intrusive_ptr_test stride_properties_test 2022-05-18T05:23:26.1300744Z c10_irange_test tensor_iterator_test 2022-05-18T05:23:26.1301042Z c10_logging_test test_api 2022-05-18T05:23:26.1301313Z c10_optional_test test_cpp_rpc 2022-05-18T05:23:26.1301650Z c10_ordered_preserving_dict_test test_dist_autograd 2022-05-18T05:23:26.1301974Z c10_registry_test test_jit 2022-05-18T05:23:26.1302264Z c10_string_view_test test_lazy 2022-05-18T05:23:26.1302547Z c10_tempfile_test test_mobile_nnc 2022-05-18T05:23:26.1302844Z c10_typeid_test test_parallel 2022-05-18T05:23:26.1303153Z cpu_generator_test test_tensorexpr 2022-05-18T05:23:26.1303473Z cpu_profiling_allocator_test thread_init_test 2022-05-18T05:23:26.1303800Z cpu_rng_test torch_shm_manager 2022-05-18T05:23:26.1304116Z cuda_apply_test tutorial_tensorexpr 2022-05-18T05:23:26.1304408Z cuda_atomic_ops_test type_test 2022-05-18T05:23:26.1304750Z cuda_caching_host_allocator_test undefined_tensor_test 2022-05-18T05:23:26.1305096Z cuda_complex_math_test variant_test 2022-05-18T05:23:26.1305409Z cuda_complex_test vec_test_all_types_AVX2 2022-05-18T05:23:26.1305745Z cuda_cub_test vec_test_all_types_DEFAULT 2022-05-18T05:23:26.1306073Z cuda_cudnn_test verify_api_visibility 2022-05-18T05:23:26.1306491Z cuda_distributions_test vmap_test 2022-05-18T05:23:26.1306809Z cuda_dlconvertor_test weakref_test 2022-05-18T05:23:26.1307121Z cuda_generator_test wrapdim_test 2022-05-18T05:23:26.1307398Z cuda_half_test 2022-05-18T05:23:26.1307650Z + aten/tools/run_tests.sh build/bin 2022-05-18T05:23:26.1307950Z + set -e 2022-05-18T05:23:26.1308211Z ++ dirname aten/tools/run_tests.sh 2022-05-18T05:23:26.1314680Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-05-18T05:23:26.1335306Z + pushd build/bin 2022-05-18T05:23:26.1335684Z ~/workspace/build/bin ~/workspace 2022-05-18T05:23:26.1336042Z + VALGRIND=ON 2022-05-18T05:23:26.1336282Z + ./basic 2022-05-18T05:23:26.3843696Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:26.3844380Z [==========] Running 4 tests from 1 test suite. 2022-05-18T05:23:26.3844805Z [----------] Global test environment set-up. 2022-05-18T05:23:26.3845218Z [----------] 4 tests from BasicTest 2022-05-18T05:23:26.3845582Z [ RUN ] BasicTest.BasicTestCPU 2022-05-18T05:23:28.3193118Z 6 ms 2022-05-18T05:23:28.4133900Z 94 ms 2022-05-18T05:23:28.5572094Z 143 ms 2022-05-18T05:23:28.5683071Z [ OK ] BasicTest.BasicTestCPU (2183 ms) 2022-05-18T05:23:28.5683532Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-05-18T05:23:28.5719736Z 3 ms 2022-05-18T05:23:28.6910758Z 118 ms 2022-05-18T05:23:28.8578601Z 166 ms 2022-05-18T05:23:28.8681738Z [ OK ] BasicTest.BasicTestHalfCPU (299 ms) 2022-05-18T05:23:28.8682344Z [ RUN ] BasicTest.BasicTestCUDA 2022-05-18T05:23:30.2135100Z 7 ms 2022-05-18T05:23:30.6706069Z 457 ms 2022-05-18T05:23:31.3106403Z 639 ms 2022-05-18T05:23:31.3236287Z [ OK ] BasicTest.BasicTestCUDA (2455 ms) 2022-05-18T05:23:31.3236745Z [ RUN ] BasicTest.FactoryMethodsTest 2022-05-18T05:23:31.3246765Z [ OK ] BasicTest.FactoryMethodsTest (1 ms) 2022-05-18T05:23:31.3247774Z [----------] 4 tests from BasicTest (4940 ms total) 2022-05-18T05:23:31.3248113Z 2022-05-18T05:23:31.3248356Z [----------] Global test environment tear-down 2022-05-18T05:23:31.3248773Z [==========] 4 tests from 1 test suite ran. (4940 ms total) 2022-05-18T05:23:31.3249133Z [ PASSED ] 4 tests. 2022-05-18T05:23:31.7066369Z + ./atest 2022-05-18T05:23:31.9843483Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:31.9844444Z [==========] Running 16 tests from 1 test suite. 2022-05-18T05:23:31.9844893Z [----------] Global test environment set-up. 2022-05-18T05:23:31.9845274Z [----------] 16 tests from atest 2022-05-18T05:23:31.9845625Z [ RUN ] atest.operators 2022-05-18T05:23:32.0023235Z [ OK ] atest.operators (18 ms) 2022-05-18T05:23:32.0023650Z [ RUN ] atest.logical_and_operators 2022-05-18T05:23:32.0026554Z [ OK ] atest.logical_and_operators (0 ms) 2022-05-18T05:23:32.0027304Z [ RUN ] atest.logical_or_operators 2022-05-18T05:23:32.0028062Z [ OK ] atest.logical_or_operators (0 ms) 2022-05-18T05:23:32.0028753Z [ RUN ] atest.logical_xor_operators 2022-05-18T05:23:32.0029436Z [ OK ] atest.logical_xor_operators (0 ms) 2022-05-18T05:23:32.0029808Z [ RUN ] atest.lt_operators 2022-05-18T05:23:32.0030192Z [ OK ] atest.lt_operators (0 ms) 2022-05-18T05:23:32.0030710Z [ RUN ] atest.le_operators 2022-05-18T05:23:32.0031368Z [ OK ] atest.le_operators (0 ms) 2022-05-18T05:23:32.0031795Z [ RUN ] atest.gt_operators 2022-05-18T05:23:32.0032162Z [ OK ] atest.gt_operators (0 ms) 2022-05-18T05:23:32.0032518Z [ RUN ] atest.ge_operators 2022-05-18T05:23:32.0032855Z [ OK ] atest.ge_operators (0 ms) 2022-05-18T05:23:32.0033441Z [ RUN ] atest.eq_operators 2022-05-18T05:23:32.0033834Z [ OK ] atest.eq_operators (0 ms) 2022-05-18T05:23:32.0034170Z [ RUN ] atest.ne_operators 2022-05-18T05:23:32.0034531Z [ OK ] atest.ne_operators (0 ms) 2022-05-18T05:23:32.0034899Z [ RUN ] atest.add_operators 2022-05-18T05:23:32.0035448Z [ OK ] atest.add_operators (0 ms) 2022-05-18T05:23:32.0035961Z [ RUN ] atest.max_operators 2022-05-18T05:23:32.0036788Z [ OK ] atest.max_operators (0 ms) 2022-05-18T05:23:32.0037165Z [ RUN ] atest.min_operators 2022-05-18T05:23:32.0037985Z [ OK ] atest.min_operators (0 ms) 2022-05-18T05:23:32.0038682Z [ RUN ] atest.sigmoid_backward_operator 2022-05-18T05:23:32.0039997Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-05-18T05:23:32.0040842Z [ RUN ] atest.fmod_tensor_operators 2022-05-18T05:23:32.0041660Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-05-18T05:23:32.0042014Z [ RUN ] atest.atest 2022-05-18T05:23:35.0707808Z [ OK ] atest.atest (3066 ms) 2022-05-18T05:23:35.0708748Z [----------] 16 tests from atest (3086 ms total) 2022-05-18T05:23:35.0709029Z 2022-05-18T05:23:35.0709269Z [----------] Global test environment tear-down 2022-05-18T05:23:35.0709711Z [==========] 16 tests from 1 test suite ran. (3086 ms total) 2022-05-18T05:23:35.0710076Z [ PASSED ] 16 tests. 2022-05-18T05:23:35.4582390Z + ./scalar_test 2022-05-18T05:23:35.7127577Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:35.7128713Z [==========] Running 4 tests from 1 test suite. 2022-05-18T05:23:35.7129127Z [----------] Global test environment set-up. 2022-05-18T05:23:35.7129502Z [----------] 4 tests from TestScalar 2022-05-18T05:23:35.7129897Z [ RUN ] TestScalar.TestScalar 2022-05-18T05:23:37.6140082Z H2: 3 257 3 1 2022-05-18T05:23:38.8207466Z 0x7ffc7a86d330 2022-05-18T05:23:38.8458655Z [ OK ] TestScalar.TestScalar (3133 ms) 2022-05-18T05:23:38.8459487Z [ RUN ] TestScalar.TestConj 2022-05-18T05:23:38.8460137Z [ OK ] TestScalar.TestConj (0 ms) 2022-05-18T05:23:38.8460524Z [ RUN ] TestScalar.TestEqual 2022-05-18T05:23:38.8460912Z [ OK ] TestScalar.TestEqual (0 ms) 2022-05-18T05:23:38.8461306Z [ RUN ] TestScalar.TestFormatting 2022-05-18T05:23:38.8461719Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-05-18T05:23:38.8462144Z [----------] 4 tests from TestScalar (3133 ms total) 2022-05-18T05:23:38.8462367Z 2022-05-18T05:23:38.8462600Z [----------] Global test environment tear-down 2022-05-18T05:23:38.8463026Z [==========] 4 tests from 1 test suite ran. (3133 ms total) 2022-05-18T05:23:38.8463391Z [ PASSED ] 4 tests. 2022-05-18T05:23:39.2344291Z + ./broadcast_test 2022-05-18T05:23:39.4876389Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:39.4877592Z [==========] Running 1 test from 1 test suite. 2022-05-18T05:23:39.4878053Z [----------] Global test environment set-up. 2022-05-18T05:23:39.4878466Z [----------] 1 test from BroadcastTest 2022-05-18T05:23:39.4878835Z [ RUN ] BroadcastTest.Broadcast 2022-05-18T05:23:41.4197308Z [ OK ] BroadcastTest.Broadcast (1932 ms) 2022-05-18T05:23:41.4198307Z [----------] 1 test from BroadcastTest (1932 ms total) 2022-05-18T05:23:41.4198542Z 2022-05-18T05:23:41.4198785Z [----------] Global test environment tear-down 2022-05-18T05:23:41.4199211Z [==========] 1 test from 1 test suite ran. (1932 ms total) 2022-05-18T05:23:41.4199557Z [ PASSED ] 1 test. 2022-05-18T05:23:41.7180828Z + ./wrapdim_test 2022-05-18T05:23:41.9707084Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:41.9708094Z [==========] Running 1 test from 1 test suite. 2022-05-18T05:23:41.9708521Z [----------] Global test environment set-up. 2022-05-18T05:23:41.9708916Z [----------] 1 test from TestWrapdim 2022-05-18T05:23:41.9709424Z [ RUN ] TestWrapdim.TestWrapdim 2022-05-18T05:23:43.8708223Z [ OK ] TestWrapdim.TestWrapdim (1900 ms) 2022-05-18T05:23:43.8709135Z [----------] 1 test from TestWrapdim (1900 ms total) 2022-05-18T05:23:43.8709523Z 2022-05-18T05:23:43.8709940Z [----------] Global test environment tear-down 2022-05-18T05:23:43.8710717Z [==========] 1 test from 1 test suite ran. (1900 ms total) 2022-05-18T05:23:43.8711306Z [ PASSED ] 1 test. 2022-05-18T05:23:44.1660569Z + ./apply_utils_test 2022-05-18T05:23:44.4289622Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:44.4290520Z [==========] Running 6 tests from 1 test suite. 2022-05-18T05:23:44.4290943Z [----------] Global test environment set-up. 2022-05-18T05:23:44.4291353Z [----------] 6 tests from ApplyUtilsTest 2022-05-18T05:23:44.4291755Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-05-18T05:23:46.3172770Z [ OK ] ApplyUtilsTest.Contiguous2D (1888 ms) 2022-05-18T05:23:46.3173217Z [ RUN ] ApplyUtilsTest.Small2D 2022-05-18T05:23:46.3173640Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-05-18T05:23:46.3174022Z [ RUN ] ApplyUtilsTest._2D 2022-05-18T05:23:46.3183049Z [ OK ] ApplyUtilsTest._2D (0 ms) 2022-05-18T05:23:46.3183821Z [ RUN ] ApplyUtilsTest._3D 2022-05-18T05:23:46.3184879Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-05-18T05:23:46.3185697Z [ RUN ] ApplyUtilsTest.Medium3D 2022-05-18T05:23:46.3195708Z [ OK ] ApplyUtilsTest.Medium3D (1 ms) 2022-05-18T05:23:46.3196532Z [ RUN ] ApplyUtilsTest._10D 2022-05-18T05:23:46.3944253Z [ OK ] ApplyUtilsTest._10D (74 ms) 2022-05-18T05:23:46.3945180Z [----------] 6 tests from ApplyUtilsTest (1965 ms total) 2022-05-18T05:23:46.3945657Z 2022-05-18T05:23:46.3945996Z [----------] Global test environment tear-down 2022-05-18T05:23:46.3946448Z [==========] 6 tests from 1 test suite ran. (1965 ms total) 2022-05-18T05:23:46.3946807Z [ PASSED ] 6 tests. 2022-05-18T05:23:46.6900687Z + ./dlconvertor_test 2022-05-18T05:23:46.9575680Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:46.9576879Z [==========] Running 2 tests from 1 test suite. 2022-05-18T05:23:46.9577574Z [----------] Global test environment set-up. 2022-05-18T05:23:46.9577990Z [----------] 2 tests from TestDlconvertor 2022-05-18T05:23:46.9578421Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-05-18T05:23:48.8425165Z [ OK ] TestDlconvertor.TestDlconvertor (1884 ms) 2022-05-18T05:23:48.8426122Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-05-18T05:23:48.8427018Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-05-18T05:23:48.8427925Z [----------] 2 tests from TestDlconvertor (1884 ms total) 2022-05-18T05:23:48.8428310Z 2022-05-18T05:23:48.8428705Z [----------] Global test environment tear-down 2022-05-18T05:23:48.8429428Z [==========] 2 tests from 1 test suite ran. (1884 ms total) 2022-05-18T05:23:48.8430034Z [ PASSED ] 2 tests. 2022-05-18T05:23:49.1381896Z + ./native_test 2022-05-18T05:23:49.3904470Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:49.3905125Z [==========] Running 2 tests from 1 test suite. 2022-05-18T05:23:49.3905854Z [----------] Global test environment set-up. 2022-05-18T05:23:49.3906269Z [----------] 2 tests from TestNative 2022-05-18T05:23:49.3906668Z [ RUN ] TestNative.NativeTestCPU 2022-05-18T05:23:51.2988740Z [W TensorCompare.cpp:402] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-05-18T05:23:51.2989836Z [ OK ] TestNative.NativeTestCPU (1908 ms) 2022-05-18T05:23:51.2990255Z [ RUN ] TestNative.NativeTestGPU 2022-05-18T05:23:52.6697537Z [ OK ] TestNative.NativeTestGPU (1370 ms) 2022-05-18T05:23:52.6698026Z [----------] 2 tests from TestNative (3279 ms total) 2022-05-18T05:23:52.6698249Z 2022-05-18T05:23:52.6698486Z [----------] Global test environment tear-down 2022-05-18T05:23:52.6698920Z [==========] 2 tests from 1 test suite ran. (3279 ms total) 2022-05-18T05:23:52.6699272Z [ PASSED ] 2 tests. 2022-05-18T05:23:53.0662723Z + ./scalar_tensor_test 2022-05-18T05:23:53.3197009Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:53.3197659Z [==========] Running 3 tests from 1 test suite. 2022-05-18T05:23:53.3198076Z [----------] Global test environment set-up. 2022-05-18T05:23:53.3198511Z [----------] 3 tests from TestScalarTensor 2022-05-18T05:23:53.3198935Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-05-18T05:23:55.4595650Z [ OK ] TestScalarTensor.TestScalarTensorCPU (2139 ms) 2022-05-18T05:23:55.4596248Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-05-18T05:23:56.8766352Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (1416 ms) 2022-05-18T05:23:56.8766915Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-05-18T05:23:56.8767432Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-05-18T05:23:56.8767936Z [----------] 3 tests from TestScalarTensor (3556 ms total) 2022-05-18T05:23:56.8768169Z 2022-05-18T05:23:56.8768402Z [----------] Global test environment tear-down 2022-05-18T05:23:56.8768834Z [==========] 3 tests from 1 test suite ran. (3556 ms total) 2022-05-18T05:23:56.8769173Z [ PASSED ] 3 tests. 2022-05-18T05:23:57.2582384Z + [[ -x ./tensor_interop_test ]] 2022-05-18T05:23:57.2582762Z + ./undefined_tensor_test 2022-05-18T05:23:57.5116106Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:57.5116734Z [==========] Running 1 test from 1 test suite. 2022-05-18T05:23:57.5117154Z [----------] Global test environment set-up. 2022-05-18T05:23:57.5117534Z [----------] 1 test from TestUndefined 2022-05-18T05:23:57.5117931Z [ RUN ] TestUndefined.UndefinedTest 2022-05-18T05:23:59.4304629Z [ OK ] TestUndefined.UndefinedTest (1918 ms) 2022-05-18T05:23:59.4305305Z [----------] 1 test from TestUndefined (1918 ms total) 2022-05-18T05:23:59.4305537Z 2022-05-18T05:23:59.4305773Z [----------] Global test environment tear-down 2022-05-18T05:23:59.4306188Z [==========] 1 test from 1 test suite ran. (1918 ms total) 2022-05-18T05:23:59.4306546Z [ PASSED ] 1 test. 2022-05-18T05:23:59.7261983Z + ./extension_backend_test 2022-05-18T05:23:59.9814256Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:23:59.9815210Z [==========] Running 1 test from 1 test suite. 2022-05-18T05:23:59.9815648Z [----------] Global test environment set-up. 2022-05-18T05:23:59.9816051Z [----------] 1 test from BackendExtensionTest 2022-05-18T05:23:59.9816500Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-05-18T05:23:59.9816984Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-05-18T05:23:59.9817656Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-05-18T05:23:59.9817921Z 2022-05-18T05:23:59.9818171Z [----------] Global test environment tear-down 2022-05-18T05:23:59.9818592Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-05-18T05:23:59.9818925Z [ PASSED ] 1 test. 2022-05-18T05:24:00.0276310Z + ./lazy_tensor_test 2022-05-18T05:24:00.2801930Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:00.2802793Z [==========] Running 2 tests from 2 test suites. 2022-05-18T05:24:00.2803224Z [----------] Global test environment set-up. 2022-05-18T05:24:00.2803620Z [----------] 1 test from XlaTensorTest 2022-05-18T05:24:00.2804015Z [ RUN ] XlaTensorTest.TestNoStorage 2022-05-18T05:24:00.2804448Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-05-18T05:24:00.2804887Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-05-18T05:24:00.2805107Z 2022-05-18T05:24:00.2805316Z [----------] 1 test from LazyTensorTest 2022-05-18T05:24:00.2805713Z [ RUN ] LazyTensorTest.TestNoStorage 2022-05-18T05:24:00.2806131Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-05-18T05:24:00.2806573Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-05-18T05:24:00.2806794Z 2022-05-18T05:24:00.2807023Z [----------] Global test environment tear-down 2022-05-18T05:24:00.2807426Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-05-18T05:24:00.2807778Z [ PASSED ] 2 tests. 2022-05-18T05:24:00.3284389Z + ./tensor_iterator_test 2022-05-18T05:24:00.5880676Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:00.5881899Z [==========] Running 65 tests from 1 test suite. 2022-05-18T05:24:00.5882729Z [----------] Global test environment set-up. 2022-05-18T05:24:00.5883583Z [----------] 65 tests from TensorIteratorTest 2022-05-18T05:24:00.5884414Z [ RUN ] TensorIteratorTest.CPUScalar 2022-05-18T05:24:03.6908750Z [ OK ] TensorIteratorTest.CPUScalar (3102 ms) 2022-05-18T05:24:03.6909814Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-05-18T05:24:03.6927555Z [ OK ] TensorIteratorTest.CPUScalarInputs (2 ms) 2022-05-18T05:24:03.6928077Z [ RUN ] TensorIteratorTest.MixedDevices 2022-05-18T05:24:03.7119760Z [ OK ] TensorIteratorTest.MixedDevices (19 ms) 2022-05-18T05:24:03.7120786Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-05-18T05:24:03.7142213Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (2 ms) 2022-05-18T05:24:03.7143297Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-05-18T05:24:03.7161866Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-05-18T05:24:03.7163002Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-05-18T05:24:03.7182544Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (2 ms) 2022-05-18T05:24:03.7183659Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-05-18T05:24:03.7202659Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-05-18T05:24:03.7203725Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-05-18T05:24:03.7222587Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-05-18T05:24:03.7223764Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-05-18T05:24:03.7243165Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (2 ms) 2022-05-18T05:24:03.7244283Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-05-18T05:24:03.7263937Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (2 ms) 2022-05-18T05:24:03.7265397Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-05-18T05:24:03.7283684Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-05-18T05:24:03.7284801Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-05-18T05:24:03.7304158Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (2 ms) 2022-05-18T05:24:03.7305288Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-05-18T05:24:03.7324560Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (2 ms) 2022-05-18T05:24:03.7325678Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-05-18T05:24:03.7345183Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (2 ms) 2022-05-18T05:24:03.7346260Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-05-18T05:24:03.7364737Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-05-18T05:24:03.7365831Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-05-18T05:24:03.7385208Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (2 ms) 2022-05-18T05:24:03.7386341Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-05-18T05:24:03.7405924Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (2 ms) 2022-05-18T05:24:03.7407011Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-05-18T05:24:03.7426073Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-05-18T05:24:03.7427255Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-05-18T05:24:03.7446165Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (2 ms) 2022-05-18T05:24:03.7447328Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-05-18T05:24:03.7466731Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (2 ms) 2022-05-18T05:24:03.7467899Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-05-18T05:24:03.7486887Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (2 ms) 2022-05-18T05:24:03.7487989Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-05-18T05:24:03.7506649Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-05-18T05:24:03.7507815Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-05-18T05:24:03.7527149Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (2 ms) 2022-05-18T05:24:03.7528334Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-05-18T05:24:03.7547938Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (2 ms) 2022-05-18T05:24:03.7548938Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-05-18T05:24:03.7550012Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-05-18T05:24:03.7550731Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-05-18T05:24:03.7551793Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-05-18T05:24:03.7552587Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-05-18T05:24:03.7553610Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-05-18T05:24:03.7554541Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-05-18T05:24:03.7555533Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-05-18T05:24:03.7556401Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-05-18T05:24:03.7556945Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-05-18T05:24:03.7557918Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-05-18T05:24:03.7558493Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-05-18T05:24:03.7559037Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-05-18T05:24:03.7560211Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-05-18T05:24:03.7561085Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-05-18T05:24:03.7562056Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-05-18T05:24:03.7562605Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-05-18T05:24:03.7563443Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-05-18T05:24:03.7564150Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-05-18T05:24:03.7564701Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-05-18T05:24:03.7565259Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-05-18T05:24:03.7565818Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-05-18T05:24:03.7566367Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-05-18T05:24:03.7566914Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-05-18T05:24:03.7567473Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-05-18T05:24:03.7568034Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-05-18T05:24:03.7568572Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-05-18T05:24:03.7569139Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-05-18T05:24:03.7569935Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-05-18T05:24:03.7570640Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-05-18T05:24:03.7571493Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-05-18T05:24:03.7572071Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-05-18T05:24:03.7572644Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-05-18T05:24:03.7573229Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-05-18T05:24:03.7573781Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-05-18T05:24:03.7574650Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-05-18T05:24:03.7575240Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-05-18T05:24:03.7575807Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-05-18T05:24:03.7576378Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-05-18T05:24:03.7576959Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-05-18T05:24:03.7577519Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-05-18T05:24:03.7578107Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-05-18T05:24:03.7578659Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-05-18T05:24:03.7579189Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-05-18T05:24:03.7579695Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-05-18T05:24:03.7580220Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-05-18T05:24:03.7580747Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-05-18T05:24:03.7581273Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-05-18T05:24:03.7581793Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-05-18T05:24:03.7582319Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-05-18T05:24:03.7582843Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-05-18T05:24:03.7583354Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-05-18T05:24:03.7583878Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-05-18T05:24:03.7584518Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-05-18T05:24:03.7585057Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-05-18T05:24:03.7585593Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-05-18T05:24:03.7586117Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-05-18T05:24:03.7586733Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-05-18T05:24:03.7587232Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-05-18T05:24:03.7622878Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (5 ms) 2022-05-18T05:24:03.7623858Z [ RUN ] TensorIteratorTest.InputDType 2022-05-18T05:24:03.7624677Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-05-18T05:24:03.7625637Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-05-18T05:24:03.7626730Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-05-18T05:24:03.7627851Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-05-18T05:24:03.7628997Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-05-18T05:24:03.7630068Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-05-18T05:24:03.7635810Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (1 ms) 2022-05-18T05:24:03.7636968Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-05-18T05:24:03.7638190Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-05-18T05:24:03.7639375Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-05-18T05:24:03.7640548Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-05-18T05:24:03.7641164Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-05-18T05:24:03.7641757Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-05-18T05:24:03.7642313Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-05-18T05:24:03.7642853Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-05-18T05:24:03.7643410Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-05-18T05:24:03.7643973Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-05-18T05:24:03.7644526Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-05-18T05:24:03.7645075Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-05-18T05:24:03.7645632Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-05-18T05:24:03.7646198Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-05-18T05:24:03.7646716Z [----------] 65 tests from TensorIteratorTest (3176 ms total) 2022-05-18T05:24:03.7646957Z 2022-05-18T05:24:03.7647189Z [----------] Global test environment tear-down 2022-05-18T05:24:03.7647618Z [==========] 65 tests from 1 test suite ran. (3176 ms total) 2022-05-18T05:24:03.7647970Z [ PASSED ] 65 tests. 2022-05-18T05:24:04.1461721Z + ./Dimname_test 2022-05-18T05:24:04.3992823Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:04.3994074Z [==========] Running 4 tests from 1 test suite. 2022-05-18T05:24:04.3994726Z [----------] Global test environment set-up. 2022-05-18T05:24:04.3995126Z [----------] 4 tests from DimnameTest 2022-05-18T05:24:04.3995531Z [ RUN ] DimnameTest.isValidIdentifier 2022-05-18T05:24:04.3995952Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-05-18T05:24:04.3996363Z [ RUN ] DimnameTest.wildcardName 2022-05-18T05:24:04.3996774Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-05-18T05:24:04.3997436Z [ RUN ] DimnameTest.createNormalName 2022-05-18T05:24:04.4012124Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-05-18T05:24:04.4013050Z [ RUN ] DimnameTest.unifyAndMatch 2022-05-18T05:24:04.4013693Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-05-18T05:24:04.4014113Z [----------] 4 tests from DimnameTest (2 ms total) 2022-05-18T05:24:04.4014772Z 2022-05-18T05:24:04.4015020Z [----------] Global test environment tear-down 2022-05-18T05:24:04.4015447Z [==========] 4 tests from 1 test suite ran. (2 ms total) 2022-05-18T05:24:04.4015789Z [ PASSED ] 4 tests. 2022-05-18T05:24:04.4475908Z + ./Dict_test 2022-05-18T05:24:04.6990521Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:04.6991439Z [==========] Running 47 tests from 2 test suites. 2022-05-18T05:24:04.6991978Z [----------] Global test environment set-up. 2022-05-18T05:24:04.6992406Z [----------] 46 tests from DictTest 2022-05-18T05:24:04.6993182Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-05-18T05:24:04.6994244Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-05-18T05:24:04.6995336Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-05-18T05:24:04.6996379Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-05-18T05:24:04.6997395Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-05-18T05:24:04.6998413Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-05-18T05:24:04.6999204Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-05-18T05:24:04.7000463Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-05-18T05:24:04.7001679Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-05-18T05:24:04.7002549Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-05-18T05:24:04.7003137Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-05-18T05:24:04.7003759Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-05-18T05:24:04.7004448Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-05-18T05:24:04.7005157Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-05-18T05:24:04.7005780Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-05-18T05:24:04.7006323Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-05-18T05:24:04.7006950Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-05-18T05:24:04.7007639Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-05-18T05:24:04.7008340Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-05-18T05:24:04.7009105Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-05-18T05:24:04.7009774Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-05-18T05:24:04.7010374Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-05-18T05:24:04.7010911Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-05-18T05:24:04.7011429Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-05-18T05:24:04.7012244Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-05-18T05:24:04.7012822Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-05-18T05:24:04.7013371Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-05-18T05:24:04.7013968Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-05-18T05:24:04.7015125Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-05-18T05:24:04.7015642Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-05-18T05:24:04.7016203Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-05-18T05:24:04.7016789Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-05-18T05:24:04.7017309Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-05-18T05:24:04.7017774Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-05-18T05:24:04.7018318Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-05-18T05:24:04.7018966Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-05-18T05:24:04.7019578Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-05-18T05:24:04.7020200Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-05-18T05:24:04.7020883Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-05-18T05:24:04.7021611Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-05-18T05:24:04.7022261Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-05-18T05:24:04.7022861Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-05-18T05:24:04.7023479Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-05-18T05:24:04.7024159Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-05-18T05:24:04.7024808Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-05-18T05:24:04.7025450Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-05-18T05:24:04.7026081Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-05-18T05:24:04.7026707Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-05-18T05:24:04.7027320Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-05-18T05:24:04.7027964Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-05-18T05:24:04.7028586Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-05-18T05:24:04.7029203Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-05-18T05:24:04.7029786Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-05-18T05:24:04.7030390Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-05-18T05:24:04.7031004Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-05-18T05:24:04.7031633Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-05-18T05:24:04.7032160Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-05-18T05:24:04.7032653Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-05-18T05:24:04.7033267Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-05-18T05:24:04.7033796Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-05-18T05:24:04.7034301Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-05-18T05:24:04.7034800Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-05-18T05:24:04.7035254Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-05-18T05:24:04.7035807Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-05-18T05:24:04.7036310Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-05-18T05:24:04.7036849Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-05-18T05:24:04.7037348Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-05-18T05:24:04.7037866Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-05-18T05:24:04.7038396Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-05-18T05:24:04.7038924Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-05-18T05:24:04.7039455Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-05-18T05:24:04.7039982Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-05-18T05:24:04.7040605Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-05-18T05:24:04.7041282Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-05-18T05:24:04.7041962Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-05-18T05:24:04.7042644Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-05-18T05:24:04.7043209Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-05-18T05:24:04.7043681Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-05-18T05:24:04.7044183Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-05-18T05:24:04.7044708Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-05-18T05:24:04.7045249Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-05-18T05:24:04.7045852Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-05-18T05:24:04.7046418Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-05-18T05:24:04.7046944Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-05-18T05:24:04.7047399Z [ RUN ] DictTest.isReferenceType 2022-05-18T05:24:04.7047808Z [ OK ] DictTest.isReferenceType (0 ms) 2022-05-18T05:24:04.7048235Z [ RUN ] DictTest.copyHasSeparateStorage 2022-05-18T05:24:04.7048674Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-05-18T05:24:04.7049091Z [ RUN ] DictTest.dictTensorAsKey 2022-05-18T05:24:04.7049492Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-05-18T05:24:04.7049860Z [ RUN ] DictTest.dictEquality 2022-05-18T05:24:04.7050245Z [ OK ] DictTest.dictEquality (0 ms) 2022-05-18T05:24:04.7050666Z [----------] 46 tests from DictTest (1 ms total) 2022-05-18T05:24:04.7050877Z 2022-05-18T05:24:04.7051099Z [----------] 1 test from ListTest_IValueBasedList 2022-05-18T05:24:04.7051670Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-05-18T05:24:04.7052360Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-05-18T05:24:04.7052933Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-05-18T05:24:04.7053230Z 2022-05-18T05:24:04.7053456Z [----------] Global test environment tear-down 2022-05-18T05:24:04.7053889Z [==========] 47 tests from 2 test suites ran. (1 ms total) 2022-05-18T05:24:04.7054574Z [ PASSED ] 47 tests. 2022-05-18T05:24:04.7492688Z + ./NamedTensor_test 2022-05-18T05:24:05.0015392Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:05.0016260Z [==========] Running 10 tests from 1 test suite. 2022-05-18T05:24:05.0016668Z [----------] Global test environment set-up. 2022-05-18T05:24:05.0017080Z [----------] 10 tests from NamedTensorTest 2022-05-18T05:24:05.0017469Z [ RUN ] NamedTensorTest.isNamed 2022-05-18T05:24:05.0018066Z [W TensorImpl.h:1393] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-05-18T05:24:05.0018784Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-05-18T05:24:05.0019219Z [ RUN ] NamedTensorTest.attachMetadata 2022-05-18T05:24:05.0019665Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-05-18T05:24:05.0020143Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-05-18T05:24:05.0020638Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-05-18T05:24:05.0021078Z [ RUN ] NamedTensorTest.empty 2022-05-18T05:24:05.0054971Z [ OK ] NamedTensorTest.empty (3 ms) 2022-05-18T05:24:05.0055392Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-05-18T05:24:05.0060985Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-05-18T05:24:05.0061447Z [ RUN ] NamedTensorTest.unifyFromRight 2022-05-18T05:24:05.0136171Z [ OK ] NamedTensorTest.unifyFromRight (7 ms) 2022-05-18T05:24:05.0136581Z [ RUN ] NamedTensorTest.alias 2022-05-18T05:24:05.0136985Z [ OK ] NamedTensorTest.alias (0 ms) 2022-05-18T05:24:05.0137391Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-05-18T05:24:05.0137831Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-05-18T05:24:05.0138250Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-05-18T05:24:05.0138702Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-05-18T05:24:05.0139179Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-05-18T05:24:05.0143514Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-05-18T05:24:05.0144022Z [----------] 10 tests from NamedTensorTest (12 ms total) 2022-05-18T05:24:05.0144247Z 2022-05-18T05:24:05.0144482Z [----------] Global test environment tear-down 2022-05-18T05:24:05.0144907Z [==========] 10 tests from 1 test suite ran. (12 ms total) 2022-05-18T05:24:05.0145244Z [ PASSED ] 10 tests. 2022-05-18T05:24:05.0601877Z + ./cpu_generator_test 2022-05-18T05:24:05.3181504Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:05.3182424Z [==========] Running 13 tests from 1 test suite. 2022-05-18T05:24:05.3182853Z [----------] Global test environment set-up. 2022-05-18T05:24:05.3183274Z [----------] 13 tests from CPUGeneratorImpl 2022-05-18T05:24:05.3183767Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-05-18T05:24:05.3184279Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-05-18T05:24:05.3184793Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-05-18T05:24:05.3185289Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-05-18T05:24:05.3185729Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-05-18T05:24:05.3186174Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-05-18T05:24:05.3186990Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-05-18T05:24:05.3187657Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-05-18T05:24:05.3188196Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-05-18T05:24:05.3188823Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-05-18T05:24:05.3189404Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-05-18T05:24:05.3190254Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-05-18T05:24:05.3190774Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-05-18T05:24:05.3394154Z [ OK ] CPUGeneratorImpl.TestRNGForking (20 ms) 2022-05-18T05:24:05.3394883Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-05-18T05:24:05.3395670Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-05-18T05:24:05.3396230Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-05-18T05:24:05.3396761Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-05-18T05:24:05.3397260Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-05-18T05:24:05.3397782Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-05-18T05:24:05.3398292Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-05-18T05:24:05.3398812Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-05-18T05:24:05.3399295Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-05-18T05:24:05.3400011Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-05-18T05:24:05.3400555Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-05-18T05:24:05.3401123Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-05-18T05:24:05.3401652Z [----------] 13 tests from CPUGeneratorImpl (21 ms total) 2022-05-18T05:24:05.3401883Z 2022-05-18T05:24:05.3402121Z [----------] Global test environment tear-down 2022-05-18T05:24:05.3402548Z [==========] 13 tests from 1 test suite ran. (22 ms total) 2022-05-18T05:24:05.3402885Z [ PASSED ] 13 tests. 2022-05-18T05:24:05.3885935Z + ./vmap_test 2022-05-18T05:24:05.6439193Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:05.6440310Z [==========] Running 23 tests from 1 test suite. 2022-05-18T05:24:05.6440716Z [----------] Global test environment set-up. 2022-05-18T05:24:05.6441108Z [----------] 23 tests from VmapTest 2022-05-18T05:24:05.6441500Z [ RUN ] VmapTest.TestBatchedTensor 2022-05-18T05:24:05.6472482Z [ OK ] VmapTest.TestBatchedTensor (3 ms) 2022-05-18T05:24:05.6473146Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-05-18T05:24:05.6490481Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-05-18T05:24:05.6491184Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-05-18T05:24:05.6520826Z [ OK ] VmapTest.TestBatchedTensorActualDim (3 ms) 2022-05-18T05:24:05.6521503Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-05-18T05:24:05.6532964Z [ OK ] VmapTest.TestMultiBatchVmapTransform (1 ms) 2022-05-18T05:24:05.6533755Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-05-18T05:24:05.6544495Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (1 ms) 2022-05-18T05:24:05.6545245Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-05-18T05:24:05.6555560Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (1 ms) 2022-05-18T05:24:05.6556815Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-05-18T05:24:05.6557439Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-05-18T05:24:05.6558312Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-05-18T05:24:05.6560396Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-05-18T05:24:05.6560929Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-05-18T05:24:05.6570209Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-05-18T05:24:05.6570841Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-05-18T05:24:05.6578703Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-05-18T05:24:05.6579296Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-05-18T05:24:05.6583676Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-05-18T05:24:05.6584185Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-05-18T05:24:05.6586900Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-05-18T05:24:05.6587336Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-05-18T05:24:05.6593199Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-05-18T05:24:05.6594113Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-05-18T05:24:05.6594694Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-05-18T05:24:05.6595179Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-05-18T05:24:05.6737217Z [ OK ] VmapTest.TestBatchedTensorExpand (14 ms) 2022-05-18T05:24:05.6737715Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-05-18T05:24:05.6740050Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-05-18T05:24:05.6740513Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-05-18T05:24:05.6742762Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-05-18T05:24:05.6743245Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-05-18T05:24:05.6746782Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-05-18T05:24:05.6747277Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-05-18T05:24:05.6750096Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-05-18T05:24:05.6750641Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-05-18T05:24:05.6773444Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (2 ms) 2022-05-18T05:24:05.6774066Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-05-18T05:24:05.6785359Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (1 ms) 2022-05-18T05:24:05.6785954Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-05-18T05:24:05.6792127Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-05-18T05:24:05.6792726Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-05-18T05:24:05.6799352Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-05-18T05:24:05.6800126Z [----------] 23 tests from VmapTest (36 ms total) 2022-05-18T05:24:05.6800347Z 2022-05-18T05:24:05.6800564Z [----------] Global test environment tear-down 2022-05-18T05:24:05.6800996Z [==========] 23 tests from 1 test suite ran. (36 ms total) 2022-05-18T05:24:05.6801349Z [ PASSED ] 23 tests. 2022-05-18T05:24:05.7272123Z + ./operators_test 2022-05-18T05:24:05.9809044Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:05.9809675Z [==========] Running 4 tests from 1 test suite. 2022-05-18T05:24:05.9810073Z [----------] Global test environment set-up. 2022-05-18T05:24:05.9810477Z [----------] 4 tests from OperatorsTest 2022-05-18T05:24:05.9810912Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-05-18T05:24:05.9821230Z [ OK ] OperatorsTest.TestFunctionDecltype (1 ms) 2022-05-18T05:24:05.9821949Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-05-18T05:24:05.9822471Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-05-18T05:24:05.9822921Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-05-18T05:24:05.9852834Z [ OK ] OperatorsTest.Test_ATEN_FN (3 ms) 2022-05-18T05:24:05.9853561Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-05-18T05:24:05.9854103Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-05-18T05:24:05.9855464Z [----------] 4 tests from OperatorsTest (4 ms total) 2022-05-18T05:24:05.9855760Z 2022-05-18T05:24:05.9856000Z [----------] Global test environment tear-down 2022-05-18T05:24:05.9856425Z [==========] 4 tests from 1 test suite ran. (4 ms total) 2022-05-18T05:24:05.9856791Z [ PASSED ] 4 tests. 2022-05-18T05:24:06.0314588Z + [[ -x ./cudnn_test ]] 2022-05-18T05:24:06.0315017Z + [[ -x ./cuda_generator_test ]] 2022-05-18T05:24:06.0315303Z + ./cuda_generator_test 2022-05-18T05:24:06.2826097Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:06.2826721Z [==========] Running 11 tests from 1 test suite. 2022-05-18T05:24:06.2827134Z [----------] Global test environment set-up. 2022-05-18T05:24:06.2827552Z [----------] 11 tests from CUDAGeneratorImpl 2022-05-18T05:24:06.2828042Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineReproducibility 2022-05-18T05:24:09.3450325Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineReproducibility (3062 ms) 2022-05-18T05:24:09.3451279Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineOffset1 2022-05-18T05:24:09.3452078Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-05-18T05:24:09.3452622Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineOffset2 2022-05-18T05:24:09.3453131Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-05-18T05:24:09.3453671Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineOffset3 2022-05-18T05:24:09.3454205Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-05-18T05:24:09.3455437Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineIndex 2022-05-18T05:24:09.3456018Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-05-18T05:24:09.3456813Z [ RUN ] CUDAGeneratorImpl.TestGeneratorDynamicCast 2022-05-18T05:24:09.3457363Z [ OK ] CUDAGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-05-18T05:24:09.3457860Z [ RUN ] CUDAGeneratorImpl.TestDefaultGenerator 2022-05-18T05:24:09.3458364Z [ OK ] CUDAGeneratorImpl.TestDefaultGenerator (0 ms) 2022-05-18T05:24:09.3458832Z [ RUN ] CUDAGeneratorImpl.TestCloning 2022-05-18T05:24:09.3459262Z [ OK ] CUDAGeneratorImpl.TestCloning (0 ms) 2022-05-18T05:24:09.3459794Z [ RUN ] CUDAGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-05-18T05:24:09.3460428Z [ OK ] CUDAGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-05-18T05:24:09.3460939Z [ RUN ] CUDAGeneratorImpl.TestRNGForking 2022-05-18T05:24:09.3466100Z [ OK ] CUDAGeneratorImpl.TestRNGForking (0 ms) 2022-05-18T05:24:09.3466589Z [ RUN ] CUDAGeneratorImpl.TestMultithreadRNG 2022-05-18T05:24:09.4588766Z [ OK ] CUDAGeneratorImpl.TestMultithreadRNG (112 ms) 2022-05-18T05:24:09.4589357Z [----------] 11 tests from CUDAGeneratorImpl (3176 ms total) 2022-05-18T05:24:09.4589605Z 2022-05-18T05:24:09.4589844Z [----------] Global test environment tear-down 2022-05-18T05:24:09.4590283Z [==========] 11 tests from 1 test suite ran. (3176 ms total) 2022-05-18T05:24:09.4590647Z [ PASSED ] 11 tests. 2022-05-18T05:24:09.8464447Z + [[ -x ./apply_test ]] 2022-05-18T05:24:09.8464857Z + [[ -x ./stream_test ]] 2022-05-18T05:24:09.8465169Z + [[ -x ./cuda_half_test ]] 2022-05-18T05:24:09.8465413Z + ./cuda_half_test 2022-05-18T05:24:10.0997117Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:10.0998125Z [==========] Running 1 test from 1 test suite. 2022-05-18T05:24:10.0998555Z [----------] Global test environment set-up. 2022-05-18T05:24:10.0998947Z [----------] 1 test from HalfCuda 2022-05-18T05:24:10.0999436Z [ RUN ] HalfCuda.HalfCuda 2022-05-18T05:24:13.1582026Z [ OK ] HalfCuda.HalfCuda (3058 ms) 2022-05-18T05:24:13.1583016Z [----------] 1 test from HalfCuda (3058 ms total) 2022-05-18T05:24:13.1583379Z 2022-05-18T05:24:13.1583627Z [----------] Global test environment tear-down 2022-05-18T05:24:13.1584067Z [==========] 1 test from 1 test suite ran. (3058 ms total) 2022-05-18T05:24:13.1584412Z [ PASSED ] 1 test. 2022-05-18T05:24:13.5383290Z + [[ -x ./cuda_vectorized_test ]] 2022-05-18T05:24:13.5383586Z + ./cuda_vectorized_test 2022-05-18T05:24:13.7901696Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:13.7902909Z [==========] Running 2 tests from 1 test suite. 2022-05-18T05:24:13.7903335Z [----------] Global test environment set-up. 2022-05-18T05:24:13.7903768Z [----------] 2 tests from TestVectorizedMemoryAccess 2022-05-18T05:24:13.7904278Z [ RUN ] TestVectorizedMemoryAccess.CanVectorizeUpTo 2022-05-18T05:24:16.8740114Z [ OK ] TestVectorizedMemoryAccess.CanVectorizeUpTo (3083 ms) 2022-05-18T05:24:16.8740716Z [ RUN ] TestVectorizedMemoryAccess.CopyKernel 2022-05-18T05:24:16.8747931Z [ OK ] TestVectorizedMemoryAccess.CopyKernel (0 ms) 2022-05-18T05:24:16.8749093Z [----------] 2 tests from TestVectorizedMemoryAccess (3084 ms total) 2022-05-18T05:24:16.8749481Z 2022-05-18T05:24:16.8749727Z [----------] Global test environment tear-down 2022-05-18T05:24:16.8750181Z [==========] 2 tests from 1 test suite ran. (3084 ms total) 2022-05-18T05:24:16.8750524Z [ PASSED ] 2 tests. 2022-05-18T05:24:17.2586025Z + [[ -x ./cuda_distributions_test ]] 2022-05-18T05:24:17.2586554Z + ./cuda_distributions_test 2022-05-18T05:24:17.5160160Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:17.5161354Z [==========] Running 4 tests from 2 test suites. 2022-05-18T05:24:17.5161777Z [----------] Global test environment set-up. 2022-05-18T05:24:17.5162177Z [----------] 3 tests from DistributionsTest 2022-05-18T05:24:17.5162703Z [ RUN ] DistributionsTest.TestPhiloxIncrementSmallUniformTensor 2022-05-18T05:24:20.5958964Z [ OK ] DistributionsTest.TestPhiloxIncrementSmallUniformTensor (3079 ms) 2022-05-18T05:24:20.5959668Z [ RUN ] DistributionsTest.TestPhiloxIncrementBigUniformTensor 2022-05-18T05:24:20.5965974Z [ OK ] DistributionsTest.TestPhiloxIncrementBigUniformTensor (0 ms) 2022-05-18T05:24:20.5966942Z [ RUN ] DistributionsTest.TestPhiloxIncrementSmallMultinomialTensor 2022-05-18T05:24:20.5990997Z [ OK ] DistributionsTest.TestPhiloxIncrementSmallMultinomialTensor (2 ms) 2022-05-18T05:24:20.5992052Z [----------] 3 tests from DistributionsTest (3083 ms total) 2022-05-18T05:24:20.5992301Z 2022-05-18T05:24:20.5992550Z [----------] 1 test from RandomPermutationTest 2022-05-18T05:24:20.5993020Z [ RUN ] RandomPermutationTest.TestIslandShuffle 2022-05-18T05:24:20.6197563Z [ OK ] RandomPermutationTest.TestIslandShuffle (20 ms) 2022-05-18T05:24:20.6198679Z [----------] 1 test from RandomPermutationTest (20 ms total) 2022-05-18T05:24:20.6198936Z 2022-05-18T05:24:20.6199171Z [----------] Global test environment tear-down 2022-05-18T05:24:20.6199607Z [==========] 4 tests from 2 test suites ran. (3103 ms total) 2022-05-18T05:24:20.6200261Z [ PASSED ] 4 tests. 2022-05-18T05:24:21.0066125Z + [[ -x ./cuda_optional_test ]] 2022-05-18T05:24:21.0066756Z + ./cuda_optional_test 2022-05-18T05:24:21.2627451Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:21.2628517Z [==========] Running 1 test from 1 test suite. 2022-05-18T05:24:21.2628943Z [----------] Global test environment set-up. 2022-05-18T05:24:21.2629664Z [----------] 1 test from OptionalTest 2022-05-18T05:24:21.2630078Z [ RUN ] OptionalTest.OptionalTestCUDA 2022-05-18T05:24:23.1544522Z [ OK ] OptionalTest.OptionalTestCUDA (1891 ms) 2022-05-18T05:24:23.1545412Z [----------] 1 test from OptionalTest (1891 ms total) 2022-05-18T05:24:23.1545650Z 2022-05-18T05:24:23.1545895Z [----------] Global test environment tear-down 2022-05-18T05:24:23.1546336Z [==========] 1 test from 1 test suite ran. (1891 ms total) 2022-05-18T05:24:23.1546691Z [ PASSED ] 1 test. 2022-05-18T05:24:23.4501015Z + [[ -x ./cuda_tensor_interop_test ]] 2022-05-18T05:24:23.4501790Z + [[ -x ./cuda_complex_test ]] 2022-05-18T05:24:23.4502331Z + ./cuda_complex_test 2022-05-18T05:24:23.7012635Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:23.7013767Z [==========] Running 11 tests from 7 test suites. 2022-05-18T05:24:23.7014992Z [----------] Global test environment set-up. 2022-05-18T05:24:23.7015668Z [----------] 2 tests from TestMemory 2022-05-18T05:24:23.7016050Z [ RUN ] TestMemory.ReinterpretCast 2022-05-18T05:24:23.7016691Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2022-05-18T05:24:23.7017633Z [ RUN ] TestMemory.ThrustReinterpretCast 2022-05-18T05:24:23.7018273Z [ OK ] TestMemory.ThrustReinterpretCast (0 ms) 2022-05-18T05:24:23.7018710Z [----------] 2 tests from TestMemory (0 ms total) 2022-05-18T05:24:23.7018932Z 2022-05-18T05:24:23.7019153Z [----------] 2 tests from TestConstructors 2022-05-18T05:24:23.7019566Z [ RUN ] TestConstructors.FromThrust 2022-05-18T05:24:23.7019978Z [ OK ] TestConstructors.FromThrust (0 ms) 2022-05-18T05:24:23.7020402Z [ RUN ] TestConstructors.UnorderedMap 2022-05-18T05:24:23.7020846Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2022-05-18T05:24:23.7021293Z [----------] 2 tests from TestConstructors (0 ms total) 2022-05-18T05:24:23.7021519Z 2022-05-18T05:24:23.7021732Z [----------] 1 test from TestAssignment 2022-05-18T05:24:23.7022122Z [ RUN ] TestAssignment.FromThrust 2022-05-18T05:24:23.7022535Z [ OK ] TestAssignment.FromThrust (0 ms) 2022-05-18T05:24:23.7022999Z [----------] 1 test from TestAssignment (0 ms total) 2022-05-18T05:24:23.7023217Z 2022-05-18T05:24:23.7023462Z [----------] 1 test from TestArithmeticIntScalar 2022-05-18T05:24:23.7023883Z [ RUN ] TestArithmeticIntScalar.All 2022-05-18T05:24:23.7024293Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2022-05-18T05:24:23.7024768Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2022-05-18T05:24:23.7025032Z 2022-05-18T05:24:23.7025334Z [----------] 1 test from TestIO 2022-05-18T05:24:23.7025679Z [ RUN ] TestIO.All 2022-05-18T05:24:23.7026093Z [ OK ] TestIO.All (0 ms) 2022-05-18T05:24:23.7026473Z [----------] 1 test from TestIO (0 ms total) 2022-05-18T05:24:23.7026677Z 2022-05-18T05:24:23.7026867Z [----------] 1 test from TestStd 2022-05-18T05:24:23.7027228Z [ RUN ] TestStd.BasicFunctions 2022-05-18T05:24:23.7027629Z [ OK ] TestStd.BasicFunctions (0 ms) 2022-05-18T05:24:23.7028033Z [----------] 1 test from TestStd (0 ms total) 2022-05-18T05:24:23.7028234Z 2022-05-18T05:24:23.7028691Z [----------] 3 tests from DeviceTests 2022-05-18T05:24:23.7029099Z [ RUN ] DeviceTests.ThrustConversion 2022-05-18T05:24:26.7735109Z [ OK ] DeviceTests.ThrustConversion (3071 ms) 2022-05-18T05:24:26.7735957Z [ RUN ] DeviceTests.StdFunctions 2022-05-18T05:24:26.7736652Z [ OK ] DeviceTests.StdFunctions (0 ms) 2022-05-18T05:24:26.7737390Z [ RUN ] DeviceTests.ReinterpretCast 2022-05-18T05:24:26.7738599Z [ OK ] DeviceTests.ReinterpretCast (0 ms) 2022-05-18T05:24:26.7739352Z [----------] 3 tests from DeviceTests (3071 ms total) 2022-05-18T05:24:26.7739726Z 2022-05-18T05:24:26.7740288Z [----------] Global test environment tear-down 2022-05-18T05:24:26.7741061Z [==========] 11 tests from 7 test suites ran. (3072 ms total) 2022-05-18T05:24:26.7741675Z [ PASSED ] 11 tests. 2022-05-18T05:24:27.1543911Z + [[ -x ./cuda_complex_math_test ]] 2022-05-18T05:24:27.1544222Z + ./cuda_complex_math_test 2022-05-18T05:24:27.4081906Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:27.4082564Z [==========] Running 24 tests from 22 test suites. 2022-05-18T05:24:27.4082988Z [----------] Global test environment set-up. 2022-05-18T05:24:27.4083412Z [----------] 2 tests from TestExponentialDevice 2022-05-18T05:24:27.4083851Z [ RUN ] TestExponentialDevice.IPi 2022-05-18T05:24:30.4943485Z [ OK ] TestExponentialDevice.IPi (3085 ms) 2022-05-18T05:24:30.4944397Z [ RUN ] TestExponentialDevice.EulerFormula 2022-05-18T05:24:30.4945305Z [ OK ] TestExponentialDevice.EulerFormula (0 ms) 2022-05-18T05:24:30.4946255Z [----------] 2 tests from TestExponentialDevice (3086 ms total) 2022-05-18T05:24:30.4946657Z 2022-05-18T05:24:30.4947021Z [----------] 1 test from TestLogDevice 2022-05-18T05:24:30.4947764Z [ RUN ] TestLogDevice.Definition 2022-05-18T05:24:30.4948569Z [ OK ] TestLogDevice.Definition (0 ms) 2022-05-18T05:24:30.4949449Z [----------] 1 test from TestLogDevice (0 ms total) 2022-05-18T05:24:30.4949923Z 2022-05-18T05:24:30.4950286Z [----------] 1 test from TestLog10Device 2022-05-18T05:24:30.4950922Z [ RUN ] TestLog10Device.Rev 2022-05-18T05:24:30.4951655Z [ OK ] TestLog10Device.Rev (0 ms) 2022-05-18T05:24:30.4952502Z [----------] 1 test from TestLog10Device (0 ms total) 2022-05-18T05:24:30.4952944Z 2022-05-18T05:24:30.4953357Z [----------] 1 test from TestLog2Device 2022-05-18T05:24:30.4954089Z [ RUN ] TestLog2Device.Rev 2022-05-18T05:24:30.4954843Z [ OK ] TestLog2Device.Rev (0 ms) 2022-05-18T05:24:30.4955667Z [----------] 1 test from TestLog2Device (0 ms total) 2022-05-18T05:24:30.4955902Z 2022-05-18T05:24:30.4956128Z [----------] 1 test from TestPowSqrtDevice 2022-05-18T05:24:30.4956526Z [ RUN ] TestPowSqrtDevice.Equal 2022-05-18T05:24:30.4956916Z [ OK ] TestPowSqrtDevice.Equal (0 ms) 2022-05-18T05:24:30.4957361Z [----------] 1 test from TestPowSqrtDevice (0 ms total) 2022-05-18T05:24:30.4957587Z 2022-05-18T05:24:30.4957795Z [----------] 1 test from TestPowDevice 2022-05-18T05:24:30.4958169Z [ RUN ] TestPowDevice.Square 2022-05-18T05:24:30.4958544Z [ OK ] TestPowDevice.Square (0 ms) 2022-05-18T05:24:30.4958973Z [----------] 1 test from TestPowDevice (0 ms total) 2022-05-18T05:24:30.4959186Z 2022-05-18T05:24:30.4959430Z [----------] 1 test from TestSinCosSinhCoshDevice 2022-05-18T05:24:30.4959857Z [ RUN ] TestSinCosSinhCoshDevice.Identity 2022-05-18T05:24:30.4960324Z [ OK ] TestSinCosSinhCoshDevice.Identity (0 ms) 2022-05-18T05:24:30.4960864Z [----------] 1 test from TestSinCosSinhCoshDevice (0 ms total) 2022-05-18T05:24:30.4961111Z 2022-05-18T05:24:30.4961618Z [----------] 1 test from TestTanDevice 2022-05-18T05:24:30.4962011Z [ RUN ] TestTanDevice.Identity 2022-05-18T05:24:30.4962408Z [ OK ] TestTanDevice.Identity (0 ms) 2022-05-18T05:24:30.4962833Z [----------] 1 test from TestTanDevice (0 ms total) 2022-05-18T05:24:30.4963048Z 2022-05-18T05:24:30.4963255Z [----------] 1 test from TestTanhDevice 2022-05-18T05:24:30.4963719Z [ RUN ] TestTanhDevice.Identity 2022-05-18T05:24:30.4964123Z [ OK ] TestTanhDevice.Identity (0 ms) 2022-05-18T05:24:30.4964556Z [----------] 1 test from TestTanhDevice (0 ms total) 2022-05-18T05:24:30.4964773Z 2022-05-18T05:24:30.4965006Z [----------] 1 test from TestRevTrigonometricDevice 2022-05-18T05:24:30.4965445Z [ RUN ] TestRevTrigonometricDevice.Rev 2022-05-18T05:24:30.4965890Z [ OK ] TestRevTrigonometricDevice.Rev (0 ms) 2022-05-18T05:24:30.4966382Z [----------] 1 test from TestRevTrigonometricDevice (0 ms total) 2022-05-18T05:24:30.4966614Z 2022-05-18T05:24:30.4966857Z [----------] 1 test from TestRevHyperbolicDevice 2022-05-18T05:24:30.4967276Z [ RUN ] TestRevHyperbolicDevice.Rev 2022-05-18T05:24:30.4967706Z [ OK ] TestRevHyperbolicDevice.Rev (0 ms) 2022-05-18T05:24:30.4968162Z [----------] 1 test from TestRevHyperbolicDevice (0 ms total) 2022-05-18T05:24:30.4968406Z 2022-05-18T05:24:30.4968635Z [----------] 2 tests from TestExponentialHost 2022-05-18T05:24:30.4969035Z [ RUN ] TestExponentialHost.IPi 2022-05-18T05:24:30.4969427Z [ OK ] TestExponentialHost.IPi (0 ms) 2022-05-18T05:24:30.4969858Z [ RUN ] TestExponentialHost.EulerFormula 2022-05-18T05:24:30.4970322Z [ OK ] TestExponentialHost.EulerFormula (0 ms) 2022-05-18T05:24:30.4970802Z [----------] 2 tests from TestExponentialHost (0 ms total) 2022-05-18T05:24:30.4971017Z 2022-05-18T05:24:30.4971226Z [----------] 1 test from TestLogHost 2022-05-18T05:24:30.4971602Z [ RUN ] TestLogHost.Definition 2022-05-18T05:24:30.4971998Z [ OK ] TestLogHost.Definition (0 ms) 2022-05-18T05:24:30.4972404Z [----------] 1 test from TestLogHost (0 ms total) 2022-05-18T05:24:30.4972615Z 2022-05-18T05:24:30.4972821Z [----------] 1 test from TestLog10Host 2022-05-18T05:24:30.4973184Z [ RUN ] TestLog10Host.Rev 2022-05-18T05:24:30.4973553Z [ OK ] TestLog10Host.Rev (0 ms) 2022-05-18T05:24:30.4973944Z [----------] 1 test from TestLog10Host (0 ms total) 2022-05-18T05:24:30.4974154Z 2022-05-18T05:24:30.4974879Z [----------] 1 test from TestLog2Host 2022-05-18T05:24:30.4975250Z [ RUN ] TestLog2Host.Rev 2022-05-18T05:24:30.4975599Z [ OK ] TestLog2Host.Rev (0 ms) 2022-05-18T05:24:30.4976009Z [----------] 1 test from TestLog2Host (0 ms total) 2022-05-18T05:24:30.4976221Z 2022-05-18T05:24:30.4976439Z [----------] 1 test from TestPowSqrtHost 2022-05-18T05:24:30.4976808Z [ RUN ] TestPowSqrtHost.Equal 2022-05-18T05:24:30.4977206Z [ OK ] TestPowSqrtHost.Equal (0 ms) 2022-05-18T05:24:30.4977642Z [----------] 1 test from TestPowSqrtHost (0 ms total) 2022-05-18T05:24:30.4977861Z 2022-05-18T05:24:30.4978067Z [----------] 1 test from TestPowHost 2022-05-18T05:24:30.4978419Z [ RUN ] TestPowHost.Square 2022-05-18T05:24:30.4978801Z [ OK ] TestPowHost.Square (0 ms) 2022-05-18T05:24:30.4979214Z [----------] 1 test from TestPowHost (0 ms total) 2022-05-18T05:24:30.4979427Z 2022-05-18T05:24:30.4979648Z [----------] 1 test from TestSinCosSinhCoshHost 2022-05-18T05:24:30.4980081Z [ RUN ] TestSinCosSinhCoshHost.Identity 2022-05-18T05:24:30.4980534Z [ OK ] TestSinCosSinhCoshHost.Identity (0 ms) 2022-05-18T05:24:30.4981113Z [----------] 1 test from TestSinCosSinhCoshHost (0 ms total) 2022-05-18T05:24:30.4981364Z 2022-05-18T05:24:30.4981574Z [----------] 1 test from TestTanHost 2022-05-18T05:24:30.4981943Z [ RUN ] TestTanHost.Identity 2022-05-18T05:24:30.4982331Z [ OK ] TestTanHost.Identity (0 ms) 2022-05-18T05:24:30.4982732Z [----------] 1 test from TestTanHost (0 ms total) 2022-05-18T05:24:30.4983029Z 2022-05-18T05:24:30.4983238Z [----------] 1 test from TestTanhHost 2022-05-18T05:24:30.4983615Z [ RUN ] TestTanhHost.Identity 2022-05-18T05:24:30.4983990Z [ OK ] TestTanhHost.Identity (0 ms) 2022-05-18T05:24:30.4984415Z [----------] 1 test from TestTanhHost (0 ms total) 2022-05-18T05:24:30.4984631Z 2022-05-18T05:24:30.4984877Z [----------] 1 test from TestRevTrigonometricHost 2022-05-18T05:24:30.4985301Z [ RUN ] TestRevTrigonometricHost.Rev 2022-05-18T05:24:30.4985718Z [ OK ] TestRevTrigonometricHost.Rev (0 ms) 2022-05-18T05:24:30.4986205Z [----------] 1 test from TestRevTrigonometricHost (0 ms total) 2022-05-18T05:24:30.4986449Z 2022-05-18T05:24:30.4986686Z [----------] 1 test from TestRevHyperbolicHost 2022-05-18T05:24:30.4987079Z [ RUN ] TestRevHyperbolicHost.Rev 2022-05-18T05:24:30.4987500Z [ OK ] TestRevHyperbolicHost.Rev (0 ms) 2022-05-18T05:24:30.4987969Z [----------] 1 test from TestRevHyperbolicHost (0 ms total) 2022-05-18T05:24:30.4988207Z 2022-05-18T05:24:30.4988420Z [----------] Global test environment tear-down 2022-05-18T05:24:30.4988856Z [==========] 24 tests from 22 test suites ran. (3087 ms total) 2022-05-18T05:24:30.4989217Z [ PASSED ] 24 tests. 2022-05-18T05:24:30.8785089Z + [[ -x ./cuda_cub_test ]] 2022-05-18T05:24:30.8785384Z + ./cuda_cub_test 2022-05-18T05:24:31.1328700Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:31.1329596Z [==========] Running 3 tests from 3 test suites. 2022-05-18T05:24:31.1329998Z [----------] Global test environment set-up. 2022-05-18T05:24:31.1330382Z [----------] 1 test from NumBits 2022-05-18T05:24:31.1330727Z [ RUN ] NumBits.CubTest 2022-05-18T05:24:31.1331076Z [ OK ] NumBits.CubTest (0 ms) 2022-05-18T05:24:31.1331471Z [----------] 1 test from NumBits (0 ms total) 2022-05-18T05:24:31.1331686Z 2022-05-18T05:24:31.1331913Z [----------] 1 test from InclusiveScanSplit 2022-05-18T05:24:31.1332320Z [ RUN ] InclusiveScanSplit.CubTest 2022-05-18T05:24:34.2120112Z [ OK ] InclusiveScanSplit.CubTest (3078 ms) 2022-05-18T05:24:34.2121003Z [----------] 1 test from InclusiveScanSplit (3078 ms total) 2022-05-18T05:24:34.2121433Z 2022-05-18T05:24:34.2121884Z [----------] 1 test from ExclusiveScanSplit 2022-05-18T05:24:34.2122769Z [ RUN ] ExclusiveScanSplit.CubTest 2022-05-18T05:24:34.2123234Z [ OK ] ExclusiveScanSplit.CubTest (0 ms) 2022-05-18T05:24:34.2123676Z [----------] 1 test from ExclusiveScanSplit (0 ms total) 2022-05-18T05:24:34.2123906Z 2022-05-18T05:24:34.2124139Z [----------] Global test environment tear-down 2022-05-18T05:24:34.2124574Z [==========] 3 tests from 3 test suites ran. (3079 ms total) 2022-05-18T05:24:34.2124941Z [ PASSED ] 3 tests. 2022-05-18T05:24:34.5944051Z + [[ -x ./cuda_atomic_ops_test ]] 2022-05-18T05:24:34.5944384Z + ./cuda_atomic_ops_test 2022-05-18T05:24:34.8467759Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:24:34.8468436Z [==========] Running 4 tests from 1 test suite. 2022-05-18T05:24:34.8468834Z [----------] Global test environment set-up. 2022-05-18T05:24:34.8469234Z [----------] 4 tests from TestAtomicOps 2022-05-18T05:24:34.8469636Z [ RUN ] TestAtomicOps.TestAtomicAdd 2022-05-18T05:24:37.9069775Z [ OK ] TestAtomicOps.TestAtomicAdd (3059 ms) 2022-05-18T05:24:37.9070325Z [ RUN ] TestAtomicOps.TestAtomicMul 2022-05-18T05:24:37.9077392Z [ OK ] TestAtomicOps.TestAtomicMul (0 ms) 2022-05-18T05:24:37.9077849Z [ RUN ] TestAtomicOps.TestAtomicMax 2022-05-18T05:24:37.9087115Z [ OK ] TestAtomicOps.TestAtomicMax (0 ms) 2022-05-18T05:24:37.9087733Z [ RUN ] TestAtomicOps.TestAtomicMin 2022-05-18T05:24:37.9098654Z [ OK ] TestAtomicOps.TestAtomicMin (1 ms) 2022-05-18T05:24:37.9099279Z [----------] 4 tests from TestAtomicOps (3063 ms total) 2022-05-18T05:24:37.9099513Z 2022-05-18T05:24:37.9099746Z [----------] Global test environment tear-down 2022-05-18T05:24:37.9100176Z [==========] 4 tests from 1 test suite ran. (3063 ms total) 2022-05-18T05:24:37.9100532Z [ PASSED ] 4 tests. 2022-05-18T05:24:38.2904729Z + '[' ON == ON ']' 2022-05-18T05:24:38.2905420Z + valgrind --suppressions=/var/lib/jenkins/workspace/aten/tools/valgrind.sup --error-exitcode=1 ./basic '--gtest_filter=-*CUDA' 2022-05-18T05:24:38.3036129Z ==18667== Memcheck, a memory error detector 2022-05-18T05:24:38.3036901Z ==18667== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. 2022-05-18T05:24:38.3037408Z ==18667== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info 2022-05-18T05:24:38.3037846Z ==18667== Command: ./basic --gtest_filter=-*CUDA 2022-05-18T05:24:38.3038137Z ==18667== 2022-05-18T05:24:43.2327839Z ==18667== Warning: set address range perms: large range [0x59eb4000, 0x7579e000) (defined) 2022-05-18T05:25:18.9850823Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-05-18T05:25:19.0129416Z Note: Google Test filter = -*CUDA 2022-05-18T05:25:19.0202161Z [==========] Running 3 tests from 1 test suite. 2022-05-18T05:25:19.0235217Z [----------] Global test environment set-up. 2022-05-18T05:25:19.0283189Z [----------] 3 tests from BasicTest 2022-05-18T05:25:19.0306474Z [ RUN ] BasicTest.BasicTestCPU 2022-05-18T05:25:19.2784056Z ==18667== Warning: noted but unhandled ioctl 0x30000001 with no size/direction hints. 2022-05-18T05:25:19.2784918Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:25:19.2785356Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:25:19.2794087Z ==18667== Warning: noted but unhandled ioctl 0x27 with no size/direction hints. 2022-05-18T05:25:19.2794661Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:25:19.2795077Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:25:21.2753323Z ==18667== Warning: noted but unhandled ioctl 0x25 with no size/direction hints. 2022-05-18T05:25:21.2753785Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:25:21.2754226Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:25:21.2869798Z ==18667== Warning: noted but unhandled ioctl 0x17 with no size/direction hints. 2022-05-18T05:25:21.2870343Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:25:21.2870763Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:25:21.3033794Z ==18667== Warning: set address range perms: large range [0x2000000000, 0x3f00000000) (noaccess) 2022-05-18T05:25:22.3825935Z ==18667== Warning: set address range perms: large range [0x200000000, 0x500000000) (noaccess) 2022-05-18T05:25:22.3909300Z ==18667== Warning: set address range perms: large range [0x7579e000, 0x9579d000) (noaccess) 2022-05-18T05:25:24.1748338Z 707 ms 2022-05-18T05:25:33.4500819Z 9248 ms 2022-05-18T05:25:45.3180420Z 11860 ms 2022-05-18T05:25:46.2289761Z [ OK ] BasicTest.BasicTestCPU (27194 ms) 2022-05-18T05:25:46.2300326Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-05-18T05:25:46.5467983Z 243 ms 2022-05-18T05:25:55.1041687Z 8545 ms 2022-05-18T05:26:07.0276239Z 11917 ms 2022-05-18T05:26:07.2448899Z [ OK ] BasicTest.BasicTestHalfCPU (21014 ms) 2022-05-18T05:26:07.3016514Z [ RUN ] BasicTest.FactoryMethodsTest 2022-05-18T05:26:07.4202954Z ==18667== Warning: noted but unhandled ioctl 0x19 with no size/direction hints. 2022-05-18T05:26:07.4205315Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:26:07.4205765Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:26:07.4628119Z ==18667== Warning: noted but unhandled ioctl 0x49 with no size/direction hints. 2022-05-18T05:26:07.4630333Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:26:07.4630844Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:26:07.4650004Z ==18667== Warning: noted but unhandled ioctl 0x21 with no size/direction hints. 2022-05-18T05:26:07.4650616Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:26:07.4651011Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:26:07.7943941Z ==18667== Warning: noted but unhandled ioctl 0x1b with no size/direction hints. 2022-05-18T05:26:07.7944707Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:26:07.7945381Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:26:08.1558168Z ==18667== Warning: noted but unhandled ioctl 0x41 with no size/direction hints. 2022-05-18T05:26:08.1558627Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:26:08.1559050Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:26:08.8932657Z ==18667== Warning: noted but unhandled ioctl 0x22 with no size/direction hints. 2022-05-18T05:26:08.8933421Z ==18667== This could cause spurious value errors to appear. 2022-05-18T05:26:08.8933863Z ==18667== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 2022-05-18T05:26:36.2259924Z [ OK ] BasicTest.FactoryMethodsTest (28924 ms) 2022-05-18T05:26:36.2282624Z [----------] 3 tests from BasicTest (77196 ms total) 2022-05-18T05:26:36.2282876Z 2022-05-18T05:26:36.2297304Z [----------] Global test environment tear-down 2022-05-18T05:26:36.2334093Z [==========] 3 tests from 1 test suite ran. (77222 ms total) 2022-05-18T05:26:36.2353206Z [ PASSED ] 3 tests. 2022-05-18T05:26:38.2921444Z ==18667== 2022-05-18T05:26:38.3031445Z ==18667== HEAP SUMMARY: 2022-05-18T05:26:38.3031796Z ==18667== in use at exit: 760,942,314 bytes in 329,746 blocks 2022-05-18T05:26:38.3032164Z ==18667== total heap usage: 1,822,385 allocs, 1,492,639 frees, 1,544,356,469 bytes allocated 2022-05-18T05:26:38.3032472Z ==18667== 2022-05-18T05:26:43.3345036Z ==18667== LEAK SUMMARY: 2022-05-18T05:26:43.3345624Z ==18667== definitely lost: 104 bytes in 1 blocks 2022-05-18T05:26:43.3345960Z ==18667== indirectly lost: 96 bytes in 1 blocks 2022-05-18T05:26:43.3346287Z ==18667== possibly lost: 118,184 bytes in 1,289 blocks 2022-05-18T05:26:43.3346624Z ==18667== still reachable: 760,823,930 bytes in 328,455 blocks 2022-05-18T05:26:43.3350377Z ==18667== suppressed: 0 bytes in 0 blocks 2022-05-18T05:26:43.3350953Z ==18667== Rerun with --leak-check=full to see details of leaked memory 2022-05-18T05:26:43.3351280Z ==18667== 2022-05-18T05:26:43.3351641Z ==18667== For lists of detected and suppressed errors, rerun with: -s 2022-05-18T05:26:43.3352026Z ==18667== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 2022-05-18T05:26:43.7940508Z + [[ -x ./tensor_interop_test ]] 2022-05-18T05:26:43.7940813Z + popd 2022-05-18T05:26:43.7941041Z ~/workspace 2022-05-18T05:26:43.7943308Z + [[ -n '' ]] 2022-05-18T05:26:43.7943818Z + assert_git_not_dirty 2022-05-18T05:26:43.7944440Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *rocm* ]] 2022-05-18T05:26:43.7944909Z + [[ linux-bionic-cuda10.2-py3.9-gcc7-default != *xla* ]] 2022-05-18T05:26:43.7947672Z ++ git status --porcelain 2022-05-18T05:26:43.8786772Z + git_status= 2022-05-18T05:26:43.8787305Z + [[ -n '' ]] 2022-05-18T05:26:43.8787756Z + cleanup 2022-05-18T05:26:43.8788462Z + retcode=0 2022-05-18T05:26:43.8788702Z + set +x 2022-05-18T05:26:43.8788916Z EXITED_USER_LAND 2022-05-18T05:26:43.8868288Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master 2022-05-18T05:26:43.8868643Z with: 2022-05-18T05:26:43.8869210Z github-token: *** 2022-05-18T05:26:43.8869462Z env: 2022-05-18T05:26:43.8869687Z IN_CI: 1 2022-05-18T05:26:43.8869898Z IS_GHA: 1 2022-05-18T05:26:43.8870150Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:43.8870424Z GPU_FLAG: --gpus all 2022-05-18T05:26:43.8870661Z ##[endgroup] 2022-05-18T05:26:43.8902603Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-05-18T05:26:43.8902925Z with: 2022-05-18T05:26:43.8903149Z shell: bash 2022-05-18T05:26:43.8903380Z timeout_minutes: 10 2022-05-18T05:26:43.8903630Z max_attempts: 5 2022-05-18T05:26:43.8903882Z retry_wait_seconds: 30 2022-05-18T05:26:43.8904416Z command: set -x 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-05-18T05:26:43.8904930Z polling_interval_seconds: 1 2022-05-18T05:26:43.8905189Z warning_on_retry: true 2022-05-18T05:26:43.8905454Z continue_on_error: false 2022-05-18T05:26:43.8905701Z env: 2022-05-18T05:26:43.8905898Z IN_CI: 1 2022-05-18T05:26:43.8906124Z IS_GHA: 1 2022-05-18T05:26:43.8906377Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:43.8906629Z GPU_FLAG: --gpus all 2022-05-18T05:26:43.8907027Z GITHUB_TOKEN: *** 2022-05-18T05:26:43.8907278Z ##[endgroup] 2022-05-18T05:26:43.9348041Z 2022-05-18T05:26:43.9422105Z + python3 -m pip install requests==2.26.0 2022-05-18T05:26:44.8393089Z Defaulting to user installation because normal site-packages is not writeable 2022-05-18T05:26:44.9768751Z Collecting requests==2.26.0 2022-05-18T05:26:44.9962575Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-05-18T05:26:45.1127537Z Collecting urllib3<1.27,>=1.21.1 2022-05-18T05:26:45.1169827Z Downloading urllib3-1.26.9-py2.py3-none-any.whl (138 kB) 2022-05-18T05:26:45.1984943Z Collecting certifi>=2017.4.17 2022-05-18T05:26:45.2026633Z Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-05-18T05:26:45.2536230Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-05-18T05:26:45.2576784Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-05-18T05:26:45.2962217Z Collecting idna<4,>=2.5; python_version >= "3" 2022-05-18T05:26:45.3001176Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-05-18T05:26:45.3806366Z Installing collected packages: urllib3, certifi, charset-normalizer, idna, requests 2022-05-18T05:26:45.4983718Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-05-18T05:26:45.4984399Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T05:26:45.6282474Z Successfully installed certifi-2021.10.8 charset-normalizer-2.0.12 idna-3.3 requests-2.26.0 urllib3-1.26.9 2022-05-18T05:26:45.8041042Z ++ python3 .github/scripts/get_workflow_job_id.py 2342799949 i-06e6a2e80ea31f4b9 2022-05-18T05:26:47.1391158Z + GHA_WORKFLOW_JOB_ID=6482671088 2022-05-18T05:26:47.1392478Z + echo '::set-output name=job-id::6482671088' 2022-05-18T05:26:47.9453455Z Command completed after 1 attempt(s). 2022-05-18T05:26:47.9453859Z 2022-05-18T05:26:47.9608467Z Prepare all required actions 2022-05-18T05:26:47.9608917Z Getting action download info 2022-05-18T05:26:48.1628239Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-05-18T05:26:48.2928539Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-05-18T05:26:48.2928844Z with: 2022-05-18T05:26:48.2929167Z file-suffix: test-default-1-2-linux.4xlarge.nvidia.gpu_6482671088 2022-05-18T05:26:48.2929507Z env: 2022-05-18T05:26:48.2929724Z IN_CI: 1 2022-05-18T05:26:48.2929934Z IS_GHA: 1 2022-05-18T05:26:48.2930188Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:48.2930599Z GPU_FLAG: --gpus all 2022-05-18T05:26:48.2930833Z ##[endgroup] 2022-05-18T05:26:48.2959739Z ##[group]Run # Remove any previous test jsons if they exist 2022-05-18T05:26:48.2960126Z # Remove any previous test jsons if they exist 2022-05-18T05:26:48.2960428Z rm -f test-jsons-*.zip 2022-05-18T05:26:48.2960804Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-05-18T05:26:48.2973108Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:26:48.2973393Z env: 2022-05-18T05:26:48.2973614Z IN_CI: 1 2022-05-18T05:26:48.2973841Z IS_GHA: 1 2022-05-18T05:26:48.2974073Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:48.2974815Z GPU_FLAG: --gpus all 2022-05-18T05:26:48.2975183Z FILE_SUFFIX: test-default-1-2-linux.4xlarge.nvidia.gpu_6482671088 2022-05-18T05:26:48.2975510Z ##[endgroup] 2022-05-18T05:26:48.3125695Z adding: test/allowlist_for_publicAPI.json (deflated 82%) 2022-05-18T05:26:48.3163956Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-05-18T05:26:48.3165055Z adding: test/.pytorch-slow-tests.json (deflated 71%) 2022-05-18T05:26:48.3169419Z adding: test/.pytorch-disabled-tests.json (deflated 83%) 2022-05-18T05:26:48.3191737Z ##[group]Run # Remove any previous test reports if they exist 2022-05-18T05:26:48.3192137Z # Remove any previous test reports if they exist 2022-05-18T05:26:48.3192470Z rm -f test-reports-*.zip 2022-05-18T05:26:48.3192800Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-05-18T05:26:48.3204643Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:26:48.3204949Z env: 2022-05-18T05:26:48.3205153Z IN_CI: 1 2022-05-18T05:26:48.3205380Z IS_GHA: 1 2022-05-18T05:26:48.3205631Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:48.3205886Z GPU_FLAG: --gpus all 2022-05-18T05:26:48.3206251Z FILE_SUFFIX: test-default-1-2-linux.4xlarge.nvidia.gpu_6482671088 2022-05-18T05:26:48.3206598Z ##[endgroup] 2022-05-18T05:26:48.3322766Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220518040723.xml (deflated 89%) 2022-05-18T05:26:48.3323556Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220518040723.xml (deflated 48%) 2022-05-18T05:26:48.3324343Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestPassManagerCudaFuser-20220518040723.xml (deflated 69%) 2022-05-18T05:26:48.3495538Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuserOpInfoCUDA-20220518040723.xml (deflated 98%) 2022-05-18T05:26:48.3529616Z adding: test/test-reports/python-unittest/test_ops_jit/TEST-TestJitCUDA-20220518040950.xml (deflated 93%) 2022-05-18T05:26:48.3530656Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220518042759.xml (deflated 92%) 2022-05-18T05:26:48.3531888Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220518042759.xml (deflated 93%) 2022-05-18T05:26:48.3532858Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220518042759.xml (deflated 66%) 2022-05-18T05:26:48.3533904Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220518042759.xml (deflated 63%) 2022-05-18T05:26:48.3535104Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220518042759.xml (deflated 82%) 2022-05-18T05:26:48.3535975Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220518042759.xml (deflated 72%) 2022-05-18T05:26:48.3536875Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220518042759.xml (deflated 86%) 2022-05-18T05:26:48.3537931Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220518042759.xml (deflated 86%) 2022-05-18T05:26:48.3538816Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220518042759.xml (deflated 75%) 2022-05-18T05:26:48.3539651Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220518042759.xml (deflated 81%) 2022-05-18T05:26:48.3540460Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220518042759.xml (deflated 79%) 2022-05-18T05:26:48.3541336Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220518042759.xml (deflated 62%) 2022-05-18T05:26:48.3544641Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220518042759.xml (deflated 88%) 2022-05-18T05:26:48.3546085Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220518042759.xml (deflated 92%) 2022-05-18T05:26:48.3546992Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220518042759.xml (deflated 70%) 2022-05-18T05:26:48.3547984Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220518042759.xml (deflated 88%) 2022-05-18T05:26:48.3548807Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220518042759.xml (deflated 76%) 2022-05-18T05:26:48.3550053Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220518042759.xml (deflated 73%) 2022-05-18T05:26:48.3551029Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220518042759.xml (deflated 70%) 2022-05-18T05:26:48.3551949Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220518042759.xml (deflated 82%) 2022-05-18T05:26:48.3552843Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220518042759.xml (deflated 52%) 2022-05-18T05:26:48.3553697Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220518042759.xml (deflated 70%) 2022-05-18T05:26:48.3554592Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220518042759.xml (deflated 74%) 2022-05-18T05:26:48.3555510Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220518042759.xml (deflated 88%) 2022-05-18T05:26:48.3556485Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220518042759.xml (deflated 79%) 2022-05-18T05:26:48.3557324Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220518042759.xml (deflated 63%) 2022-05-18T05:26:48.3558117Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220518042759.xml (deflated 84%) 2022-05-18T05:26:48.3559163Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBR-20220518042759.xml (deflated 85%) 2022-05-18T05:26:48.3560041Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps-20220518042759.xml (deflated 87%) 2022-05-18T05:26:48.3561013Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels-20220518042759.xml (deflated 62%) 2022-05-18T05:26:48.3561900Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps-20220518042759.xml (deflated 85%) 2022-05-18T05:26:48.3562777Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220518042759.xml (deflated 59%) 2022-05-18T05:26:48.3563684Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220518042759.xml (deflated 83%) 2022-05-18T05:26:48.3564576Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220518042759.xml (deflated 86%) 2022-05-18T05:26:48.3565494Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220518042759.xml (deflated 80%) 2022-05-18T05:26:48.3566681Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220518042759.xml (deflated 79%) 2022-05-18T05:26:48.3567578Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220518042759.xml (deflated 80%) 2022-05-18T05:26:48.3568493Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220518042759.xml (deflated 83%) 2022-05-18T05:26:48.3572907Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220518042759.xml (deflated 86%) 2022-05-18T05:26:48.3573746Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220518042759.xml (deflated 79%) 2022-05-18T05:26:48.3576852Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220518042759.xml (deflated 85%) 2022-05-18T05:26:48.3577660Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220518042759.xml (deflated 71%) 2022-05-18T05:26:48.3579268Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220518042759.xml (deflated 81%) 2022-05-18T05:26:48.3581203Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220518042759.xml (deflated 86%) 2022-05-18T05:26:48.3582061Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220518042759.xml (deflated 82%) 2022-05-18T05:26:48.3583196Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220518042759.xml (deflated 82%) 2022-05-18T05:26:48.3584315Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220518042759.xml (deflated 71%) 2022-05-18T05:26:48.3585260Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220518042759.xml (deflated 64%) 2022-05-18T05:26:48.3586551Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220518042759.xml (deflated 87%) 2022-05-18T05:26:48.3588940Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220518042759.xml (deflated 88%) 2022-05-18T05:26:48.3590026Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220518042759.xml (deflated 63%) 2022-05-18T05:26:48.3590974Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220518042759.xml (deflated 69%) 2022-05-18T05:26:48.3591909Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220518042759.xml (deflated 85%) 2022-05-18T05:26:48.3592832Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220518042759.xml (deflated 86%) 2022-05-18T05:26:48.3593992Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220518042759.xml (deflated 85%) 2022-05-18T05:26:48.3594930Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220518042759.xml (deflated 72%) 2022-05-18T05:26:48.3618736Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20220518044015.xml (deflated 94%) 2022-05-18T05:26:48.3619426Z adding: test/test-reports/python-unittest/test_nn/TEST-PackedSequenceTest-20220518044542.xml (deflated 73%) 2022-05-18T05:26:48.3620080Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220518044542.xml (deflated 53%) 2022-05-18T05:26:48.3620693Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAvgPool-20220518044542.xml (deflated 79%) 2022-05-18T05:26:48.3621348Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220518044542.xml (deflated 53%) 2022-05-18T05:26:48.3622031Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220518044542.xml (deflated 41%) 2022-05-18T05:26:48.3622696Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220518044542.xml (deflated 39%) 2022-05-18T05:26:48.3623650Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220518044542.xml (deflated 89%) 2022-05-18T05:26:48.3624323Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220518044542.xml (deflated 71%) 2022-05-18T05:26:48.3674763Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220518044542.xml (deflated 94%) 2022-05-18T05:26:48.3699811Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCUDA-20220518044542.xml (deflated 94%) 2022-05-18T05:26:48.3700625Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220518044542.xml (deflated 85%) 2022-05-18T05:26:48.3701266Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220518044542.xml (deflated 68%) 2022-05-18T05:26:48.3722237Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCUDA-20220518045042.xml (deflated 96%) 2022-05-18T05:26:48.3722984Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220518045520.xml (deflated 66%) 2022-05-18T05:26:48.3723705Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220518045520.xml (deflated 85%) 2022-05-18T05:26:48.3724515Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220518045520.xml (deflated 47%) 2022-05-18T05:26:48.3725239Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220518045520.xml (deflated 47%) 2022-05-18T05:26:48.3726062Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220518045520.xml (deflated 86%) 2022-05-18T05:26:48.3726848Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220518045520.xml (deflated 73%) 2022-05-18T05:26:48.3727607Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220518045520.xml (deflated 59%) 2022-05-18T05:26:48.3728432Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220518045520.xml (deflated 81%) 2022-05-18T05:26:48.3729136Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220518045520.xml (deflated 70%) 2022-05-18T05:26:48.3729816Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_cuda.TestCUDA-20220518045520.xml (deflated 73%) 2022-05-18T05:26:48.3730682Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3731392Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220518045520.xml (deflated 84%) 2022-05-18T05:26:48.3732260Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220518045520.xml (deflated 82%) 2022-05-18T05:26:48.3732979Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220518045520.xml (deflated 56%) 2022-05-18T05:26:48.3733962Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220518045520.xml (deflated 86%) 2022-05-18T05:26:48.3735208Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220518045520.xml (deflated 82%) 2022-05-18T05:26:48.3735939Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220518045520.xml (deflated 77%) 2022-05-18T05:26:48.3736887Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220518045520.xml (deflated 84%) 2022-05-18T05:26:48.3737601Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220518045520.xml (deflated 71%) 2022-05-18T05:26:48.3738907Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220518045520.xml (deflated 89%) 2022-05-18T05:26:48.3739597Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220518045520.xml (deflated 40%) 2022-05-18T05:26:48.3740780Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220518045520.xml (deflated 84%) 2022-05-18T05:26:48.3741590Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220518045520.xml (deflated 51%) 2022-05-18T05:26:48.3742454Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220518045520.xml (deflated 73%) 2022-05-18T05:26:48.3743245Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220518045520.xml (deflated 46%) 2022-05-18T05:26:48.3744020Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220518045520.xml (deflated 52%) 2022-05-18T05:26:48.3744748Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220518045520.xml (deflated 79%) 2022-05-18T05:26:48.3745422Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220518045520.xml (deflated 87%) 2022-05-18T05:26:48.3746221Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220518045520.xml (deflated 62%) 2022-05-18T05:26:48.3747052Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220518045520.xml (deflated 72%) 2022-05-18T05:26:48.3747937Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220518045520.xml (deflated 62%) 2022-05-18T05:26:48.3748756Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220518045520.xml (deflated 89%) 2022-05-18T05:26:48.3750834Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220518045520.xml (deflated 84%) 2022-05-18T05:26:48.3751619Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitAutocast-20220518045520.xml (deflated 55%) 2022-05-18T05:26:48.3761682Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220518045520.xml (deflated 95%) 2022-05-18T05:26:48.3762402Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220518045520.xml (deflated 80%) 2022-05-18T05:26:48.3764572Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220518045520.xml (deflated 89%) 2022-05-18T05:26:48.3765243Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220518045520.xml (deflated 76%) 2022-05-18T05:26:48.3765990Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220518045520.xml (deflated 70%) 2022-05-18T05:26:48.3766701Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220518045520.xml (deflated 82%) 2022-05-18T05:26:48.3768368Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3769904Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220518045520.xml (deflated 84%) 2022-05-18T05:26:48.3771425Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220518045520.xml (deflated 68%) 2022-05-18T05:26:48.3773077Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3775112Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220518045520.xml (deflated 87%) 2022-05-18T05:26:48.3776620Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220518045520.xml (deflated 49%) 2022-05-18T05:26:48.3778069Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220518045520.xml (deflated 81%) 2022-05-18T05:26:48.3779610Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220518045520.xml (deflated 84%) 2022-05-18T05:26:48.3781112Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_onnx_export.TestONNXExport-20220518045520.xml (deflated 84%) 2022-05-18T05:26:48.3782690Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220518045520.xml (deflated 64%) 2022-05-18T05:26:48.3784581Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3786450Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220518045520.xml (deflated 60%) 2022-05-18T05:26:48.3788038Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220518045520.xml (deflated 89%) 2022-05-18T05:26:48.3789472Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220518045520.xml (deflated 41%) 2022-05-18T05:26:48.3791061Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220518045520.xml (deflated 80%) 2022-05-18T05:26:48.3792633Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220518045520.xml (deflated 79%) 2022-05-18T05:26:48.3794154Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220518045520.xml (deflated 86%) 2022-05-18T05:26:48.3795600Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220518045520.xml (deflated 47%) 2022-05-18T05:26:48.3797088Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220518045520.xml (deflated 88%) 2022-05-18T05:26:48.3798806Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220518045520.xml (deflated 80%) 2022-05-18T05:26:48.3800261Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220518045520.xml (deflated 80%) 2022-05-18T05:26:48.3801847Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3814665Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220518045520.xml (deflated 88%) 2022-05-18T05:26:48.3816151Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220518045520.xml (deflated 79%) 2022-05-18T05:26:48.3817617Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3819456Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220518045520.xml (deflated 87%) 2022-05-18T05:26:48.3821269Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220518045520.xml (deflated 76%) 2022-05-18T05:26:48.3822672Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220518045520.xml (deflated 86%) 2022-05-18T05:26:48.3824057Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220518045520.xml (deflated 72%) 2022-05-18T05:26:48.3825630Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220518045520.xml (deflated 90%) 2022-05-18T05:26:48.3827332Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220518045520.xml (deflated 87%) 2022-05-18T05:26:48.3828933Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220518045520.xml (deflated 75%) 2022-05-18T05:26:48.3830478Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220518045520.xml (deflated 81%) 2022-05-18T05:26:48.3832063Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220518045520.xml (deflated 61%) 2022-05-18T05:26:48.3833541Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220518045520.xml (deflated 88%) 2022-05-18T05:26:48.3834961Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220518045520.xml (deflated 87%) 2022-05-18T05:26:48.3836391Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220518045520.xml (deflated 82%) 2022-05-18T05:26:48.3837916Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220518045520.xml (deflated 82%) 2022-05-18T05:26:48.3839392Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220518045520.xml (deflated 88%) 2022-05-18T05:26:48.3841190Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220518045520.xml (deflated 86%) 2022-05-18T05:26:48.3842874Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220518045520.xml (deflated 61%) 2022-05-18T05:26:48.3844409Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220518045520.xml (deflated 79%) 2022-05-18T05:26:48.3845824Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220518045520.xml (deflated 78%) 2022-05-18T05:26:48.3847172Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220518045520.xml (deflated 72%) 2022-05-18T05:26:48.3848659Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220518045520.xml (deflated 78%) 2022-05-18T05:26:48.3850376Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3851978Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220518045520.xml (deflated 83%) 2022-05-18T05:26:48.3853498Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220518045815.xml (deflated 78%) 2022-05-18T05:26:48.3855284Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220518045815.xml (deflated 85%) 2022-05-18T05:26:48.3856868Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220518045815.xml (deflated 74%) 2022-05-18T05:26:48.3858423Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220518045815.xml (deflated 82%) 2022-05-18T05:26:48.3862558Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220518045815.xml (deflated 86%) 2022-05-18T05:26:48.3863911Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220518045815.xml (deflated 62%) 2022-05-18T05:26:48.3866560Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220518045815.xml (deflated 94%) 2022-05-18T05:26:48.3868605Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220518045815.xml (deflated 85%) 2022-05-18T05:26:48.3870983Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220518045815.xml (deflated 87%) 2022-05-18T05:26:48.3872314Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220518045815.xml (deflated 89%) 2022-05-18T05:26:48.3883860Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCUDA-20220518045815.xml (deflated 97%) 2022-05-18T05:26:48.3886821Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220518045953.xml (deflated 86%) 2022-05-18T05:26:48.3887566Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220518050532.xml (deflated 62%) 2022-05-18T05:26:48.3888323Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220518050532.xml (deflated 53%) 2022-05-18T05:26:48.3889316Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220518050532.xml (deflated 65%) 2022-05-18T05:26:48.3890900Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220518050532.xml (deflated 58%) 2022-05-18T05:26:48.3892473Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220518050544.xml (deflated 62%) 2022-05-18T05:26:48.3893844Z adding: test/test-reports/python-unittest/test_torch/TEST-TestDevicePrecisionCUDA-20220518050544.xml (deflated 86%) 2022-05-18T05:26:48.3899561Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220518050544.xml (deflated 89%) 2022-05-18T05:26:48.3915847Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCUDA-20220518050544.xml (deflated 93%) 2022-05-18T05:26:48.3917364Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCUDA-20220518050544.xml (deflated 40%) 2022-05-18T05:26:48.3919984Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCUDA-20220518050718.xml (deflated 95%) 2022-05-18T05:26:48.3921509Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCUDA-20220518050718.xml (deflated 76%) 2022-05-18T05:26:48.3923063Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCUDA-20220518050718.xml (deflated 89%) 2022-05-18T05:26:48.3931317Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCUDA-20220518050718.xml (deflated 92%) 2022-05-18T05:26:48.3989500Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCUDA-20220518050859.xml (deflated 97%) 2022-05-18T05:26:48.3991034Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220518051039.xml (deflated 60%) 2022-05-18T05:26:48.3992580Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220518051039.xml (deflated 77%) 2022-05-18T05:26:48.3994164Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220518051039.xml (deflated 72%) 2022-05-18T05:26:48.3995801Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220518051039.xml (deflated 64%) 2022-05-18T05:26:48.3997351Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220518051039.xml (deflated 84%) 2022-05-18T05:26:48.3998962Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220518051039.xml (deflated 64%) 2022-05-18T05:26:48.4000509Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220518051039.xml (deflated 65%) 2022-05-18T05:26:48.4002007Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220518051039.xml (deflated 40%) 2022-05-18T05:26:48.4003382Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220518051039.xml (deflated 60%) 2022-05-18T05:26:48.4004852Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCUDA-20220518051110.xml (deflated 44%) 2022-05-18T05:26:48.4006371Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220518051110.xml (deflated 83%) 2022-05-18T05:26:48.4007825Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220518051110.xml (deflated 84%) 2022-05-18T05:26:48.4009301Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220518051110.xml (deflated 74%) 2022-05-18T05:26:48.4017364Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220518051143.xml (deflated 86%) 2022-05-18T05:26:48.4018180Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220518051143.xml (deflated 60%) 2022-05-18T05:26:48.4021255Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCUDA-20220518051143.xml (deflated 86%) 2022-05-18T05:26:48.4022392Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220518051143.xml (deflated 84%) 2022-05-18T05:26:48.4023445Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220518051143.xml (deflated 72%) 2022-05-18T05:26:48.4027049Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220518051143.xml (deflated 94%) 2022-05-18T05:26:48.4028759Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220518051143.xml (deflated 87%) 2022-05-18T05:26:48.4030388Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220518051143.xml (deflated 78%) 2022-05-18T05:26:48.4034492Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCUDA-20220518051213.xml (deflated 95%) 2022-05-18T05:26:48.4038391Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCUDA-20220518051242.xml (deflated 90%) 2022-05-18T05:26:48.4042187Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCUDA-20220518051242.xml (deflated 94%) 2022-05-18T05:26:48.4051207Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCUDA-20220518051308.xml (deflated 97%) 2022-05-18T05:26:48.4054626Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220518051332.xml (deflated 84%) 2022-05-18T05:26:48.4078838Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220518051524.xml (deflated 96%) 2022-05-18T05:26:48.4080291Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220518051549.xml (deflated 84%) 2022-05-18T05:26:48.4081777Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220518051549.xml (deflated 70%) 2022-05-18T05:26:48.4083323Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220518051549.xml (deflated 84%) 2022-05-18T05:26:48.4084969Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseMultiDeviceCUDA-20220518051549.xml (deflated 56%) 2022-05-18T05:26:48.4086568Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220518051549.xml (deflated 69%) 2022-05-18T05:26:48.4088101Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220518051549.xml (deflated 69%) 2022-05-18T05:26:48.4089609Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220518051549.xml (deflated 70%) 2022-05-18T05:26:48.4091101Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220518051549.xml (deflated 75%) 2022-05-18T05:26:48.4092623Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220518051549.xml (deflated 69%) 2022-05-18T05:26:48.4094133Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220518051549.xml (deflated 69%) 2022-05-18T05:26:48.4095872Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220518051549.xml (deflated 40%) 2022-05-18T05:26:48.4097369Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220518051549.xml (deflated 88%) 2022-05-18T05:26:48.4099067Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCUDA-20220518051549.xml (deflated 88%) 2022-05-18T05:26:48.4100652Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCUDA-20220518051549.xml (deflated 91%) 2022-05-18T05:26:48.4101961Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20220518051603.xml (deflated 52%) 2022-05-18T05:26:48.4103285Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220518051603.xml (deflated 52%) 2022-05-18T05:26:48.4104640Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220518051603.xml (deflated 78%) 2022-05-18T05:26:48.4106012Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220518051603.xml (deflated 55%) 2022-05-18T05:26:48.4107433Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220518051603.xml (deflated 67%) 2022-05-18T05:26:48.4108837Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220518051603.xml (deflated 41%) 2022-05-18T05:26:48.4110237Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20220518051603.xml (deflated 39%) 2022-05-18T05:26:48.4111736Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220518051603.xml (deflated 52%) 2022-05-18T05:26:48.4113126Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220518051603.xml (deflated 40%) 2022-05-18T05:26:48.4114517Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220518051603.xml (deflated 41%) 2022-05-18T05:26:48.4115733Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestProfiler-20220518051641.xml (deflated 72%) 2022-05-18T05:26:48.4117055Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestProfilerCUDA-20220518051641.xml (deflated 49%) 2022-05-18T05:26:48.4118526Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestRecordFunction-20220518051641.xml (deflated 69%) 2022-05-18T05:26:48.4119950Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220518051659.xml (deflated 78%) 2022-05-18T05:26:48.4121581Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220518051659.xml (deflated 82%) 2022-05-18T05:26:48.4123296Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220518051659.xml (deflated 70%) 2022-05-18T05:26:48.4125060Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220518051659.xml (deflated 72%) 2022-05-18T05:26:48.4126809Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220518051659.xml (deflated 49%) 2022-05-18T05:26:48.4128539Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220518051659.xml (deflated 61%) 2022-05-18T05:26:48.4130134Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220518051659.xml (deflated 64%) 2022-05-18T05:26:48.4131794Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220518051659.xml (deflated 78%) 2022-05-18T05:26:48.4133329Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220518051708.xml (deflated 56%) 2022-05-18T05:26:48.4134895Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220518051715.xml (deflated 62%) 2022-05-18T05:26:48.4136305Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCUDA-20220518051722.xml (deflated 96%) 2022-05-18T05:26:48.4137823Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCUDA-20220518051728.xml (deflated 90%) 2022-05-18T05:26:48.4139205Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220518051735.xml (deflated 54%) 2022-05-18T05:26:48.4140546Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20220518051739.xml (deflated 43%) 2022-05-18T05:26:48.4142031Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220518051744.xml (deflated 74%) 2022-05-18T05:26:48.4143474Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220518051750.xml (deflated 94%) 2022-05-18T05:26:48.4144888Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCUDA-20220518051750.xml (deflated 85%) 2022-05-18T05:26:48.4146338Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220518051750.xml (deflated 86%) 2022-05-18T05:26:48.4147821Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220518051753.xml (deflated 87%) 2022-05-18T05:26:48.4149302Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220518051753.xml (deflated 62%) 2022-05-18T05:26:48.4151026Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220518051756.xml (deflated 56%) 2022-05-18T05:26:48.4152560Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220518051756.xml (deflated 76%) 2022-05-18T05:26:48.4154067Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220518051756.xml (deflated 82%) 2022-05-18T05:26:48.4155638Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220518051756.xml (deflated 76%) 2022-05-18T05:26:48.4157017Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220518051756.xml (deflated 69%) 2022-05-18T05:26:48.4158723Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220518051756.xml (deflated 73%) 2022-05-18T05:26:48.4160321Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220518051756.xml (deflated 70%) 2022-05-18T05:26:48.4161804Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220518051756.xml (deflated 61%) 2022-05-18T05:26:48.4163178Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220518051756.xml (deflated 69%) 2022-05-18T05:26:48.4164503Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220518051756.xml (deflated 80%) 2022-05-18T05:26:48.4165925Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220518051756.xml (deflated 42%) 2022-05-18T05:26:48.4167295Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220518051756.xml (deflated 77%) 2022-05-18T05:26:48.4168616Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220518051756.xml (deflated 59%) 2022-05-18T05:26:48.4170037Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220518051800.xml (deflated 80%) 2022-05-18T05:26:48.4171480Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220518051803.xml (deflated 60%) 2022-05-18T05:26:48.4172862Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220518051806.xml (deflated 72%) 2022-05-18T05:26:48.4174577Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220518051809.xml (deflated 67%) 2022-05-18T05:26:48.4176192Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220518051812.xml (deflated 82%) 2022-05-18T05:26:48.4177618Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20220518051815.xml (deflated 82%) 2022-05-18T05:26:48.4178999Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220518051817.xml (deflated 55%) 2022-05-18T05:26:48.4180378Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20220518051820.xml (deflated 50%) 2022-05-18T05:26:48.4181961Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCUDA-20220518051825.xml (deflated 93%) 2022-05-18T05:26:48.4183805Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCUDA-20220518051825.xml (deflated 79%) 2022-05-18T05:26:48.4185488Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220518051825.xml (deflated 95%) 2022-05-18T05:26:48.4186908Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220518051831.xml (deflated 86%) 2022-05-18T05:26:48.4188149Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220518051835.xml (deflated 52%) 2022-05-18T05:26:48.4188988Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCUDA-20220518051835.xml (deflated 38%) 2022-05-18T05:26:48.4189695Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220518052258.xml (deflated 77%) 2022-05-18T05:26:48.4190651Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220518052258.xml (deflated 67%) 2022-05-18T05:26:48.4191668Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220518052258.xml (deflated 40%) 2022-05-18T05:26:48.4192409Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220518052258.xml (deflated 40%) 2022-05-18T05:26:48.4193109Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220518052302.xml (deflated 80%) 2022-05-18T05:26:48.4193876Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCUDA-20220518052302.xml (deflated 90%) 2022-05-18T05:26:48.4194754Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220518052305.xml (deflated 38%) 2022-05-18T05:26:48.4195463Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCUDA-20220518052308.xml (deflated 70%) 2022-05-18T05:26:48.4196163Z adding: test/test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220518052310.xml (deflated 42%) 2022-05-18T05:26:48.4196890Z adding: test/test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220518052311.xml (deflated 41%) 2022-05-18T05:26:48.4197634Z adding: test/test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220518052312.xml (deflated 41%) 2022-05-18T05:26:48.4198351Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220518052313.xml (deflated 42%) 2022-05-18T05:26:48.4238082Z ##[group]Run seemethere/upload-artifact-s3@v4 2022-05-18T05:26:48.4238381Z with: 2022-05-18T05:26:48.4238621Z retention-days: 14 2022-05-18T05:26:48.4238879Z if-no-files-found: warn 2022-05-18T05:26:48.4239162Z path: test-jsons-*.zip 2022-05-18T05:26:48.4239422Z name: artifact 2022-05-18T05:26:48.4239662Z s3-bucket: gha-artifacts 2022-05-18T05:26:48.4239936Z region: us-east-1 2022-05-18T05:26:48.4240170Z env: 2022-05-18T05:26:48.4240370Z IN_CI: 1 2022-05-18T05:26:48.4240594Z IS_GHA: 1 2022-05-18T05:26:48.4240844Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:48.4241099Z GPU_FLAG: --gpus all 2022-05-18T05:26:48.4241347Z ##[endgroup] 2022-05-18T05:26:48.8416505Z With the provided path, there will be 1 file uploaded 2022-05-18T05:26:48.8416918Z Uploading to s3 prefix: pytorch/pytorch/2342799949/1/artifact 2022-05-18T05:26:48.8427124Z Starting upload of test-jsons-test-default-1-2-linux.4xlarge.nvidia.gpu_6482671088.zip 2022-05-18T05:26:48.9961021Z Finished upload of test-jsons-test-default-1-2-linux.4xlarge.nvidia.gpu_6482671088.zip 2022-05-18T05:26:49.0096113Z ##[group]Run seemethere/upload-artifact-s3@v4 2022-05-18T05:26:49.0096411Z with: 2022-05-18T05:26:49.0096633Z retention-days: 14 2022-05-18T05:26:49.0096909Z if-no-files-found: error 2022-05-18T05:26:49.0097195Z path: test-reports-*.zip 2022-05-18T05:26:49.0097438Z name: artifact 2022-05-18T05:26:49.0097702Z s3-bucket: gha-artifacts 2022-05-18T05:26:49.0097967Z region: us-east-1 2022-05-18T05:26:49.0098179Z env: 2022-05-18T05:26:49.0098392Z IN_CI: 1 2022-05-18T05:26:49.0098621Z IS_GHA: 1 2022-05-18T05:26:49.0098854Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:49.0099120Z GPU_FLAG: --gpus all 2022-05-18T05:26:49.0099366Z ##[endgroup] 2022-05-18T05:26:49.4288645Z With the provided path, there will be 1 file uploaded 2022-05-18T05:26:49.4289055Z Uploading to s3 prefix: pytorch/pytorch/2342799949/1/artifact 2022-05-18T05:26:49.4299334Z Starting upload of test-reports-test-default-1-2-linux.4xlarge.nvidia.gpu_6482671088.zip 2022-05-18T05:26:49.6238807Z Finished upload of test-reports-test-default-1-2-linux.4xlarge.nvidia.gpu_6482671088.zip 2022-05-18T05:26:49.6380666Z ##[group]Run set -x 2022-05-18T05:26:49.6380979Z set -x 2022-05-18T05:26:49.6381289Z python3 -m pip install -r requirements.txt 2022-05-18T05:26:49.6381617Z python3 -m pip install boto3==1.19.12 2022-05-18T05:26:49.6382022Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T05:26:49.6395299Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:26:49.6395585Z env: 2022-05-18T05:26:49.6395810Z IN_CI: 1 2022-05-18T05:26:49.6396036Z IS_GHA: 1 2022-05-18T05:26:49.6396273Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:26:49.6396548Z GPU_FLAG: --gpus all 2022-05-18T05:26:49.6396825Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:26:49.6397074Z BRANCH: master 2022-05-18T05:26:49.6397393Z JOB_BASE_NAME: linux-bionic-cuda10.2-py3.9-gcc7-test 2022-05-18T05:26:49.6397860Z TEST_CONFIG: default 2022-05-18T05:26:49.6398093Z SHARD_NUMBER: 1 2022-05-18T05:26:49.6398463Z BUILD_ENVIRONMENT: linux-bionic-cuda10.2-py3.9-gcc7 2022-05-18T05:26:49.6398758Z PR_NUMBER: 2022-05-18T05:26:49.6399042Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:26:49.6399316Z TAG: 2022-05-18T05:26:49.6399532Z WORKFLOW_ID: 2342799949 2022-05-18T05:26:49.6399955Z GITHUB_TOKEN: *** 2022-05-18T05:26:49.6400225Z GHA_WORKFLOW_JOB_ID: 6482671088 2022-05-18T05:26:49.6400470Z ##[endgroup] 2022-05-18T05:26:49.6430480Z + python3 -m pip install -r requirements.txt 2022-05-18T05:26:49.9291740Z Defaulting to user installation because normal site-packages is not writeable 2022-05-18T05:26:49.9581146Z Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment 2022-05-18T05:26:50.0088893Z Collecting astunparse 2022-05-18T05:26:50.0238997Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-05-18T05:26:50.0540233Z Collecting expecttest 2022-05-18T05:26:50.0579500Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-05-18T05:26:50.0938052Z Collecting future 2022-05-18T05:26:50.0979995Z Downloading future-0.18.2.tar.gz (829 kB) 2022-05-18T05:26:51.3383346Z Collecting numpy 2022-05-18T05:26:51.3437549Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-05-18T05:26:51.9378668Z Collecting psutil 2022-05-18T05:26:51.9423988Z Downloading psutil-5.9.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB) 2022-05-18T05:26:52.0705703Z Collecting pyyaml 2022-05-18T05:26:52.0752641Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-05-18T05:26:52.0950511Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-05-18T05:26:52.1118796Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-05-18T05:26:52.1713965Z Collecting six 2022-05-18T05:26:52.1753102Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-05-18T05:26:52.2067113Z Collecting types-dataclasses 2022-05-18T05:26:52.2105484Z Downloading types_dataclasses-0.6.5-py3-none-any.whl (2.8 kB) 2022-05-18T05:26:52.2486637Z Collecting typing_extensions 2022-05-18T05:26:52.2533030Z Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB) 2022-05-18T05:26:52.3341120Z Collecting wheel<1.0,>=0.23.0 2022-05-18T05:26:52.3392857Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-05-18T05:26:52.3511359Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (1.26.9) 2022-05-18T05:26:52.3718059Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2.0.12) 2022-05-18T05:26:52.3745986Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (3.3) 2022-05-18T05:26:52.3760153Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2021.10.8) 2022-05-18T05:26:52.3769387Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-05-18T05:26:52.4128005Z Installing collected packages: six, wheel, astunparse, expecttest, future, numpy, psutil, pyyaml, types-dataclasses, typing-extensions 2022-05-18T05:26:52.4544882Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-05-18T05:26:52.4545517Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T05:26:52.4839516Z Running setup.py install for future: started 2022-05-18T05:26:53.1401575Z Running setup.py install for future: finished with status 'done' 2022-05-18T05:26:55.1534514Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-05-18T05:26:55.1535245Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-05-18T05:26:55.4249225Z Successfully installed astunparse-1.6.3 expecttest-0.1.3 future-0.18.2 numpy-1.21.6 psutil-5.9.0 pyyaml-6.0 six-1.16.0 types-dataclasses-0.6.5 typing-extensions-4.2.0 wheel-0.37.1 2022-05-18T05:26:55.5021446Z + python3 -m pip install boto3==1.19.12 2022-05-18T05:26:55.7892494Z Defaulting to user installation because normal site-packages is not writeable 2022-05-18T05:26:56.5902449Z Collecting boto3==1.19.12 2022-05-18T05:26:56.6064030Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-05-18T05:26:56.6556488Z Collecting jmespath<1.0.0,>=0.7.1 2022-05-18T05:26:56.6596678Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-05-18T05:26:56.7024164Z Collecting s3transfer<0.6.0,>=0.5.0 2022-05-18T05:26:56.7065205Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-05-18T05:26:57.7234076Z Collecting botocore<1.23.0,>=1.22.12 2022-05-18T05:26:57.7419001Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-05-18T05:26:57.9361919Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.9) 2022-05-18T05:26:57.9998868Z Collecting python-dateutil<3.0.0,>=2.1 2022-05-18T05:26:58.0043296Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-05-18T05:26:58.0218805Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-05-18T05:26:58.1059351Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-05-18T05:26:58.9917936Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-05-18T05:26:59.0418908Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T05:27:29.6553167Z [scribe] Scribe access token not provided, sending report via boto3... 2022-05-18T05:27:29.6553490Z 2022-05-18T05:27:29.6553829Z ----- Historic stats comparison result ------ 2022-05-18T05:27:29.6554043Z 2022-05-18T05:27:29.6557793Z job: linux-bionic-cuda10.2-py3.9-gcc7-test 2022-05-18T05:27:29.6558326Z commit: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:27:29.6558541Z 2022-05-18T05:27:29.6558758Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-05-18T05:27:29.6559010Z 2022-05-18T05:27:29.6559716Z : (master) 2022-05-18T05:27:29.6560036Z | 2022-05-18T05:27:29.6560433Z * 3b2375291a (HEAD) total time 4074.19s 2022-05-18T05:27:29.6561077Z * 6e3391a7c3 (base) 5 reports, total time 1793.28s ± 1153.83s 2022-05-18T05:27:29.6561877Z * 48581d74ad 6 reports, total time 2145.63s ± 1382.99s 2022-05-18T05:27:29.6566101Z * c35bd8d423 6 reports, total time 1698.40s ± 1043.38s 2022-05-18T05:27:29.6567074Z * f6beda89c6 8 reports, total time 1525.68s ± 1510.80s 2022-05-18T05:27:29.6567849Z * ee080918df 9 reports, total time 2710.43s ± 2712.08s 2022-05-18T05:27:29.6568164Z * bbaefdf6b5 0 reports 2022-05-18T05:27:29.6568421Z * 7c52f204e0 0 reports 2022-05-18T05:27:29.6568686Z * e0451d8022 0 reports 2022-05-18T05:27:29.6569086Z * 4e2f5507d0 9 reports, total time 2696.76s ± 2644.11s 2022-05-18T05:27:29.6569495Z * b64845eb18 9 reports, total time 2712.94s ± 2654.45s 2022-05-18T05:27:29.6569780Z | 2022-05-18T05:27:29.6569995Z : 2022-05-18T05:27:29.6570138Z 2022-05-18T05:27:29.6570309Z Removed (across 473 suites) 0 tests, totaling 0.00s 2022-05-18T05:27:29.6570880Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-05-18T05:27:29.6571244Z Added (across 298 suites) 25938 tests, totaling +4074.19s 2022-05-18T05:27:29.7344579Z Prepare all required actions 2022-05-18T05:27:29.7367830Z ##[group]Run ./.github/actions/teardown-linux 2022-05-18T05:27:29.7368120Z with: 2022-05-18T05:27:29.7368316Z env: 2022-05-18T05:27:29.7368535Z IN_CI: 1 2022-05-18T05:27:29.7368761Z IS_GHA: 1 2022-05-18T05:27:29.7368996Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:27:29.7369268Z GPU_FLAG: --gpus all 2022-05-18T05:27:29.7369518Z ##[endgroup] 2022-05-18T05:27:29.7386534Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-05-18T05:27:29.7386893Z .github/scripts/wait_for_ssh_to_drain.sh 2022-05-18T05:27:29.7400581Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:27:29.7400865Z env: 2022-05-18T05:27:29.7401084Z IN_CI: 1 2022-05-18T05:27:29.7401306Z IS_GHA: 1 2022-05-18T05:27:29.7401554Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:27:29.7401826Z GPU_FLAG: --gpus all 2022-05-18T05:27:29.7402075Z ##[endgroup] 2022-05-18T05:27:29.7446908Z Holding runner for 2 hours until all ssh sessions have logged out 2022-05-18T05:27:29.7573675Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-05-18T05:27:29.7574093Z # ignore expansion of "docker ps -q" since it could be empty 2022-05-18T05:27:29.7574837Z # shellcheck disable=SC2046 2022-05-18T05:27:29.7575157Z docker stop $(docker ps -q) || true 2022-05-18T05:27:29.7575456Z # Prune all of the docker images 2022-05-18T05:27:29.7575750Z docker system prune -af 2022-05-18T05:27:29.7587936Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T05:27:29.7588214Z env: 2022-05-18T05:27:29.7588412Z IN_CI: 1 2022-05-18T05:27:29.7588611Z IS_GHA: 1 2022-05-18T05:27:29.7588853Z GIT_DEFAULT_BRANCH: master 2022-05-18T05:27:29.7589119Z GPU_FLAG: --gpus all 2022-05-18T05:27:29.7589341Z ##[endgroup] 2022-05-18T05:27:30.3137582Z bee794b352f5 2022-05-18T05:27:31.0782302Z Deleted Containers: 2022-05-18T05:27:31.0782898Z bee794b352f52af94ee218287e2ef270d98b0f041d3c8a916d5622356b85e3ce 2022-05-18T05:27:31.0783140Z 2022-05-18T05:27:35.5951435Z Deleted Images: 2022-05-18T05:27:35.5952587Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7:6deab82db6a72ca54cd3e3322ee4f13864536734 2022-05-18T05:27:35.5954048Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7@sha256:9737b662edb86afcd12a9367db6178a57889543632c0b710c5058abe14dc048f 2022-05-18T05:27:35.5954697Z deleted: sha256:914b650c5e1ee0f842697bbae2306dd6d831a4fa7fb861ca07bf056998b8539a 2022-05-18T05:27:35.5955345Z deleted: sha256:1034dda927c8a98e2c5d65a336554b89dbbe1e12c28d4d48b88e54f147a2e4e0 2022-05-18T05:27:35.5955916Z deleted: sha256:9daaaebd2559405012ffcc55a915a07af3fd8dfffccf3a4095f52a8d3a2a0808 2022-05-18T05:27:35.5956387Z deleted: sha256:62633a2457311070c286784502f87ac7817442880550ef46ef31086f62f63bd8 2022-05-18T05:27:35.5956790Z deleted: sha256:b40174881876c17fba8e4416c64d2b2065ba27f412e978c62446c6bd9975f43d 2022-05-18T05:27:35.5957196Z deleted: sha256:2b9f3cf2c41f5277698e8a3507d610f08552eb7289a4388f78a18f4934288b8c 2022-05-18T05:27:35.5957603Z deleted: sha256:bd03b60328b2f30ca7a665b612f2cc06f82974a2523f37e690f2eb32b20e23b1 2022-05-18T05:27:35.5958033Z deleted: sha256:9ead2207e8271970850e6a2fd7eacfc78f81c37d45b383107a12ba34b33a0068 2022-05-18T05:27:35.5958469Z deleted: sha256:03fe25e910ef9c726eef212a600805ba6fdd2cba133eec3a76ae6a62e71c50a8 2022-05-18T05:27:35.5958890Z deleted: sha256:42e9502eca4ade58460a090e6049a4c886d6667dc476a43c122110e9970e0504 2022-05-18T05:27:35.5959309Z deleted: sha256:3e18692fe2820772fe2b383c23571e3871b1e76e6ed758ca077a24e1fdae6a28 2022-05-18T05:27:35.5959987Z deleted: sha256:a9c1ea768838d14bfbdde1eb39006e75c504ef0e289e20b1cf1a0960ad20d993 2022-05-18T05:27:35.5960789Z deleted: sha256:653ed47cee104744163b9185cfc53ab6e751d141965b21a2f8bff4fb24acfd37 2022-05-18T05:27:35.5961197Z deleted: sha256:2ff0727ba124b0079c011424c629c2a5e27c5d7afb7b950b5513d4ab4f5e958d 2022-05-18T05:27:35.5961722Z deleted: sha256:4c3c43891ad25595b7374a30159f60ec584375dbc3820ecb30f5ad0374e5e86e 2022-05-18T05:27:35.5962169Z deleted: sha256:fa7d613a19e64cdd36a0c27fc6a2a50dd27c841da90bfae85e542064284ab2fd 2022-05-18T05:27:35.5962609Z deleted: sha256:22ec6f7d0cdf47c266dd9f601a0c98bd88bbd7e4ce3d21c9f7e00349cf7a0f8d 2022-05-18T05:27:35.5963079Z deleted: sha256:3ddedefb6de6867b92dc64bef9ed3206b098bcec87336ba702a4eec81de23bdf 2022-05-18T05:27:35.5963529Z deleted: sha256:6d2243fa3601d3ad6f7187388ef2f63d2eb318689d897e70fafdf33f22667537 2022-05-18T05:27:35.5963948Z deleted: sha256:8d2732c0f78444380cf8b5381c7b649a2e38315a0c11b8f03c7aab8f436d5390 2022-05-18T05:27:35.5964351Z deleted: sha256:85365c4faa86a33743f2107ccd2057705ec1aba1968cfeafbd737362b5499158 2022-05-18T05:27:35.5964776Z deleted: sha256:1aa2e018ba9609d32285b9d5ae5d41d884801742d27f0cbfcd249ab14b4bd4dc 2022-05-18T05:27:35.5965204Z deleted: sha256:3e096c567269719a45cda64f50eb9814c8bb7049822811461314641c8eb96c61 2022-05-18T05:27:35.5965611Z deleted: sha256:6c5ba201ed4d2056c53645f53d30efb8e4ba80fbea2c45042319090bd48d473c 2022-05-18T05:27:35.5966040Z deleted: sha256:64928ee816f9ae39d46f7dd36a5e45302562fd147967f6ab287a487c354b6b6c 2022-05-18T05:27:35.5966448Z deleted: sha256:a57b906a61d609815d662f4f4b65996a46514b07aea462793fd4143718ffc840 2022-05-18T05:27:35.5966856Z deleted: sha256:494612c761757956fbc4227e61a4a1e63e0f9b3372cf2430e2ee002ab523cfde 2022-05-18T05:27:35.5967260Z deleted: sha256:ff2c733048c22f423a6b20c35ff08bcbb6fe1bc76306464e654ef1ee28c3d861 2022-05-18T05:27:35.5967687Z deleted: sha256:4661c25de76163d8c2e45ca688f5b819c61c6c9f8e49ed83df44db353263f033 2022-05-18T05:27:35.5968105Z deleted: sha256:e23913a427ab6a1d96fc5ac9b9916776209427c2ef8eb9f44a4d16735f8c8494 2022-05-18T05:27:35.5968516Z deleted: sha256:832b3ad6407fa37ec6d8fd8f9d28172fe3bd5f6280fad98472d09eb0bc252ae0 2022-05-18T05:27:35.5969131Z deleted: sha256:a2b9dd02872fa4e35324d54aba02a6f1f21cb993714948cb709f94a2d85029f9 2022-05-18T05:27:35.5969601Z deleted: sha256:cb96bd5b78d181c6c2779f27e47036a8e9c3e1bcf09da94039148abd1c7d05ee 2022-05-18T05:27:35.5970059Z deleted: sha256:ea52cef0d0fe0c5edd5d235153b16fb0ce71bd0120ad33ed45f75bbfa3d9eadf 2022-05-18T05:27:35.5970499Z deleted: sha256:4fb97c7eb8955725be2bae74694a3af51e36e515a6c92a1aa75965cc09864f99 2022-05-18T05:27:35.5970927Z deleted: sha256:b2537994f751dde0a341c1f0d09a833be0150eb5a1cd60c7e65874442f6475a3 2022-05-18T05:27:35.5971356Z deleted: sha256:412f35baea526807361ea20e8f0e18576bdf2c6c40bdec402e94d86222a2b56e 2022-05-18T05:27:35.5971785Z deleted: sha256:cf621551bc4ed287124425a3d232f6c751dff14e9986bf7b7a697634d2f599bc 2022-05-18T05:27:35.5972193Z deleted: sha256:8003ff14feede16807731ad20c8151882bb62d724eb628e4c99ceaa2eea2a479 2022-05-18T05:27:35.5972620Z deleted: sha256:a1270a733ee0912cf66cd39d15f2ceace3789554b56647c5a5638b6ba73e3dab 2022-05-18T05:27:35.5973076Z deleted: sha256:a2811bdab35ec13d2eb84fdf4de75cbd29c5f6e227e4f11e9e8a9de714b7e132 2022-05-18T05:27:35.5973501Z deleted: sha256:f80e00922ecb54c1458a8c92d41e262173286ff550ed7468674de42de539714b 2022-05-18T05:27:35.5973931Z deleted: sha256:eb265251ed90e139bb4bfd41d9fa6a2cc6275eab106538fead323171069af9c9 2022-05-18T05:27:35.5974717Z deleted: sha256:fbee4dd8d443dcf0791e3965ee624b8ecc7b15d503ffbf8f2912d4d1d0a0cb47 2022-05-18T05:27:35.5975428Z deleted: sha256:e2f7d8e2982218fbc16adfe64b71e1839795e7a3ea82f5ff65336d58ae4cea0b 2022-05-18T05:27:35.5975854Z deleted: sha256:275df7d7943e762bf0a85fc2a9cd297c01ecb5d87ae4d86466c3f7f704d1c778 2022-05-18T05:27:35.5976293Z deleted: sha256:c2c5293df593b2d991852fe08e5db0f8c5d3c06b64247dc508084e747e64a42e 2022-05-18T05:27:35.5976724Z deleted: sha256:986cd2e7c143559516bc8388d5dd603eec6a1be4855c777c7e7f16bf22b9fa23 2022-05-18T05:27:35.5977136Z deleted: sha256:9d6787a516e72b7ed9422c8df1a4b298d82982bdf80ee1e198eedf1e1a010d76 2022-05-18T05:27:35.5977380Z 2022-05-18T05:27:35.6084323Z Total reclaimed space: 12.31GB 2022-05-18T05:27:35.6148392Z Post job cleanup. 2022-05-18T05:27:35.6186089Z Post job cleanup. 2022-05-18T05:27:35.7578213Z [command]/usr/bin/git version 2022-05-18T05:27:35.7627798Z git version 2.32.0 2022-05-18T05:27:35.7692709Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b6f55f49-f7e7-4961-abb7-f981139b320b' before making global git config changes 2022-05-18T05:27:35.7693294Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T05:27:35.7702464Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-05-18T05:27:35.7749347Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T05:27:35.7788452Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-05-18T05:27:35.8117341Z Entering 'android/libs/fbjni' 2022-05-18T05:27:35.8158879Z Entering 'third_party/FP16' 2022-05-18T05:27:35.8202257Z Entering 'third_party/FXdiv' 2022-05-18T05:27:35.8242234Z Entering 'third_party/NNPACK' 2022-05-18T05:27:35.8284782Z Entering 'third_party/QNNPACK' 2022-05-18T05:27:35.8324943Z Entering 'third_party/XNNPACK' 2022-05-18T05:27:35.8379619Z Entering 'third_party/benchmark' 2022-05-18T05:27:35.8420968Z Entering 'third_party/cpuinfo' 2022-05-18T05:27:35.8461518Z Entering 'third_party/cub' 2022-05-18T05:27:35.8502247Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:27:35.8548680Z Entering 'third_party/eigen' 2022-05-18T05:27:35.8591904Z Entering 'third_party/fbgemm' 2022-05-18T05:27:35.8633984Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:27:35.8675327Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:27:35.8717259Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:27:35.8759243Z Entering 'third_party/flatbuffers' 2022-05-18T05:27:35.8803836Z Entering 'third_party/fmt' 2022-05-18T05:27:35.8844294Z Entering 'third_party/foxi' 2022-05-18T05:27:35.8884792Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:27:35.8926402Z Entering 'third_party/gloo' 2022-05-18T05:27:35.8966605Z Entering 'third_party/googletest' 2022-05-18T05:27:35.9007982Z Entering 'third_party/ideep' 2022-05-18T05:27:35.9047500Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:27:35.9089546Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:27:35.9137007Z Entering 'third_party/ios-cmake' 2022-05-18T05:27:35.9179010Z Entering 'third_party/kineto' 2022-05-18T05:27:35.9219704Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:27:35.9260563Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:27:35.9304134Z Entering 'third_party/nccl/nccl' 2022-05-18T05:27:35.9345387Z Entering 'third_party/neon2sse' 2022-05-18T05:27:35.9386715Z Entering 'third_party/onnx' 2022-05-18T05:27:35.9441648Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:27:35.9483263Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:27:35.9526141Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:27:35.9567191Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:27:35.9612558Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:27:35.9653224Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:27:35.9694083Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:27:35.9739491Z Entering 'third_party/pocketfft' 2022-05-18T05:27:35.9779996Z Entering 'third_party/protobuf' 2022-05-18T05:27:35.9824467Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:27:35.9865038Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:27:35.9907634Z Entering 'third_party/psimd' 2022-05-18T05:27:35.9948575Z Entering 'third_party/pthreadpool' 2022-05-18T05:27:35.9988943Z Entering 'third_party/pybind11' 2022-05-18T05:27:36.0029218Z Entering 'third_party/python-enum' 2022-05-18T05:27:36.0070053Z Entering 'third_party/python-peachpy' 2022-05-18T05:27:36.0110567Z Entering 'third_party/python-six' 2022-05-18T05:27:36.0151027Z Entering 'third_party/sleef' 2022-05-18T05:27:36.0191768Z Entering 'third_party/tbb' 2022-05-18T05:27:36.0235067Z Entering 'third_party/tensorpipe' 2022-05-18T05:27:36.0276681Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:27:36.0317261Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:27:36.0358141Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:27:36.0400573Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:27:36.0440550Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:27:36.0484950Z Entering 'third_party/zstd' 2022-05-18T05:27:36.0545955Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T05:27:36.0573834Z http.https://github.com/.extraheader 2022-05-18T05:27:36.0585417Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-05-18T05:27:36.0623403Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-05-18T05:27:36.0941541Z Entering 'android/libs/fbjni' 2022-05-18T05:27:36.0966029Z http.https://github.com/.extraheader 2022-05-18T05:27:36.0998131Z Entering 'third_party/FP16' 2022-05-18T05:27:36.1022431Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1053878Z Entering 'third_party/FXdiv' 2022-05-18T05:27:36.1078699Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1109730Z Entering 'third_party/NNPACK' 2022-05-18T05:27:36.1133936Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1165510Z Entering 'third_party/QNNPACK' 2022-05-18T05:27:36.1189501Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1221437Z Entering 'third_party/XNNPACK' 2022-05-18T05:27:36.1245553Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1289034Z Entering 'third_party/benchmark' 2022-05-18T05:27:36.1314614Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1346632Z Entering 'third_party/cpuinfo' 2022-05-18T05:27:36.1370130Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1402263Z Entering 'third_party/cub' 2022-05-18T05:27:36.1427733Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1459546Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:27:36.1483499Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1520942Z Entering 'third_party/eigen' 2022-05-18T05:27:36.1546029Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1581657Z Entering 'third_party/fbgemm' 2022-05-18T05:27:36.1604832Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1636684Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:27:36.1661077Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1691775Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:27:36.1715793Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1747791Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:27:36.1771731Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1804635Z Entering 'third_party/flatbuffers' 2022-05-18T05:27:36.1829895Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1863660Z Entering 'third_party/fmt' 2022-05-18T05:27:36.1887589Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1921013Z Entering 'third_party/foxi' 2022-05-18T05:27:36.1944600Z http.https://github.com/.extraheader 2022-05-18T05:27:36.1976020Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:27:36.2000090Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2032220Z Entering 'third_party/gloo' 2022-05-18T05:27:36.2056716Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2087767Z Entering 'third_party/googletest' 2022-05-18T05:27:36.2111744Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2144202Z Entering 'third_party/ideep' 2022-05-18T05:27:36.2168292Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2199047Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:27:36.2223366Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2256909Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:27:36.2280165Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2318711Z Entering 'third_party/ios-cmake' 2022-05-18T05:27:36.2342877Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2373714Z Entering 'third_party/kineto' 2022-05-18T05:27:36.2398578Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2430523Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:27:36.2455201Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2486567Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:27:36.2510573Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2543859Z Entering 'third_party/nccl/nccl' 2022-05-18T05:27:36.2568480Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2600512Z Entering 'third_party/neon2sse' 2022-05-18T05:27:36.2624721Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2655952Z Entering 'third_party/onnx' 2022-05-18T05:27:36.2679868Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2724895Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:27:36.2749653Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2781678Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:27:36.2805471Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2838897Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:27:36.2863902Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2894664Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:27:36.2919513Z http.https://github.com/.extraheader 2022-05-18T05:27:36.2955715Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:27:36.2981249Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3013115Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:27:36.3037727Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3069896Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:27:36.3093974Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3131812Z Entering 'third_party/pocketfft' 2022-05-18T05:27:36.3156479Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3187931Z Entering 'third_party/protobuf' 2022-05-18T05:27:36.3211784Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3247846Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:27:36.3271619Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3303346Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:27:36.3326788Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3360636Z Entering 'third_party/psimd' 2022-05-18T05:27:36.3385494Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3417551Z Entering 'third_party/pthreadpool' 2022-05-18T05:27:36.3440940Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3473148Z Entering 'third_party/pybind11' 2022-05-18T05:27:36.3496942Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3528290Z Entering 'third_party/python-enum' 2022-05-18T05:27:36.3553089Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3585398Z Entering 'third_party/python-peachpy' 2022-05-18T05:27:36.3609218Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3641834Z Entering 'third_party/python-six' 2022-05-18T05:27:36.3666447Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3697447Z Entering 'third_party/sleef' 2022-05-18T05:27:36.3721709Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3753982Z Entering 'third_party/tbb' 2022-05-18T05:27:36.3779265Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3812443Z Entering 'third_party/tensorpipe' 2022-05-18T05:27:36.3836696Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3869144Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:27:36.3893431Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3925672Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:27:36.3949590Z http.https://github.com/.extraheader 2022-05-18T05:27:36.3981089Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:27:36.4004153Z http.https://github.com/.extraheader 2022-05-18T05:27:36.4036658Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:27:36.4061300Z http.https://github.com/.extraheader 2022-05-18T05:27:36.4092166Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:27:36.4115570Z http.https://github.com/.extraheader 2022-05-18T05:27:36.4149984Z Entering 'third_party/zstd' 2022-05-18T05:27:36.4173586Z http.https://github.com/.extraheader 2022-05-18T05:27:36.4479798Z Cleaning up orphan processes